/**
 * Venue Detail — shared styles for afisha detail and places detail pages
 * vd-* classes used by both afisha.php and places.php
 */

/* ── Page wrapper ── */
html.vd-page { overflow-x: hidden; }
.vd-page #wrap { background: #fff; padding-top: 110px !important; }
.vd-page #lqd-site-content,
.vd-page .contact,
.vd-page #lqd-contents-wrap { background: #fff !important; }

/* ── Back bar ── */
.vd-back-row { background: linear-gradient(135deg, #e25da0 0%, #f4845f 100%); text-align: left !important; }
.vd-back { display: inline-flex; align-items: center; gap: 6px; color: #fff; text-decoration: none; font-size: 14px; font-weight: 500; padding: 14px 0; }
@media (max-width: 1023px) { .vd-back { padding: 10px 0; } }
.vd-back svg { width: 16px; height: 16px; stroke: currentColor; fill: none; stroke-width: 2; }
.vd-back:hover { color: #fff; opacity: .85; }

/* ── Hero ── */
.vd-hero { background: #fdf6f4; padding: 28px 0 32px; }
.vd-hero-inner { display: flex; gap: 28px; align-items: flex-start; }
.vd-hero-icon { flex-shrink: 0; width: 72px; height: 72px; border-radius: 18px; display: flex; align-items: center; justify-content: center; }
.vd-hero-icon svg { width: 36px; height: 36px; }
.vd-hero-body { flex: 1; min-width: 0; }
#lqd-contents-wrap h1.vd-title { font-size: clamp(22px, 4vw, 30px); color: #222; margin: 0 !important; padding: 0; line-height: 1.2; text-align: left !important; }
.vd-subtitle { font-size: 15px; color: #888; margin: 4px 0 0; line-height: 1.3; text-align: left !important; }
.vd-sidebar-card, .vd-sidebar-card h3, .vd-step-text, .vd-step-text strong, .vd-step-text span, .vd-sidebar-text { text-align: left !important; }
.vd-hero-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 14px; }
.vd-tag { display: inline-flex; align-items: center; gap: 5px; font-size: 13px; padding: 5px 14px; border-radius: 20px; font-weight: 500; }
.vd-tag svg { width: 14px; height: 14px; }
.vd-tag--cat { color: #fff; }
.vd-hero-ages { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 8px; }
.vd-tag--age { background: #fff4e6; color: #e67e22; border: 2px solid #fff; }
.vd-tag--sub { background: #f0f0f0; color: #555; font-size: 12px; padding: 4px 10px; text-decoration: none; }
a.vd-tag--sub:hover { background: #e8e8e8; }
a.vd-tag--cat { text-decoration: none; }
a.vd-tag--cat:hover { opacity: .85; }
@media (max-width: 600px) {
    .vd-hero { padding: 20px 0 24px; }
    .vd-hero-inner { flex-direction: column; gap: 14px; }
    .vd-hero-icon { width: 56px; height: 56px; border-radius: 14px; }
    .vd-hero-icon svg { width: 28px; height: 28px; }
}

/* ── Content two-column ── */
.vd-content { padding: 24px 0 0; overflow: hidden; }
.vd-grid { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 24px; align-items: start; overflow: hidden; max-width: 100%; }
@media (max-width: 1023px) { .vd-grid { grid-template-columns: 1fr; } }

/* ── Left column ── */
.vd-section { margin-bottom: 24px; }
.vd-section-title { font-size: 18px; font-weight: 700; color: #222; margin: 0 0 12px; display: flex; align-items: center; gap: 8px; text-align: left !important; }
/* Override global Liquid theme center !important */
#wrap > main section.vd-hero:not(#site-footer):not(.lqd-section.module-top) h1,
#wrap > main section.vd-content:not(#site-footer):not(.lqd-section.module-top) h1,
#wrap > main section.vd-content:not(#site-footer):not(.lqd-section.module-top) h2,
#wrap > main section.vd-content:not(#site-footer):not(.lqd-section.module-top) h3,
#wrap > main section.vd-content:not(#site-footer):not(.lqd-section.module-top) h4,
#wrap > main section.vd-content:not(#site-footer):not(.lqd-section.module-top) p,
#wrap > main section.vd-faq-section:not(#site-footer):not(.lqd-section.module-top) h3,
#wrap > main section.vd-faq-section:not(#site-footer):not(.lqd-section.module-top) p,
#wrap > main section.vd-similar:not(#site-footer):not(.lqd-section.module-top) h3,
#wrap > main section.vd-similar:not(#site-footer):not(.lqd-section.module-top) p { text-align: left !important; }
#wrap > main section.vd-faq-section:not(#site-footer):not(.lqd-section.module-top) .vd-faq-title h2,
#wrap > main section.vd-faq-section:not(#site-footer):not(.lqd-section.module-top) .vd-faq-title h6 { text-align: center !important; }
.vd-section-title svg { width: 20px; height: 20px; flex-shrink: 0; }
.vd-desc { font-size: 15px; line-height: 1.7; color: #444; text-align: left !important; }
.vd-info-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
/* Afisha uses 2-column info grid */
.vd-info-grid--2col { grid-template-columns: repeat(2, 1fr); }
.vd-info-card { background: #fdf6f4; border-radius: 12px; padding: 16px; }
.vd-info-card-icon { width: 36px; height: 36px; border-radius: 10px; display: flex; align-items: center; justify-content: center; margin-bottom: 8px; }
.vd-info-card-icon svg { width: 18px; height: 18px; }
.vd-icon--date { background: #e25da018; color: #e25da0; }
.vd-icon--place { background: #8b5cf618; color: #8b5cf6; }
.vd-icon--addr { background: #e67e2218; color: #e67e22; }
.vd-icon--price { background: #22c55e18; color: #22c55e; }
.vd-icon--metro { background: #ff001318; color: #ff0013; }
.vd-icon--phone { background: #4ab0e618; color: #4ab0e6; }
.vd-icon--site { background: #22c55e18; color: #22c55e; }
.vd-icon--schedule { background: #8b5cf618; color: #8b5cf6; }
.vd-info-card h4 { font-size: 13px; font-weight: 600; color: #222; margin: 0 0 2px; }
.vd-info-card p { font-size: 13px; color: #666; margin: 0; line-height: 1.4; word-break: break-word; }
.vd-info-card a { color: #006bd8; text-decoration: none; }
.vd-info-card a:hover { text-decoration: underline; }
.vd-grid > div { min-width: 0; overflow: hidden; }
.vd-phone-link { color: #666 !important; text-decoration: none !important; pointer-events: none; cursor: default; }
@media (max-width: 600px) { .vd-phone-link { color: #006bd8 !important; pointer-events: auto; cursor: pointer; } }
@media (max-width: 600px) {
    .vd-info-grid,
    .vd-info-grid--2col { grid-template-columns: 1fr; gap: 0; background: #fdf6f4; border-radius: 12px; overflow: hidden; }
    .vd-info-card { border-radius: 0; padding: 12px 16px; display: flex; align-items: flex-start; gap: 12px; border-bottom: 1px solid rgba(0,0,0,.04); text-align: left !important; }
    .vd-info-card:last-child { border-bottom: none; }
    .vd-info-card-icon { width: 32px; height: 32px; border-radius: 8px; margin-bottom: 0; flex-shrink: 0; }
    .vd-info-card-icon svg { width: 16px; height: 16px; }
    .vd-info-card h4 { font-size: 11px; color: #999; font-weight: 500; margin: 0 0 1px; white-space: nowrap; }
    .vd-info-card p { font-size: 13px; margin: 0; }
    .vd-info-card-text { flex: 1; min-width: 0; text-align: left !important; }
    .vd-section-title { font-size: 16px; }
}

/* ── Event image (afisha) ── */
.vd-ev-image { border-radius: 12px; overflow: hidden; margin-bottom: 24px; }
.vd-ev-image img { width: 100%; display: block; }

/* ── Map (places) ── */
.vd-map-wrap { border-radius: 12px; overflow: hidden; height: 270px; background: #e8e8e8; margin-bottom: 24px; }
.vd-map-wrap [class*="copyrights-promo"],
.vd-map-wrap [class*="gotoymaps"],
.vd-map-wrap [class*="gototaxi"],
.vd-map-wrap [class*="routeButton"] { display: none !important; }
@media (max-width: 600px) {
    .vd-map-wrap { height: 200px; border-radius: 10px; }
}

/* ── Metro dot ── */
.vd-metro-dot { display: inline-block; width: 10px; height: 10px; border-radius: 50%; vertical-align: middle; position: relative; top: -1px; }
.vd-metro-dist { color: #aaa; }
.vd-similar-metro .vd-metro-dot { width: 8px; height: 8px; flex-shrink: 0; top: 1px; }

/* ── Sidebar ── */
.vd-sidebar { position: sticky; top: 20px; }
.vd-sidebar-card { background: #fdf6f4; border-radius: 14px; padding: 20px; margin-bottom: 16px; overflow: hidden; }
.vd-sidebar-card h3 { font-size: 15px; font-weight: 700; color: #222; margin: 0 0 16px; }
.vd-steps-list { margin-bottom: 18px; }
.vd-step-row { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 12px; }
.vd-step-row:last-child { margin-bottom: 0; }
.vd-step-row .sp-circle-wrap { width: 38px; height: 38px; flex-shrink: 0; margin-right: 0; position: relative; }
.vd-step-row .sp-circle-fill { fill: #fbe6e3; }
.vd-step-row .sp-circle-bg { fill: none; stroke: #f0d5d0; stroke-width: 1; }
.vd-step-row .sp-circle-draw { fill: none; stroke: #F18E90; stroke-width: 2; stroke-dasharray: 132; stroke-dashoffset: 132; stroke-linecap: round; transition: stroke-dashoffset 1s ease; }
.vd-step-row .sp-animated .sp-circle-draw { stroke-dashoffset: 0; }
.vd-step-row .sp-num { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); font-size: 14px; font-weight: 700; color: #F18E90; }
.vd-step-row .sp-delay-1 .sp-circle-draw { transition-delay: 0s; }
.vd-step-row .sp-delay-2 .sp-circle-draw { transition-delay: .2s; }
.vd-step-row .sp-delay-3 .sp-circle-draw { transition-delay: .4s; }
.vd-step-row .sp-delay-4 .sp-circle-draw { transition-delay: .6s; }
.vd-step-text { flex: 1; min-width: 0; }
.vd-step-text strong { display: block; font-size: 13px; color: #222; font-weight: 600; line-height: 1.3; margin-bottom: 2px; }
.vd-step-text span { font-size: 12px; color: #888; line-height: 1.3; display: block; }
.vd-sidebar-text { font-size: 13px; color: #555; line-height: 1.6; margin-bottom: 12px; }
.vd-sidebar-text a { color: #006bd8; }
.vd-cta-btn { display: block; text-align: center; padding: 14px; background: linear-gradient(135deg,#e25da0 0%,#f4845f 100%); color: #fff; border-radius: 12px; font-size: 15px; font-weight: 600; text-decoration: none; border: none; cursor: pointer; width: 100%; }
.vd-cta-btn:hover { opacity: .9; color: #fff; }
.vd-price-note { font-size: 12px; color: #999; text-align: center; margin-top: 6px; }
.vd-price-note a { color: #006bd8; }
.vd-why-card { background: #e8f4fd; }
.vd-why-card h3 { font-size: 14px; }
.vd-why-text { margin-bottom: 0; }
.vd-why-row { display: flex; gap: 10px; align-items: flex-start; margin-bottom: 8px; text-align: left !important; }
.vd-why-row:last-child { margin-bottom: 0; }
.vd-why-row svg { width: 20px; height: 20px; flex-shrink: 0; margin-top: 2px; }
.vd-why-row span { font-size: 14px; color: #555; line-height: 1.45; text-align: left !important; }

@media (max-width: 1023px) {
    .vd-sidebar { position: static; }
}
@media (max-width: 600px) {
    .vd-content { padding: 16px 0 0; }
    .vd-section { margin-bottom: 18px; }
    .vd-sidebar-card { padding: 20px; border-radius: 12px; text-align: left; }
    .vd-sidebar-card h3 { font-size: 16px; margin-bottom: 16px; line-height: 1.3; }
    .vd-step-row { gap: 12px; margin-bottom: 16px; }
    .vd-step-row .sp-circle-wrap { width: 40px; height: 40px; }
    .vd-step-text strong { font-size: 14px; }
    .vd-step-text span { font-size: 12px; display: block; }
    .vd-cta-btn { font-size: 16px; padding: 16px; }
    .vd-price-note { text-align: left; margin-top: 8px; }
    .vd-faq-section { padding: 24px 0; }
    .vd-faq-title h2 { font-size: 18px; }
    .vd-faq-q h3 { text-align: left; }
}

/* ── FAQ (places) ── */
.vd-faq-section { padding: 32px 0; background: #fdf6f4; margin-top: 12px; }
.vd-faq-title { text-align: center; margin-bottom: 20px; }
.vd-faq-title h6 { color: #4ab0e6; text-transform: uppercase; font-size: 12px; letter-spacing: 1px; margin: 0 0 4px; font-weight: 600; }
.vd-faq-title h2 { font-size: 20px; color: #222; margin: 0; }
.vd-faq-list { max-width: 720px; margin: 0 auto; }
.vd-faq-item { border-bottom: 1px solid rgba(0,0,0,.08); }
.vd-faq-item:last-child { border-bottom: none; }
.vd-faq-q { display: flex; align-items: center; justify-content: space-between; padding: 14px 0; cursor: pointer; gap: 12px; }
#wrap .vd-faq-q h3, .vd-faq-section .vd-faq-q h3 { margin: 0; font-size: 15px; font-weight: 600; line-height: 1.4; padding-left: 22px; position: relative; text-align: left !important; }
.vd-faq-dot { position: absolute; left: 0; top: 0.7em; transform: translateY(-50%); width: 10px; height: 10px; border-radius: 50%; background: #F18E90; }
.vd-faq-item.open .vd-faq-q h3 { padding-left: 0; transition: padding-left .3s .1s; }
.vd-faq-item:not(.open):not(.closing) .vd-faq-q h3 { padding-left: 22px; transition: padding-left .3s .2s; }
.vd-faq-item.closing .vd-faq-q h3 { padding-left: 22px; transition: padding-left .3s .2s; }
.vd-faq-item.open .vd-faq-dot { animation: vdDotFlyLeft .5s cubic-bezier(.4,0,.2,1) forwards; }
.vd-faq-item.closing .vd-faq-dot { animation: vdDotFlyRight .5s cubic-bezier(.4,0,.2,1) forwards; }
@keyframes vdDotFlyLeft { 0%{left:0;opacity:1} 15%{left:12px;opacity:1} 100%{left:-95vw;opacity:0} }
@keyframes vdDotFlyRight { 0%{left:-95vw;opacity:0} 85%{opacity:1} 100%{left:0;opacity:1} }
.vd-faq-chevron { flex-shrink: 0; width: 24px; height: 24px; transition: transform .3s; color: #006bd8; }
.vd-faq-item.open .vd-faq-chevron { transform: rotate(180deg); }
.vd-faq-a { max-height: 0; overflow: hidden; transition: max-height .35s ease, padding .35s ease; padding: 0; }
.vd-faq-item.open .vd-faq-a { max-height: 300px; padding: 0 0 18px 0; }
.vd-faq-a p { margin: 0; font-size: 15px; line-height: 1.7; color: #555; text-align: left; }
.vd-faq-a a { color: #006bd8; }

/* ── Similar ── */
.vd-similar { padding: 32px 0 48px; }
.vd-similar-title { font-size: 20px; font-weight: 700; color: #222; margin-bottom: 16px; }
.vd-similar-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
/* Places uses auto-fill for similar grid */
.vd-similar-grid--auto { grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); }
.vd-similar-card { background: #e8f4fd; border-radius: 12px; overflow: hidden; text-decoration: none; color: inherit; transition: box-shadow .2s; display: flex; flex-direction: column; text-align: left; }
.vd-similar-card:hover { box-shadow: 0 4px 14px rgba(0,0,0,.07); }
.vd-similar-img { width: 100%; aspect-ratio: 16/10; object-fit: cover; display: block; background: linear-gradient(135deg, #fce4ec, #f3e5f5); }
.vd-similar-body { padding: 10px 14px; }
.vd-similar-date { font-size: 11px; color: #F18E90; font-weight: 600; }
.vd-similar-name { font-size: 13px; font-weight: 600; color: #222; line-height: 1.3; display: block; margin-top: 2px; }
.vd-similar-place { font-size: 11px; color: #999; display: block; margin-top: 2px; }
/* Places similar card overrides */
.vd-similar-card--venue { padding: 18px; }
.vd-similar-card--venue .vd-similar-name { font-size: 15px; color: #006bd8; margin-bottom: 2px; margin-top: 0; }
.vd-similar-name .vd-similar-sub { font-weight: 400; color: #999; font-size: 13px; }
.vd-similar-cat { display: inline-flex; align-items: center; gap: 4px; font-size: 11px; padding: 3px 10px; border-radius: 20px; font-weight: 500; color: #fff; margin-top: 8px; align-self: flex-start; }
.vd-similar-cat svg { width: 12px; height: 12px; }
.vd-similar-bottom { margin-top: auto; padding-top: 10px; }
.vd-similar-addr { font-size: 13px; color: #666; line-height: 1.4; margin-top: 8px; }
.vd-similar-metro { font-size: 12px; color: #999; margin-top: 3px; display: flex; align-items: center; gap: 5px; line-height: 1.4; }
@media (max-width: 991px) { .vd-similar-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) {
    .vd-similar { padding: 24px 0 36px; }
    .vd-similar-title { font-size: 18px; }
    .vd-similar-grid,
    .vd-similar-grid--auto { grid-template-columns: 1fr; gap: 8px; }
    .vd-similar-card--venue { padding: 14px; border-radius: 10px; }
    .vd-similar-card--venue .vd-similar-name { font-size: 13px; }
    .vd-similar-name .vd-similar-sub { font-size: 11px; }
    .vd-similar-addr { font-size: 11px; padding-top: 6px; }
    .vd-similar-metro { font-size: 11px; }
}

/* ── Reviews ── */
.vd-reviews { margin-top: 28px; text-align: left !important; }
.vd-reviews, .vd-reviews * { text-align: left !important; }
.vd-review-success { text-align: center !important; }
.vd-review-success * { text-align: center !important; }
.vd-reviews-summary { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.vd-reviews-avg { font-size: 28px; font-weight: 700; color: #222; line-height: 1; }
.vd-reviews-stars { display: inline-flex; gap: 2px; }
.vd-reviews-stars svg { width: 18px; height: 18px; }
.vd-reviews-count { font-size: 13px; color: #999; }
.vd-review-card { background: #fff; border-radius: 12px; padding: 16px; margin-bottom: 10px; border: 1px solid rgba(0,0,0,0.06); }
.vd-review-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 6px; }
.vd-review-author { font-size: 14px; font-weight: 600; color: #222; }
.vd-review-date { font-size: 11px; color: #bbb; }
.vd-review-stars { display: inline-flex; gap: 1px; margin-bottom: 6px; }
.vd-review-stars svg { width: 14px; height: 14px; }
.vd-review-text { font-size: 14px; color: #444; line-height: 1.5; }
.vd-reviews-empty { font-size: 14px; color: #999; margin: 0 0 8px; }
.vd-show-reviews-btn { display: inline-flex; align-items: center; gap: 8px; padding: 12px 24px; font-size: 14px; font-weight: 600; color: #fff; background: linear-gradient(135deg, #e25da0 0%, #f4845f 100%); border: none; border-radius: 12px; cursor: pointer; transition: opacity .15s; }
.vd-show-reviews-btn:hover { opacity: .9; }
.vd-show-reviews-btn:disabled { opacity: .7; cursor: default; }
.vd-show-reviews-btn .vd-btn-spinner { width: 16px; height: 16px; border: 2px solid rgba(255,255,255,.4); border-top-color: #fff; border-radius: 50%; animation: vdSpin .6s linear infinite; }
@keyframes vdSpin { to { transform: rotate(360deg); } }
.vd-review-form { background: #fff; border-radius: 12px; padding: 20px; margin-top: 16px; border: 1px solid rgba(0,0,0,0.06); }
.vd-review-form h3 { font-size: 16px; font-weight: 700; color: #222; margin: 0 0 14px; text-align: left !important; }
.vd-review-form input, .vd-review-form textarea { width: 100%; padding: 10px 14px; font-size: 14px; border: 1px solid #ddd; border-radius: 8px; box-sizing: border-box; margin-bottom: 10px; }
.vd-review-form textarea { min-height: 80px; resize: vertical; }
.vd-star-input { display: flex; gap: 4px; margin-bottom: 12px; flex-direction: row-reverse; justify-content: flex-end; }
.vd-star-input input { display: none; }
.vd-star-input label { cursor: pointer; color: #ddd; font-size: 28px; line-height: 1; transition: color 0.15s; }
.vd-star-input label:hover, .vd-star-input label:hover ~ label,
.vd-star-input input:checked ~ label { color: #f4b400; }
.vd-review-submit { display: block; width: 100%; padding: 14px; font-size: 15px; font-weight: 700; background: linear-gradient(135deg, #e25da0, #f4845f); color: #fff; border: none; border-radius: 12px; cursor: pointer; }
.vd-review-submit:disabled { opacity: 0.5; cursor: default; }
.vd-review-success { text-align: center; padding: 16px; }
.vd-review-success svg { width: 28px; height: 28px; color: #22c55e; margin-bottom: 6px; }
.vd-review-success-title { font-size: 15px; font-weight: 600; color: #222; }
.vd-review-success-sub { font-size: 13px; color: #888; }

/* ── Expired event (afisha) ── */
.vd-expired-card { text-align: center !important; }
.vd-expired-card h3 { text-align: center !important; }
.vd-expired-emoji { font-size: 28px; margin-bottom: 8px; }
.vd-expired-text { font-size: 14px; color: #888; margin: 0 0 16px; text-align: center !important; }
.vd-expired-btn { background: #F18E90; }

/* ── Feedback section ── */
.vd-feedback-section { padding: 24px 0 48px; }
.vd-feedback-row { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }
.vd-feedback-btn { padding: 8px 20px; font-size: 13px; font-weight: 500; background: none; border: 1px solid #ddd; border-radius: 20px; cursor: pointer; color: #888; }
.vd-feedback-btn--accent { color: #e25da0; border-color: #e25da0; }
.vd-suggest-link { display: inline-flex; align-items: center; gap: 6px; padding: 10px 24px; font-size: 14px; font-weight: 500; color: #e25da0; border: 1px solid #e25da0; border-radius: 20px; text-decoration: none; }

/* ── Modal ── */
.vd-modal { display: none; position: fixed; inset: 0; z-index: 9999; background: rgba(0,0,0,0.4); align-items: center; justify-content: center; padding: 16px; }
.vd-modal.is-open { display: flex; }
.vd-modal-box { background: #fff; border-radius: 16px; padding: 28px; max-width: 480px; width: 100%; max-height: 90vh; overflow-y: auto; position: relative; }
.vd-modal-close { position: absolute; top: 12px; right: 12px; background: none; border: none; font-size: 20px; cursor: pointer; color: #999; }
.vd-modal-title { font-size: 18px; font-weight: 700; color: #222; margin: 0 0 4px; text-align: left !important; }
.vd-modal-subtitle { font-size: 13px; color: #888; margin: 0 0 16px; text-align: left !important; }
.vd-modal-form input,
.vd-modal-form textarea { width: 100%; padding: 10px 14px; font-size: 14px; border: 1px solid #ddd; border-radius: 8px; box-sizing: border-box; margin-bottom: 12px; }
.vd-modal-form textarea { min-height: 80px; resize: vertical; }
.vd-modal-form .vd-honeypot { position: absolute; left: -9999px; }
.vd-modal-submit { display: block; width: 100%; padding: 12px; font-size: 15px; font-weight: 600; background: linear-gradient(135deg,#e25da0,#f4845f); color: #fff; border: none; border-radius: 10px; cursor: pointer; }
.vd-modal-success { text-align: center; padding: 20px; }
.vd-modal-success-icon { font-size: 36px; margin-bottom: 12px; }
.vd-modal-success-text { font-size: 15px; color: #222; font-weight: 600; }
