/* MYHOUSING Article Banner v1.0.2 */
.mh-article-banner {
  --mh-blue:#2563eb;
  --mh-blue-dark:#173f89;
  --mh-line:#06C755;
  --mh-line-dark:#05b44d;
  --mh-ink:#102a3a;
  --mh-muted:#5e7285;
  --mh-border:#cfdceb;
  --mh-soft:#f4f8fc;
  position:relative;
  overflow:hidden;
  margin:34px 0 26px;
  padding:0!important;
  border:1px solid var(--mh-border);
  border-radius:18px;
  background:linear-gradient(135deg,#fff 0%,#f7fbff 60%,#edf5ff 100%);
  box-shadow:0 14px 34px rgba(28,55,90,.10);
  color:var(--mh-ink);
  line-height:1.55;
}
.mh-article-banner *{box-sizing:border-box}
.mh-ab-accent{position:absolute;inset:0 auto 0 0;width:6px;background:linear-gradient(180deg,#2563eb,#7db4ff)}
.mh-ab-inner{padding:22px 26px 19px 32px}
.mh-ab-main{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(260px,.8fr);gap:24px;align-items:stretch}
.mh-ab-identity{min-width:0}
.mh-ab-brand{display:flex;align-items:center;gap:18px;margin:0 0 14px}
.mh-ab-logo-wrap{display:flex;align-items:center;justify-content:center;flex:0 0 94px;width:94px;height:94px;padding:5px;border-radius:14px;background:#fff;border:1px solid #dce6f0;box-shadow:0 5px 14px rgba(30,60,90,.06)}
.mh-ab-logo{max-width:84px;max-height:84px;width:auto;height:auto;object-fit:contain}
.mh-ab-wordmark{font-size:31px;line-height:1;font-weight:850;letter-spacing:.5px;color:#17364a;white-space:nowrap}
.mh-ab-company{min-width:0}
.mh-ab-company-name{font-size:17px;font-weight:800;color:#1c3244;letter-spacing:.01em}
.mh-ab-license{margin-top:5px;color:var(--mh-muted);font-size:12px}
.mh-ab-title{margin:0 0 4px;font-size:24px;line-height:1.35;font-weight:850;letter-spacing:.015em;color:#0d2f4a}
.mh-ab-tagline{font-size:14px;color:#526579;margin-bottom:11px}
.mh-ab-tags{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:0}
.mh-ab-tags span{display:inline-flex;align-items:center;min-height:27px;padding:3px 9px;border:1px solid #c9dcf4;border-radius:999px;background:#fff;color:#28527f;font-size:12px;font-weight:700}

/* Right CTA panel */
.mh-ab-action-panel{display:flex;flex-direction:column;justify-content:center;padding:18px;border-radius:15px;background:rgba(255,255,255,.93);border:1px solid #d9e5f3;box-shadow:0 8px 22px rgba(37,99,235,.07)}
.mh-ab-action-eyebrow{font-size:11px;font-weight:800;letter-spacing:.08em;color:#50749b;margin-bottom:4px}
.mh-ab-action-title{font-size:18px;line-height:1.42;font-weight:800;color:#153a58;margin-bottom:12px}
.mh-ab-actions{display:grid;gap:9px;margin:0}

/* Uniform CTA button sizing */
.mh-ab-btn{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  width:100%;
  min-height:48px;
  padding:10px 14px;
  border-radius:10px;
  font-size:14px;
  line-height:1.2;
  font-weight:800;
  text-decoration:none!important;
  transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease,background .15s ease;
}
.mh-ab-btn:hover{transform:translateY(-1px)}

/* Main conversion action: Free appraisal */
.mh-ab-btn-primary{
  background:linear-gradient(135deg,#2f6ff2,#1f5bd5);
  border:1px solid #1f5bd5;
  color:#fff!important;
  box-shadow:0 9px 20px rgba(37,99,235,.24);
}
.mh-ab-btn-primary:hover{background:linear-gradient(135deg,#2865e5,#194fc3);border-color:#194fc3;box-shadow:0 11px 24px rgba(37,99,235,.30)}

/* Secondary action: Contact */
.mh-ab-btn-secondary{background:#fff;border:1px solid #b8cee8;color:#204c7d!important;box-shadow:none}
.mh-ab-btn-secondary:hover{border-color:#719ed5;background:#f7fbff;box-shadow:0 5px 14px rgba(37,99,235,.08)}

/* LINE official brand green */
.mh-ab-btn-line{
  background:var(--mh-line);
  border:1px solid var(--mh-line);
  color:#fff!important;
  box-shadow:0 8px 18px rgba(6,199,85,.18);
}
.mh-ab-btn-line:hover{background:var(--mh-line-dark);border-color:var(--mh-line-dark);color:#fff!important;box-shadow:0 10px 22px rgba(6,199,85,.24)}
.mh-ab-btn-line span{color:#fff!important}

/* Compact bottom information */
.mh-ab-info{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:15px;padding-top:12px;border-top:1px solid #e0e8f2}
.mh-ab-info-row{display:flex;gap:8px;align-items:flex-start;min-width:0;font-size:11.5px;color:#5b6d7e;margin:0}
.mh-ab-info-label{flex:0 0 auto;color:#22384d;font-weight:800}
.mh-ab-contact-row{display:flex;gap:7px;flex-wrap:wrap;justify-content:flex-end}
.mh-ab-contact{display:inline-flex;align-items:center;gap:6px;min-height:34px;padding:5px 9px;border-radius:8px;background:#fff;border:1px solid #dbe5ef;color:#17364a!important;text-decoration:none!important;white-space:nowrap}
.mh-ab-contact:hover{border-color:#94baf2;box-shadow:0 4px 12px rgba(37,99,235,.07)}
.mh-ab-contact-kicker{color:#6b7c8d;font-size:9px;font-weight:800;letter-spacing:.07em}
.mh-ab-contact strong{font-size:12px;font-weight:800}

/* A: corporate */
.mh-ab-layout-corporate .mh-ab-main{grid-template-columns:1fr}
.mh-ab-layout-corporate .mh-ab-action-panel{display:none}
.mh-ab-layout-corporate .mh-ab-logo-wrap{flex-basis:104px;width:104px;height:104px}
.mh-ab-layout-corporate .mh-ab-logo{max-width:94px;max-height:94px}
.mh-ab-layout-corporate .mh-ab-title{font-size:25px}

/* B: CTA */
.mh-ab-layout-cta .mh-ab-main{grid-template-columns:minmax(0,1fr) minmax(300px,1fr)}
.mh-ab-layout-cta .mh-ab-logo-wrap{flex-basis:78px;width:78px;height:78px}
.mh-ab-layout-cta .mh-ab-logo{max-width:70px;max-height:70px}
.mh-ab-layout-cta .mh-ab-action-panel{background:linear-gradient(145deg,#f2f7ff,#fff);border-color:#bcd3f4}
.mh-ab-layout-cta .mh-ab-action-title{font-size:20px}

/* Agencyup / ThemeAnsar + common WordPress author boxes. */
.single-post .bs-blog-author,.single-post .bs-author-box,.single-post .bs-author-details,.single-post .post-author,.single-post .post-author-box,.single-post .author-box,.single-post .author-info,.single-post .author-bio,.single-post .author-details,.single-post .single-author,.single-post .about-author,.single-post .author-section,.single-post .entry-author,.single-post .mh-author-box-hidden{display:none!important}

@media(max-width:850px){
  .mh-ab-main,.mh-ab-layout-cta .mh-ab-main{grid-template-columns:1fr}
  .mh-ab-action-panel{padding:16px}
  .mh-ab-info{align-items:flex-start;flex-direction:column}
  .mh-ab-contact-row{justify-content:flex-start}
}
@media(max-width:700px){
  .mh-ab-inner{padding:19px 17px 18px 23px}
  .mh-ab-brand{align-items:flex-start;gap:12px}
  .mh-ab-logo-wrap,.mh-ab-layout-corporate .mh-ab-logo-wrap,.mh-ab-layout-cta .mh-ab-logo-wrap{flex:0 0 76px;width:76px;height:76px}
  .mh-ab-logo,.mh-ab-layout-corporate .mh-ab-logo,.mh-ab-layout-cta .mh-ab-logo{max-width:68px;max-height:68px}
  .mh-ab-wordmark{font-size:24px}
  .mh-ab-company-name{font-size:15px}
  .mh-ab-title{font-size:20px}
  .mh-ab-info-row{flex-direction:column;gap:2px}
  .mh-ab-contact-row{width:100%;flex-direction:column}
  .mh-ab-contact,.mh-ab-btn{width:100%}
  .mh-ab-contact{justify-content:flex-start}
}
@media print{.mh-article-banner{box-shadow:none;break-inside:avoid}}
