/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 11 2025 | 16:31:56 */
:root{--vet-color-surface:#fff;--vet-color-background:#f9fafb;--vet-color-border:#e5e7eb;--vet-color-text-primary:#111827;--vet-color-text-secondary:#4b5563;--vet-color-text-subtle:#6b7280;--vet-color-rank-gold:gold;--vet-color-rank-silver:silver;--vet-color-rank-bronze:#CD7F32;--vet-color-rating-star:#ffc107;--vet-color-button-primary-start:#007cba;--vet-color-button-primary-end:#005a87;--vet-font-family:'Inter',-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;--vet-border-radius:10px;--vet-shadow:0 2px 8px rgba(0,0,0,.08);--vet-shadow-hover:0 6px 15px rgba(0,0,0,.1);--vet-transition:all 0.2s ease-in-out}.vet-card-premium{display:flex;flex-direction:column;height:100%;position:relative;overflow:hidden;font-family:var(--vet-font-family);background-color:var(--vet-color-surface);border:1px solid var(--vet-color-border);border-radius:var(--vet-border-radius);box-shadow:var(--vet-shadow);transition:var(--vet-transition)}.vet-card-premium:hover,.vet-card-premium:focus-within{transform:translateY(-3px);box-shadow:var(--vet-shadow-hover)}.vet-card-premium--rank-1{border-color:var(--vet-color-rank-gold);background:linear-gradient(135deg,#fffcf0 0%,var(--vet-color-surface) 100%)}.vet-card-premium--rank-2{border-color:var(--vet-color-rank-silver)}.vet-card-premium--rank-3{border-color:var(--vet-color-rank-bronze)}.vet-card-premium__badge{position:absolute;top:15px;left:-35px;z-index:2;padding:5px 45px;font-size:.8em;font-weight:700;text-align:center;white-space:nowrap;transform:rotate(-45deg);box-shadow:0 1px 3px rgba(0,0,0,.2)}.vet-card-premium--rank-1 .vet-card-premium__badge{background-color:var(--vet-color-rank-gold);color:#333}.vet-card-premium--rank-2 .vet-card-premium__badge,.vet-card-premium--rank-3 .vet-card-premium__badge{background-color:var(--vet-color-border);color:var(--vet-color-text-primary)}.vet-card-premium__rating{display:flex;align-items:center;gap:2px;position:absolute;top:10px;right:10px;z-index:2;padding:3px 8px;font-size:.9em;background:rgba(255,255,255,.9);border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.1);backdrop-filter:blur(3px)}.vet-card-premium__rating-score{font-weight:700;color:var(--vet-color-text-primary)}.vet-card-premium__rating-star{color:var(--vet-color-rating-star)}.vet-card-premium__reviews-count{font-size:.8em;color:var(--vet-color-text-secondary);margin-left:3px}.vet-card-premium__main-content{display:grid;grid-template-columns:1fr 280px;gap:15px;padding:15px;padding-top:45px;flex-grow:1;min-height:0}.vet-card-premium__column--info-contact{display:flex;flex-direction:column;gap:10px;min-height:0}.vet-card-premium__info-header{display:flex;align-items:flex-start;gap:10px;margin-bottom:5px}.vet-card-premium__logo-desktop{width:60px;height:60px;flex-shrink:0;object-fit:cover;border:1px solid var(--vet-color-border);border-radius:6px;padding:2px}.vet-card-premium__title{font-size:1.3em;font-weight:700;line-height:1.3;color:var(--vet-color-text-primary);margin:5px 0 0 0}.vet-card-premium__title a{color:inherit;text-decoration:none;transition:var(--vet-transition)}.vet-card-premium__title a:hover,.vet-card-premium__title a:focus-visible{color:var(--vet-color-button-primary-end);text-decoration:underline}.vet-card-premium__description{font-size:.85em;line-height:1.4;color:var(--vet-color-text-secondary);margin:0}.vet-card-premium__contact-grid{border:1px solid var(--vet-color-border);border-radius:8px;padding:10px;margin-top:auto}.vet-card-premium__contact-title{font-size:.8em;font-weight:600;color:var(--vet-color-text-subtle);margin:0 0 4px 0;text-transform:uppercase;letter-spacing:.04em}.vet-card-premium__contact-detail{margin:0;font-size:.85em;color:var(--vet-color-text-secondary)}.vet-card-premium__contact-link{display:flex;align-items:center;gap:6px;margin-top:4px;padding:6px 10px;font-size:.85em;font-weight:500;color:var(--vet-color-text-secondary);background-color:var(--vet-color-background);border:1px solid var(--vet-color-border);border-radius:6px;text-decoration:none;transition:var(--vet-transition)}.vet-card-premium__contact-link:hover{transform:translateY(-1px);box-shadow:var(--vet-shadow)}.vet-card-premium__column--media-action{display:flex;flex-direction:column;gap:15px;padding-left:15px;border-left:1px solid var(--vet-color-border)}.vet-card-premium__map-container{width:100%;border-radius:6px;overflow:hidden;aspect-ratio:16 / 9}.vet-card-premium__map-container iframe{width:100%;height:100%;border:0}.vet-card-premium__button--primary{display:block;width:100%;padding:10px 15px;font-size:.9em;font-weight:600;color:var(--vet-color-surface);background:linear-gradient(135deg,var(--vet-color-button-primary-start) 0%,var(--vet-color-button-primary-end) 100%);border-radius:6px;text-align:center;text-decoration:none;box-shadow:0 1px 2px rgba(0,0,0,.08);transition:var(--vet-transition)}.vet-card-premium__button--primary:hover,.vet-card-premium__button--primary:focus-visible{transform:translateY(-1px);box-shadow:0 2px 5px rgba(0,0,0,.15)}.vet-card-premium__footer details{border-top:1px solid var(--vet-color-border);background-color:var(--vet-color-background)}.vet-card-premium__footer summary{display:flex;justify-content:space-between;align-items:center;padding:.6rem 1rem;font-size:.9em;font-weight:600;color:var(--vet-color-text-secondary);cursor:pointer;transition:var(--vet-transition)}.vet-card-premium__footer summary:hover{background-color:var(--vet-color-border)}.vet-card-premium__footer summary::after{content:'▼';font-size:.6em;transition:transform 0.2s}.vet-card-premium__footer details[open] summary::after{transform:rotate(180deg)}.vet-card-premium__footer-content{padding:.8rem 1rem;font-size:.85em;color:var(--vet-color-text-secondary)}.vet-no-results-container{padding:1.5rem;text-align:center;background-color:var(--vet-color-background);border:1px solid var(--vet-color-border);border-radius:var(--vet-border-radius);color:var(--vet-color-text-secondary)}@media (max-width:1024px){.vet-card-premium__main-content{grid-template-columns:1fr}.vet-card-premium__column--media-action{border-left:none;border-top:1px solid var(--vet-color-border);padding-left:0;padding-top:15px}}@media (max-width:768px){.vet-card-premium__title{font-size:1.15em}.vet-card-premium__column--media-action{flex-direction:column}.vet-card-premium__button--primary{padding:9px 12px;font-size:.85em}}