
/* CastingDZ final UI safety layer: no text overlap, full-width professional layout */
:root{
  --cdz-dark:#0b1220;
  --cdz-card:#111b2e;
  --cdz-line:rgba(255,255,255,.12);
  --cdz-gold:#f6b93b;
  --cdz-orange:#ff8a2a;
  --cdz-muted:#aeb9cb;
}
html{box-sizing:border-box}
*,*::before,*::after{box-sizing:inherit}
body{min-width:0;overflow-x:hidden;background:#0b1220;color:#fff}
img{max-width:100%;height:auto}
.cdz-page,.cdz-main,.cdz-shell,.cdz-container,main{
  width:min(100% - 32px, 1240px)!important;
  max-width:1240px!important;
  margin-inline:auto!important;
}
.cdz-full,.cdz-hero,.cdz-section{
  width:100%!important;
  min-width:0!important;
}
.cdz-card,.cdz-talent-card,.cdz-article-card,.cdz-service-card,.cdz-company-card,.cdz-teacher-card,
.article-card,.service-card,.company-card,.teacher-card{
  min-width:0!important;
  overflow:hidden!important;
  overflow-wrap:anywhere!important;
  word-break:normal!important;
  line-height:1.75!important;
}
.cdz-card *,.cdz-talent-card *,.cdz-article-card *,.article-card *{
  max-width:100%;
  min-width:0;
}
.cdz-card h1,.cdz-card h2,.cdz-card h3,.cdz-article-card h1,.cdz-article-card h2,.cdz-article-card h3,
.article-card h1,.article-card h2,.article-card h3{
  line-height:1.35!important;
  overflow-wrap:anywhere!important;
}
.cdz-article-card img,.article-card img,.cdz-media img,.cdz-thumb img{
  width:100%!important;
  aspect-ratio:16/9!important;
  object-fit:cover!important;
  display:block!important;
  border-radius:18px 18px 0 0;
}
.cdz-grid,.article-grid,.services-grid,.teachers-grid,.companies-grid{
  display:grid!important;
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr))!important;
  gap:22px!important;
  width:100%!important;
}
.cdz-article-content{
  width:min(100% - 32px, 980px)!important;
  margin-inline:auto!important;
  line-height:2.05!important;
  font-size:18px!important;
}
.cdz-article-content h2,
.article-content h2,
.post-content h2{
  color:var(--cdz-orange)!important;
  margin:34px 0 14px!important;
  font-size:clamp(22px,2.4vw,30px)!important;
  line-height:1.35!important;
}
.cdz-article-content p,.article-content p,.post-content p{
  color:#e8edf7!important;
  line-height:2.05!important;
  margin:0 0 18px!important;
  overflow-wrap:anywhere!important;
}
.cdz-header,.site-header,header{
  width:100%!important;
  max-width:100%!important;
}
.cdz-user-menu,.cdz-more-menu{
  position:relative;
}
.cdz-more-dropdown{
  min-width:190px;
  border:1px solid var(--cdz-line);
  background:#101827;
  border-radius:18px;
  box-shadow:0 22px 60px rgba(0,0,0,.35);
}
table{width:100%;border-collapse:collapse}
.admin-cdz-table-wrap,.table-responsive,.cdz-table-wrap{
  width:100%!important;
  overflow-x:auto!important;
}
td,th{
  max-width:360px;
  white-space:normal!important;
  overflow-wrap:anywhere!important;
  line-height:1.55!important;
}
@media(max-width:780px){
  .cdz-page,.cdz-main,.cdz-shell,.cdz-container,main{width:min(100% - 20px, 100%)!important}
  .cdz-grid,.article-grid,.services-grid,.teachers-grid,.companies-grid{grid-template-columns:1fr!important}
  .cdz-article-content{font-size:16px!important}
}
