/* dancycastor.com v2 upgrade component styles */
.dc-wa-float{position:fixed;left:18px;bottom:18px;z-index:9990;width:56px;height:56px;border-radius:50%;background:#25D366;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 14px rgba(0,0,0,.25);transition:transform .2s ease}
.dc-wa-float:hover{transform:scale(1.08)}
.dc-wa-float svg{width:30px;height:30px;fill:#fff}
@media (max-width:640px){.dc-wa-float{width:50px;height:50px;left:12px;bottom:12px}}
.dc-established-badge{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:9999px;padding:6px 16px;font-size:14px;color:#6ee7b7;font-weight:500;margin-bottom:20px}
.dc-established-badge .dot{width:8px;height:8px;background:#6ee7b7;border-radius:50%}

.dc-thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:10px}
.dc-thumb{padding:0;border:2px solid transparent;border-radius:8px;overflow:hidden;background:#f3f4f6;cursor:pointer;aspect-ratio:1/1;transition:border-color .15s}
.dc-thumb img{width:100%;height:100%;object-fit:cover;display:block}
.dc-thumb.is-active{border-color:#1D9E75}
.dc-thumb:hover{border-color:#0C447C}
@media (max-width:640px){.dc-thumbs{grid-template-columns:repeat(4,1fr);gap:6px}}
