/* R.S Films Group — v23.2.38
   Targeted admin Release information readability fix only.
   No JS/API/auth/upload/business logic changes. */

/* Exact first card inside the Release Review drawer = Release information. */
.release-detail-drawer > section:first-of-type {
  padding:24px 26px !important;
}
.release-detail-drawer > section:first-of-type > h3 {
  margin:0 0 14px !important;
  font-size:18px !important;
  line-height:1.3 !important;
  font-weight:800 !important;
  color:#102532 !important;
}
.release-detail-drawer > section:first-of-type > div {
  display:grid !important;
  grid-template-columns:180px minmax(0,1fr) !important;
  gap:20px !important;
  align-items:center !important;
  min-height:46px !important;
  padding:11px 0 !important;
  border-bottom:1px solid #e6ebee !important;
}
.release-detail-drawer > section:first-of-type > div:last-child {
  border-bottom:0 !important;
}
.release-detail-drawer > section:first-of-type > div > small {
  display:block !important;
  margin:0 !important;
  font-size:13px !important;
  line-height:1.45 !important;
  font-weight:650 !important;
  color:#667782 !important;
  letter-spacing:0 !important;
  text-transform:none !important;
  opacity:1 !important;
}
.release-detail-drawer > section:first-of-type > div > strong {
  display:block !important;
  min-width:0 !important;
  margin:0 !important;
  font-size:14px !important;
  line-height:1.5 !important;
  font-weight:750 !important;
  color:#0d2230 !important;
  text-align:left !important;
  overflow-wrap:anywhere !important;
}

@media (max-width:760px) {
  .release-detail-drawer > section:first-of-type {
    padding:20px 18px !important;
  }
  .release-detail-drawer > section:first-of-type > h3 {
    font-size:18px !important;
    margin-bottom:12px !important;
  }
  .release-detail-drawer > section:first-of-type > div {
    grid-template-columns:1fr !important;
    gap:4px !important;
    min-height:0 !important;
    padding:12px 0 !important;
  }
  .release-detail-drawer > section:first-of-type > div > small {
    font-size:12px !important;
  }
  .release-detail-drawer > section:first-of-type > div > strong {
    font-size:15px !important;
    line-height:1.45 !important;
  }
}
