/* LTCF Provider Profile V2 — scoped to the single provider profile only */
body.single-care_centers .ltcf-profile-v2{
  --ltcf-teal:#0E5E6B;
  --ltcf-deep:#053743;
  --ltcf-aqua:#09CCC2;
  --ltcf-pink:#C3245A;
  --ltcf-text:#15323a;
  --ltcf-muted:#65777d;
  --ltcf-soft:#f5f8f8;
  --ltcf-line:#dce7e8;
  --ltcf-radius:20px;
  color:var(--ltcf-text);
  font-family:Arial,Helvetica,sans-serif;
  background:#fff;
}
body.single-care_centers .ltcf-profile-v2 *{box-sizing:border-box}
body.single-care_centers .ltcf-profile-v2 a{text-decoration:none}
body.single-care_centers .ltcf-profile-v2 svg{width:1.15em;height:1.15em;flex:0 0 auto}
body.single-care_centers .ltcf-profile-shell{width:min(1180px,calc(100% - 40px));margin:0 auto;padding:28px 0 64px}
body.single-care_centers .ltcf-profile-kicker{display:inline-flex;align-items:center;padding:8px 14px;border:1px solid rgba(9,204,194,.24);border-radius:999px;background:rgba(9,204,194,.07);color:var(--ltcf-teal);font-size:12px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}
body.single-care_centers .ltcf-profile-breadcrumbs{display:flex;flex-wrap:wrap;gap:7px;align-items:center;margin:22px 0 18px;font-size:14px;color:var(--ltcf-muted)}
body.single-care_centers .ltcf-profile-breadcrumbs a{color:var(--ltcf-pink)}
body.single-care_centers .ltcf-profile-breadcrumbs a:hover{color:var(--ltcf-teal)}

/* Media mosaic */
body.single-care_centers .ltcf-profile-media{display:grid;grid-template-columns:minmax(0,40%) minmax(0,60%);gap:10px;height:430px;margin-bottom:20px}
body.single-care_centers .ltcf-profile-map-panel,body.single-care_centers .ltcf-profile-photo-feature{position:relative;overflow:hidden;border:1px solid var(--ltcf-line);border-radius:var(--ltcf-radius);background:var(--ltcf-soft)}
body.single-care_centers .ltcf-profile-map-panel>a,body.single-care_centers .ltcf-profile-map-panel img{display:block;width:100%;height:100%}
body.single-care_centers .ltcf-profile-map-panel img{object-fit:cover}
body.single-care_centers .ltcf-profile-media-label{position:absolute;left:14px;bottom:14px;padding:7px 11px;border-radius:999px;background:rgba(255,255,255,.94);color:var(--ltcf-deep);font-size:12px;font-weight:800;box-shadow:0 4px 14px rgba(5,55,67,.12)}
body.single-care_centers .ltcf-profile-map-fallback{height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px;text-align:center;padding:30px;color:var(--ltcf-muted)}
body.single-care_centers .ltcf-profile-map-fallback svg{width:38px;height:38px;color:var(--ltcf-teal)}
body.single-care_centers .ltcf-profile-map-fallback a{color:var(--ltcf-pink);font-weight:700}
body.single-care_centers .ltcf-profile-photo-feature{display:grid;grid-template-columns:2fr 1fr;grid-template-rows:1fr 1fr;gap:10px;border:0;background:transparent}
body.single-care_centers .ltcf-profile-feature-photo{position:relative;overflow:hidden;border-radius:var(--ltcf-radius);border:1px solid var(--ltcf-line);background:var(--ltcf-soft)}
body.single-care_centers .ltcf-profile-feature-photo--1{grid-row:1 / 3}
body.single-care_centers .ltcf-profile-feature-photo img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .25s ease}
body.single-care_centers .ltcf-profile-feature-photo:hover img{transform:scale(1.025)}
body.single-care_centers .ltcf-profile-view-all{position:absolute;right:12px;bottom:12px;padding:8px 11px;border-radius:10px;background:rgba(5,55,67,.9);color:#fff;font-size:12px;font-weight:800}
body.single-care_centers .ltcf-profile-photo-feature--1{grid-template-columns:1fr;grid-template-rows:1fr}
body.single-care_centers .ltcf-profile-photo-feature--1 .ltcf-profile-feature-photo--1{grid-row:auto}
body.single-care_centers .ltcf-profile-photo-feature--2{grid-template-columns:1.55fr 1fr;grid-template-rows:1fr}
body.single-care_centers .ltcf-profile-photo-feature--2 .ltcf-profile-feature-photo--1{grid-row:auto}
body.single-care_centers .ltcf-profile-no-photos{grid-column:1 / -1;grid-row:1 / -1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;border:1px dashed #cbd9da;border-radius:var(--ltcf-radius);color:var(--ltcf-muted);background:linear-gradient(135deg,#f8fbfb,#eef6f6)}
body.single-care_centers .ltcf-profile-no-photos svg{width:44px;height:44px;color:var(--ltcf-teal)}

/* Identity */
body.single-care_centers .ltcf-profile-identity{display:flex;justify-content:space-between;gap:30px;align-items:center;padding:28px 30px;border:1px solid var(--ltcf-line);border-radius:var(--ltcf-radius);background:#fff}
body.single-care_centers .ltcf-profile-identity-main{min-width:0}
body.single-care_centers .ltcf-profile-category-row{display:flex;flex-wrap:wrap;gap:7px;align-items:center;margin-bottom:10px}
body.single-care_centers .ltcf-profile-category{display:inline-flex;padding:7px 11px;border-radius:8px;background:rgba(14,94,107,.08);color:var(--ltcf-teal);font-size:12px;font-weight:800}
body.single-care_centers a.ltcf-profile-category:hover{background:rgba(14,94,107,.14);color:var(--ltcf-deep)}
body.single-care_centers .ltcf-profile-identity h1{margin:0 0 12px;padding:0;color:#111;font-size:clamp(28px,3vw,42px);line-height:1.08;font-weight:800}
body.single-care_centers .ltcf-profile-identity-meta{display:flex;flex-wrap:wrap;align-items:flex-start;gap:9px 22px}
body.single-care_centers .ltcf-profile-address,body.single-care-centers .ltcf-profile-hours-summary{display:inline-flex;align-items:flex-start;gap:8px;color:var(--ltcf-muted);font-size:15px;line-height:1.5}
body.single-care_centers .ltcf-profile-address svg{margin-top:2px;color:var(--ltcf-pink)}
body.single-care_centers .ltcf-profile-hours-summary svg{margin-top:2px;color:var(--ltcf-teal)}
body.single-care_centers .ltcf-profile-hours-summary strong{color:var(--ltcf-muted);font-weight:800}
body.single-care_centers .ltcf-profile-identity-actions{display:flex;flex-direction:column;gap:10px;min-width:190px}
body.single-care_centers .ltcf-profile-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:46px;padding:0 17px;border-radius:11px;font-size:14px;font-weight:800;transition:.2s ease}
body.single-care_centers .ltcf-profile-btn--primary{background:var(--ltcf-pink);color:#fff!important;border:1px solid var(--ltcf-pink)}
body.single-care_centers .ltcf-profile-btn--secondary{background:#fff;color:var(--ltcf-deep)!important;border:1px solid rgba(5,55,67,.24)}
body.single-care_centers .ltcf-profile-btn:hover{transform:translateY(-1px)}

/* Anchor navigation */
body.single-care_centers .ltcf-profile-anchor-nav{position:sticky;top:0;z-index:20;display:flex;gap:26px;margin:16px 0 26px;padding:0 20px;border:1px solid var(--ltcf-line);border-radius:14px;background:rgba(255,255,255,.96);backdrop-filter:blur(8px);overflow-x:auto;white-space:nowrap}
body.admin-bar.single-care_centers .ltcf-profile-anchor-nav{top:32px}
body.single-care_centers .ltcf-profile-anchor-nav a{display:block;padding:15px 0;border-bottom:2px solid transparent;color:var(--ltcf-muted);font-size:14px;font-weight:800}
body.single-care_centers .ltcf-profile-anchor-nav a:hover{color:var(--ltcf-teal);border-color:var(--ltcf-aqua)}

/* Main layout */
body.single-care_centers .ltcf-profile-layout{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:24px;align-items:start}
body.single-care_centers .ltcf-profile-main{display:flex;flex-direction:column;gap:22px;min-width:0}
body.single-care_centers .ltcf-profile-card,body.single-care_centers .ltcf-profile-related{padding:30px;border:1px solid var(--ltcf-line);border-radius:var(--ltcf-radius);background:#fff;scroll-margin-top:92px}
body.single-care_centers .ltcf-profile-eyebrow{display:block;margin-bottom:8px;color:var(--ltcf-teal);font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
body.single-care_centers .ltcf-profile-card h2,body.single-care_centers .ltcf-profile-related h2,body.single-care_centers .ltcf-profile-resources-cta h2{margin:0 0 18px;padding:0;color:var(--ltcf-deep);font-size:28px;line-height:1.2;font-weight:800}
body.single-care_centers .ltcf-profile-card h3{margin:0 0 12px;padding:0;color:var(--ltcf-deep);font-size:18px;line-height:1.3}
body.single-care_centers .ltcf-profile-richtext,body.single-care_centers .ltcf-profile-richtext p,body.single-care_centers .ltcf-profile-card p{color:#354d54;font-size:16px;line-height:1.75}
body.single-care_centers .ltcf-profile-richtext p:last-child{margin-bottom:0}
body.single-care_centers .ltcf-profile-description{position:relative;transition:max-height .28s ease}
body.single-care_centers .ltcf-profile-description.is-collapsed>:first-child{margin-top:0}
body.single-care_centers .ltcf-profile-description.is-collapsed{max-height:196px;overflow:hidden}
body.single-care_centers .ltcf-profile-description.is-collapsed:after{content:"";position:absolute;left:0;right:0;bottom:0;height:54px;background:linear-gradient(to bottom,rgba(255,255,255,0),#fff);pointer-events:none}
body.single-care_centers .ltcf-profile-description-toggle{margin-top:13px;padding:0;border:0;background:transparent;color:var(--ltcf-pink);font-size:14px;font-weight:800;cursor:pointer}
body.single-care_centers .ltcf-profile-description-toggle:hover{color:var(--ltcf-teal)}
body.single-care_centers .ltcf-profile-why-card h2{margin-bottom:14px}
body.single-care_centers .ltcf-profile-why{padding:20px;border-left:4px solid var(--ltcf-aqua);border-radius:12px;background:#f6fbfb}
body.single-care_centers .ltcf-profile-why p{margin:0}

/* Promotion */
body.single-care_centers .ltcf-profile-promo{display:flex;gap:16px;align-items:flex-start;padding:22px 24px;border:1px solid rgba(195,36,90,.18);border-radius:18px;background:linear-gradient(135deg,rgba(195,36,90,.06),rgba(9,204,194,.04))}
body.single-care_centers .ltcf-profile-promo-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:var(--ltcf-pink);color:#fff;font-size:19px;font-weight:900}
body.single-care_centers .ltcf-profile-promo p{margin:0;color:var(--ltcf-text)}

/* Pricing */
body.single-care_centers .ltcf-profile-pricing-intro{margin:0 0 18px!important;color:var(--ltcf-muted)!important}
body.single-care_centers .ltcf-profile-price-hero{display:flex;flex-wrap:wrap;gap:8px 14px;align-items:baseline;margin:4px 0 24px;padding:20px;border-radius:15px;background:#f5f9f9}
body.single-care_centers .ltcf-profile-price-hero span{width:100%;color:var(--ltcf-muted);font-size:13px;font-weight:700}
body.single-care_centers .ltcf-profile-price-hero strong{color:var(--ltcf-deep);font-size:30px;line-height:1.1}
body.single-care_centers .ltcf-profile-price-hero small{color:var(--ltcf-muted)}
body.single-care_centers .ltcf-profile-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
body.single-care_centers .ltcf-profile-detail-block{padding:18px;border:1px solid var(--ltcf-line);border-radius:15px;background:#fff}
body.single-care_centers .ltcf-profile-detail-block ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}
body.single-care_centers .ltcf-profile-detail-block--payment{grid-column:1 / -1}
body.single-care_centers .ltcf-profile-detail-block--payment ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 18px}
body.single-care_centers .ltcf-profile-detail-block li{display:flex;gap:9px;color:#435b62;font-size:14px;line-height:1.45}
body.single-care-centers .ltcf-profile-check{display:inline-grid;place-items:center;width:20px;height:20px;flex:0 0 20px;border-radius:6px;background:var(--ltcf-teal);color:#fff;font-size:12px;font-weight:900}
body.single-care_centers .ltcf-profile-disclaimer{margin:18px 0 0!important;color:var(--ltcf-muted)!important;font-size:13px!important;line-height:1.55!important}

/* Services */
body.single-care_centers .ltcf-profile-service-divisions{display:flex;flex-direction:column;gap:18px}
body.single-care_centers .ltcf-profile-service-division{padding:20px;border:1px solid var(--ltcf-line);border-radius:17px;background:#f8fbfb}
body.single-care_centers .ltcf-profile-service-division-heading{display:flex;align-items:center;gap:12px;margin-bottom:15px}
body.single-care_centers .ltcf-profile-service-division-heading h3{margin:0;padding:0;font-size:20px}
body.single-care_centers .ltcf-profile-service-division-icon{display:grid;place-items:center;width:38px;height:38px;flex:0 0 38px;border-radius:11px;background:rgba(9,204,194,.11);color:var(--ltcf-teal)}
body.single-care_centers .ltcf-profile-service-division-icon svg{width:20px;height:20px}
body.single-care_centers .ltcf-profile-service-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
body.single-care_centers .ltcf-profile-service-card{padding:21px;border:1px solid var(--ltcf-line);border-radius:16px;background:linear-gradient(180deg,#fff,#fbfdfd)}
body.single-care_centers .ltcf-profile-service-card h4{margin:0 0 12px;padding:0;color:var(--ltcf-deep);font-size:17px;line-height:1.3}
body.single-care_centers .ltcf-profile-service-card ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:9px}
body.single-care_centers .ltcf-profile-service-card li{display:flex;gap:9px;align-items:flex-start;color:#53686e;font-size:14px;line-height:1.45}
body.single-care_centers .ltcf-profile-service-card li small{display:block;margin-top:2px;color:var(--ltcf-muted);font-size:12px}
body.single-care_centers .ltcf-service-toggle,body.single-care_centers .ltcf-profile-gallery-toggle{margin-top:15px;padding:0;border:0;background:transparent;color:var(--ltcf-pink);font-weight:800;cursor:pointer}

/* Gallery */
body.single-care_centers .ltcf-profile-section-heading-row{display:flex;justify-content:space-between;gap:20px;align-items:flex-start}
body.single-care_centers .ltcf-profile-photo-count{padding:7px 10px;border-radius:999px;background:#f3f7f7;color:var(--ltcf-muted);font-size:12px;font-weight:800}
body.single-care_centers .ltcf-profile-gallery-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
body.single-care_centers .ltcf-profile-gallery-item{display:block;aspect-ratio:1.2/1;overflow:hidden;border-radius:13px;border:1px solid var(--ltcf-line)}
body.single-care_centers .ltcf-profile-gallery-item img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .2s ease}
body.single-care_centers .ltcf-profile-gallery-item:hover img{transform:scale(1.03)}

/* Provider info */
body.single-care_centers .ltcf-profile-info-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
body.single-care_centers .ltcf-profile-info-block{padding:20px;border:1px solid var(--ltcf-line);border-radius:15px;background:#fbfdfd}
body.single-care_centers .ltcf-profile-hours{color:#465f66;line-height:1.7}
body.single-care_centers .ltcf-profile-text-link{display:inline-flex;gap:6px;align-items:center;color:var(--ltcf-pink);font-weight:800}
body.single-care_centers .ltcf-profile-socials{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}
body.single-care_centers .ltcf-profile-socials a{padding:7px 10px;border:1px solid var(--ltcf-line);border-radius:9px;background:#fff;color:var(--ltcf-teal);font-size:12px;font-weight:800}
body.single-care_centers .ltcf-profile-resource-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:20px}
body.single-care_centers .ltcf-profile-resource-card{display:flex;gap:12px;align-items:center;padding:15px;border:1px solid var(--ltcf-line);border-radius:14px;color:var(--ltcf-text);background:#fff}
body.single-care_centers .ltcf-profile-resource-icon{display:grid;place-items:center;width:38px;height:38px;flex:0 0 38px;border-radius:10px;background:rgba(9,204,194,.09);color:var(--ltcf-teal)}
body.single-care_centers .ltcf-profile-resource-card strong,body.single-care_centers .ltcf-profile-resource-card small{display:block}
body.single-care_centers .ltcf-profile-resource-card small{margin-top:3px;color:var(--ltcf-muted);font-size:12px}
body.single-care_centers .ltcf-profile-featured-video{margin-top:22px;padding-top:22px;border-top:1px solid var(--ltcf-line)}
body.single-care_centers .ltcf-profile-featured-video h3{margin-bottom:0}
body.single-care_centers .ltcf-profile-video-link{position:relative;display:block;max-width:620px;aspect-ratio:16/9;margin-top:14px;overflow:hidden;border:1px solid var(--ltcf-line);border-radius:16px;background:#eaf1f1;color:#fff}
body.single-care_centers .ltcf-profile-video-link img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .25s ease}
body.single-care_centers .ltcf-profile-video-link:hover img{transform:scale(1.025)}
body.single-care_centers .ltcf-profile-video-link:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(5,55,67,.72),rgba(5,55,67,0) 55%)}
body.single-care_centers .ltcf-profile-video-play{position:absolute;left:50%;top:50%;z-index:2;display:grid;place-items:center;width:58px;height:58px;border-radius:50%;background:rgba(195,36,90,.94);color:#fff;transform:translate(-50%,-50%);box-shadow:0 8px 22px rgba(5,55,67,.2)}
body.single-care_centers .ltcf-profile-video-play svg{width:25px;height:25px;margin-left:3px}
body.single-care_centers .ltcf-profile-video-label{position:absolute;left:18px;bottom:16px;z-index:2;color:#fff;font-size:14px;font-weight:800}

/* Sidebar */
body.single-care_centers .ltcf-profile-sidebar{position:sticky;top:78px;display:flex;flex-direction:column;gap:16px}
body.admin-bar.single-care_centers .ltcf-profile-sidebar{top:110px}
body.single-care_centers .ltcf-profile-sidebar-card{padding:24px;border:1px solid var(--ltcf-line);border-radius:var(--ltcf-radius);background:#fff;box-shadow:0 10px 28px rgba(5,55,67,.07)}
body.single-care_centers .ltcf-profile-sidebar-label{display:block;color:var(--ltcf-muted);font-size:13px;font-weight:700}
body.single-care_centers .ltcf-profile-sidebar-price{margin:5px 0 20px;color:var(--ltcf-deep);font-size:25px;font-weight:900;line-height:1.2}
body.single-care_centers .ltcf-profile-sidebar-price--text{font-size:21px}
body.single-care_centers .ltcf-profile-sidebar-actions{display:flex;flex-direction:column;gap:9px;padding-bottom:18px;border-bottom:1px solid var(--ltcf-line)}
body.single-care_centers .ltcf-profile-quickfacts{margin:18px 0 0}
body.single-care_centers .ltcf-profile-quickfacts>div{display:flex;justify-content:space-between;gap:12px;padding:9px 0;border-bottom:1px solid #edf2f2}
body.single-care_centers .ltcf-profile-quickfacts dt{color:var(--ltcf-muted);font-size:13px}
body.single-care_centers .ltcf-profile-quickfacts dd{margin:0;color:var(--ltcf-deep);font-size:13px;font-weight:800;text-align:right}
body.single-care_centers .ltcf-profile-sidebar-location{display:flex;gap:9px;align-items:flex-start;margin-top:18px;color:var(--ltcf-muted);font-size:13px;line-height:1.45}
body.single-care_centers .ltcf-profile-sidebar-location svg{color:var(--ltcf-pink)}
body.single-care_centers .ltcf-profile-highlights-card h3{margin:5px 0 16px;padding:0;color:var(--ltcf-deep);font-size:22px}
body.single-care_centers .ltcf-profile-highlights-list{display:flex;flex-direction:column;gap:10px;margin:0;padding:0;list-style:none}
body.single-care_centers .ltcf-profile-highlights-list li{display:flex;gap:9px;align-items:flex-start;color:#435b62;font-size:13px;line-height:1.45}
body.single-care_centers .ltcf-profile-highlights-list .ltcf-profile-check{width:18px;height:18px;flex-basis:18px;border-radius:5px;font-size:10px}

/* Related */
body.single-care_centers .ltcf-profile-related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
body.single-care_centers .ltcf-profile-related-card{overflow:hidden;border:1px solid var(--ltcf-line);border-radius:15px;background:#fff;color:var(--ltcf-text)}
body.single-care_centers .ltcf-profile-related-card img{display:block;width:100%;height:145px;object-fit:cover}
body.single-care_centers .ltcf-profile-related-card>div{padding:15px}
body.single-care_centers .ltcf-profile-related-card h3{margin:0 0 6px;padding:0;font-size:16px;line-height:1.3;color:var(--ltcf-deep)}
body.single-care_centers .ltcf-profile-related-card p{margin:0;color:var(--ltcf-muted);font-size:12px;line-height:1.4}

/* Final resources CTA */
body.single-care_centers .ltcf-profile-resources-cta{display:flex;justify-content:space-between;gap:30px;align-items:center;margin-top:28px;padding:30px;border-radius:var(--ltcf-radius);background:linear-gradient(135deg,#f2fbfa,#f7f5f7);border:1px solid var(--ltcf-line)}
body.single-care_centers .ltcf-profile-resources-cta h2{margin-bottom:8px}
body.single-care_centers .ltcf-profile-resources-cta p{margin:0;max-width:700px;color:var(--ltcf-muted);line-height:1.65}

@media (max-width:980px){
  body.single-care_centers .ltcf-profile-media{grid-template-columns:1fr;height:auto}
  body.single-care_centers .ltcf-profile-map-panel{height:320px}
  body.single-care_centers .ltcf-profile-photo-feature{height:390px}
  body.single-care_centers .ltcf-profile-layout{grid-template-columns:1fr}
  body.single-care_centers .ltcf-profile-sidebar{position:static;order:-1}
  body.single-care_centers .ltcf-profile-sidebar-card{display:grid;grid-template-columns:1fr 1fr;gap:18px}
  body.single-care_centers .ltcf-profile-highlights-card{display:block}
  body.single-care_centers .ltcf-profile-sidebar-actions{border-bottom:0;padding-bottom:0}
  body.single-care_centers .ltcf-profile-detail-grid{grid-template-columns:1fr}
  body.single-care_centers .ltcf-profile-resource-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:767px){
  body.single-care_centers .ltcf-profile-shell{width:min(100% - 28px,1180px);padding-top:20px}
  body.single-care_centers .ltcf-profile-media{gap:8px}
  body.single-care_centers .ltcf-profile-map-panel{height:260px}
  body.single-care_centers .ltcf-profile-photo-feature{height:320px;grid-template-columns:1.45fr 1fr;gap:8px}
  body.single-care_centers .ltcf-profile-feature-photo{border-radius:14px}
  body.single-care_centers .ltcf-profile-identity{flex-direction:column;align-items:stretch;padding:22px}
  body.single-care_centers .ltcf-profile-identity-actions{display:grid;grid-template-columns:1fr 1fr}
  body.single-care_centers .ltcf-profile-anchor-nav{gap:18px;margin-bottom:18px}
  body.single-care_centers .ltcf-profile-card,body.single-care_centers .ltcf-profile-related{padding:22px}
  body.single-care_centers .ltcf-profile-detail-block--payment ul{grid-template-columns:1fr}
  body.single-care_centers .ltcf-profile-service-division{padding:16px}
  body.single-care_centers .ltcf-profile-service-grid{grid-template-columns:1fr}
  body.single-care_centers .ltcf-profile-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  body.single-care_centers .ltcf-profile-info-grid,body.single-care_centers .ltcf-profile-resource-grid{grid-template-columns:1fr}
  body.single-care_centers .ltcf-profile-sidebar-card{display:block}
  body.single-care_centers .ltcf-profile-sidebar-actions{margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid var(--ltcf-line)}
  body.single-care_centers .ltcf-profile-related-grid{grid-template-columns:1fr}
  body.single-care_centers .ltcf-profile-related-card{display:grid;grid-template-columns:115px 1fr}
  body.single-care_centers .ltcf-profile-related-card img{height:100%;min-height:115px}
  body.single-care_centers .ltcf-profile-resources-cta{flex-direction:column;align-items:flex-start;padding:24px}
  body.admin-bar.single-care_centers .ltcf-profile-anchor-nav{top:46px}
}
@media (max-width:520px){
  body.single-care_centers .ltcf-profile-photo-feature{height:auto;grid-template-columns:1fr 1fr;grid-template-rows:220px 130px}
  body.single-care_centers .ltcf-profile-feature-photo--1{grid-column:1 / -1;grid-row:1}
  body.single-care_centers .ltcf-profile-feature-photo--2,body.single-care_centers .ltcf-profile-feature-photo--3{grid-row:2}
  body.single-care_centers .ltcf-profile-photo-feature--1,body.single-care_centers .ltcf-profile-photo-feature--2{display:grid;grid-template-columns:1fr;grid-template-rows:240px auto}
  body.single-care_centers .ltcf-profile-photo-feature--2 .ltcf-profile-feature-photo--1,body.single-care_centers .ltcf-profile-photo-feature--2 .ltcf-profile-feature-photo--2{grid-column:1;grid-row:auto}
  body.single-care_centers .ltcf-profile-identity-actions{grid-template-columns:1fr}
}
