/* ===== DICINE look — aboutus / search / 404 (2026-08-25) ===== */

/* --- centered section head (About Us) --- */
.dl-head--center{text-align:center}
.dl-head--center .dl-dash{margin:12px auto 34px}

/* --- About Us content --- */
.dl-about-text{max-width:920px;margin:0 auto}
.dl-about-text u{text-decoration:underline}
.dl-about-img{max-width:920px;margin:34px auto 0}
.dl-about-img img{width:100%;height:auto;border-radius:2px}

/* --- Search results --- */
.dl-srch{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:18px}
.dl-srch-item{background:#fff;box-shadow:0 2px 14px rgba(33,43,56,.10)}
.dl-srch-link{display:block;padding:22px 26px;transition:.15s}
.dl-srch-link:hover{box-shadow:inset 4px 0 0 var(--teal)}
.dl-srch-link h3{font-size:1.15rem;font-weight:500;color:var(--slate);margin:6px 0 10px;line-height:1.35}
.dl-srch-link:hover h3{color:var(--teal-d)}
.dl-srch-ex{color:#5b6670;font-weight:300;font-size:.9rem;margin:0}
.dl-srch-none{color:#5b6670;font-weight:300;margin:0 0 24px}
.dl-srch-pag{display:flex;justify-content:center;gap:8px;margin-top:40px}
.dl-srch-pag .page-numbers{display:inline-block;min-width:38px;text-align:center;padding:8px 12px;
  border:1px solid #c7ced4;border-radius:3px;color:var(--slate);font-size:.85rem;font-weight:500}
.dl-srch-pag .page-numbers:hover{border-color:var(--teal);color:var(--teal)}
.dl-srch-pag .page-numbers.current{background:var(--slate);border-color:var(--slate);color:#fff}
.dl-srch-pag .page-numbers.dots{border:0}

/* --- shared search form (search + 404) --- */
.dl-srchform{display:flex;max-width:520px;margin:24px 0 0;box-shadow:0 2px 14px rgba(33,43,56,.10)}
.dl-404 .dl-srchform{margin:24px auto 0}
.dl-srchform input[type=search]{flex:1;border:1px solid #d8dee3;border-right:0;border-radius:3px 0 0 3px;
  padding:12px 16px;font-family:inherit;font-size:.9rem;color:var(--ink);outline:none;min-width:0}
.dl-srchform input[type=search]:focus{border-color:var(--teal)}
.dl-srchform button{border:0;background:var(--teal);color:#fff;font-family:inherit;font-size:.85rem;
  font-weight:500;padding:0 24px;border-radius:0 3px 3px 0;cursor:pointer}
.dl-srchform button:hover{background:var(--teal-d)}

/* --- 404 --- */
.dl-404-box{text-align:center;max-width:640px;margin:0 auto;padding:40px 0 20px}
.dl-404-box .dl-dash{margin:0 auto 26px}
.dl-404-code{font-size:6rem;line-height:1;font-weight:600;color:var(--teal);letter-spacing:2px;margin-bottom:8px}
.dl-404-title{font-size:1.7rem;font-weight:500;color:var(--slate);margin:0 0 14px}
.dl-404-msg{color:#5b6670;font-weight:300;margin:0}
.dl-404-home{margin-top:30px}

@media(max-width:900px){
  .dl-404-code{font-size:4.4rem}
  .dl-srchform{max-width:100%}
}
.dl-about-leg{display:grid;grid-template-columns:1fr 1.4fr;gap:40px;align-items:center}
.dl-about-legimg img{width:100%;border-radius:3px}
.dl-about-legbtns{display:flex;gap:14px;flex-wrap:wrap;margin-top:20px}
@media(max-width:900px){.dl-about-leg{grid-template-columns:1fr}}
