/* Start custom CSS for html, class: .elementor-element-e956496 *//* ============================================
   GYTO Acca Block Styling – Patch for blog posts
   ============================================ */

/* Dark navy header bar (Daily Double / Lucky 15 / Acca / EW Double) */
.tips-section-home-new {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #2c3142;
  padding: 12px 16px;
  border-radius: 6px;
  margin-bottom: 8px;
  cursor: pointer;
}

.tips-section-home-new .meeting-name-and-track {
  display: flex;
  align-items: center;
  gap: 10px;
}

.tips-section-home-new .Tips-logo-home {
  height: 24px;
  width: auto;
}

.tips-section-home-new .Tip-type-text {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.tips-section-home-new .horse-racing-meeting-button {
  width: 16px;
  height: auto;
}

/* Acca selection card (white box containing each tip) */
.acca-container .acca-selection {
  background: #ffffff;
  margin-bottom: 12px;
  border-radius: 6px;
  box-shadow: 0 0 0 1px #e5e5e5;
}

.acca-container .acca-selection > *:first-child {
  margin-top: 0;
}

/* Course bar (grey strip with course name and time) */
.acca-container .horse-racing-single-course-and-time-container3 {
  background: #f5f5f5;
  padding: 10px 16px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Form / Age / Weight / Draw stats row */
.acca-container .horse-racing-single-stats3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 16px;
  background: #f5f5f5;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.acca-container .horse-racing-single-stats3 > div {
  display: flex;
  gap: 6px;
}

.acca-container .horse-racing-single-form,
.acca-container .horse-racing-single-age,
.acca-container .horse-racing-single-weight,
.acca-container .horse-racing-single-draw {
  color: #888;
  font-weight: 400;
  font-style: italic;
}

.acca-container .horse-racing-single-form-figures,
.acca-container .horse-racing-single-age-number,
.acca-container .horse-racing-single-weight-number,
.acca-container .horse-racing-single-draw-number {
  color: #888;
  font-weight: 400;
  font-style: italic;
}

/* Prevent fixed-height clipping of trainer/jockey lines */
.horse-racing-single-tip-container,
.horse-racing-single-top,
.horse-racing-single-top-left-new {
  height: auto !important;
  min-height: 0;
  overflow: visible !important;
}

.horse-racing-single-horse-trainer-jockey,
.horse-racing-single-trainer-jockey2 {
  height: auto !important;
  overflow: visible !important;
}

.tip-container {
  overflow: visible !important;
}

/* ============================================
   Desktop: trainer + jockey side-by-side
   ============================================ */
@media (min-width: 601px) {
  .horse-racing-single-trainer-jockey2 {
    display: flex !important;
    flex-direction: row !important;
    gap: 16px;
    align-items: center;
  }
  
  .horse-racing-single-trainer-line,
  .horse-racing-single-jockey-line {
    display: flex;
    align-items: center;
    gap: 8px;
  }
}

/* ============================================
   Mobile: trainer + jockey stacked
   ============================================ */
@media (max-width: 600px) {
  .horse-racing-single-trainer-jockey2 {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  
  .horse-racing-single-trainer-line,
  .horse-racing-single-jockey-line {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: nowrap;
  }
  
  .horse-racing-single-trainer-t2,
  .horse-racing-single-jockey-j2 {
    flex-shrink: 0;
    font-size: 11px;
    padding: 2px 8px;
  }
  
  .horse-racing-single-trainer,
  .horse-racing-single-jockey {
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .horse-racing-single-horse2 {
    font-size: 16px;
  }
}/* End custom CSS */