.elementor-19614 .elementor-element.elementor-element-54f80b1d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-19614 .elementor-element.elementor-element-2af03d9 > .elementor-widget-container{background-color:#FFFFFF;margin:0px 0px 0px 0px;border-style:none;border-radius:15px 15px 15px 15px;}/* Start custom CSS for container, class: .elementor-element-54f80b1d */.odds-card{
  background:#ffffff;
  border-radius:18px;
  padding:16px;
  box-shadow:0 14px 30px rgba(0,0,0,.08);
  border-left:3px solid #DDDDDD;
}

/* Title */
.odds-title{
  font-weight:700;
  font-size:15px;
  color:#2B2B2B;
  margin-bottom:8px;
}

/* Rows */
.odds-row{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:12px 0;
  border-bottom:1px solid rgba(0,0,0,0.06);
}

.odds-row:last-child{
  border-bottom:none;
}

/* Left label */
.odds-row span{
  color:#2B2B2B;
  font-weight:500;
}

/* Right value */
.odds-row strong{
  font-weight:700;
  min-width:88px;
  text-align:right;
  color:#2B2B2B;
}

/* Hover — διακριτικό, app-like */
.odds-row:hover{
  background:#F6F6F6;
}

/* Mobile: χωρίς hover highlight */
@media (hover: none){
  .odds-row:hover{ background:transparent; }
}/* End custom CSS */