
.wvr-scaler { margin-bottom: 15px; }
.wvr-scaler-label { font-weight: bold; color: #555; margin-right: 10px; font-size: 0.9rem; }
.wvr-scale-btn { background: #fff; border: 1px solid #ddd; padding: 5px 10px; border-radius: 20px; cursor: pointer; font-size: 0.85rem; font-weight: 600; color: #777; transition: all 0.2s; margin-right: 5px; }
.wvr-scale-btn:hover { border-color: var(--wvr-primary); color: var(--wvr-primary); }
.wvr-scale-btn.active { background: var(--wvr-primary); color: #fff; border-color: var(--wvr-primary); }

.wvr-pin-btn { position: absolute; top: 15px; left: 15px; background: #BD081C; color: #fff; padding: 5px 12px; border-radius: 4px; font-weight: bold; font-family: sans-serif; text-decoration: none; font-size: 14px; opacity: 0; transition: opacity 0.3s; z-index: 50; box-shadow: 0 2px 5px rgba(0,0,0,0.2); }
.wvr-img-container { position: relative; }
.wvr-img-container:hover .wvr-pin-btn { opacity: 1; }

.wvr-cta-box { max-width: var(--wvr-max-width); margin: 30px auto; padding: 20px; background-color: var(--wvr-cta-bg); color: var(--wvr-cta-text); text-align: center; font-weight: 700; font-size: 1.2rem; border-radius: 8px; font-family: 'Lato', sans-serif; box-shadow: 0 4px 10px rgba(0,0,0,0.1); }

#wrs-lightbox { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.95); z-index: 99999; display: none; align-items: center; justify-content: center; flex-direction: column; }
.wrs-lb-content { position: relative; max-width: 90%; max-height: 90vh; text-align: center; }
.wrs-lb-content img { max-width: 100%; max-height: 80vh; border-radius: 4px; box-shadow: 0 0 20px rgba(0,0,0,0.5); user-select: none; margin: 0 auto; display: block; }
.wrs-lb-close { position: absolute; top: -40px; right: -20px; color: #fff; font-size: 40px; cursor: pointer; font-weight: bold; line-height: 1; z-index: 100000; }
@media (max-width: 768px) { .wrs-lb-close { top: -50px; right: 0; font-size: 35px; } }
.wrs-lb-nav { position: absolute; top: 50%; transform: translateY(-50%); color: #fff; font-size: 40px; cursor: pointer; padding: 20px; background: rgba(0,0,0,0.3); border-radius: 50%; user-select: none; z-index: 100000; }
.wrs-lb-prev { left: -60px; } .wrs-lb-next { right: -60px; }
@media (max-width: 768px) { .wrs-lb-nav { display: none; } }

.wvr-rating-wrapper { position: relative; z-index: 10000; }
.wvr-rating { color: #f1c40f; font-size: 1.5rem; margin-bottom: 20px; cursor: pointer; text-align: center; display: inline-block; pointer-events: auto; }
.wvr-rating .wvr-star { padding: 0 3px; transition: transform 0.2s; display: inline-block; }
.wvr-rating .wvr-star:hover { transform: scale(1.3); }
.wvr-rating .wvr-star.active { color: #f1c40f; }

@media (max-width: 768px) { .wvr-col-right { width: 100%; overflow-x: hidden; } .wvr-step-list li { width: 100%; box-sizing: border-box; padding-right: 0; word-wrap: break-word; } .wvr-hero-img { height: auto !important; aspect-ratio: 1 / 1; object-fit: cover; } .wvr-pin-btn { opacity: 1; } }

.wvr-gallery-thumbs { display: flex; gap: 8px; margin-top: 10px; overflow-x: auto; padding-bottom: 5px; scrollbar-width: none; }
.wvr-gal-thumb { width: 60px; height: 60px; object-fit: cover; border-radius: 6px; cursor: pointer; border: 2px solid transparent; opacity: 0.7; transition: 0.2s; }
.wvr-gal-thumb:hover { opacity: 1; border-color: var(--wvr-primary); }
.wvr-step-img-display { display: block; margin-top: 10px; max-width: 350px; height: auto; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); cursor: pointer; transition: transform 0.2s; }
.wvr-step-img-display:hover { transform: scale(1.02); }
.wvr-jump-container { text-align: center; margin: 20px 0; }
.wvr-jump-btn { background: var(--wvr-primary); color: #fff !important; padding: 10px 25px; border-radius: 30px; font-weight: 700; font-family: 'Lato', sans-serif; display: inline-block; transition: transform 0.2s; text-decoration: none; }
.wvr-jump-btn:hover { transform: scale(1.05); }
.wvr-content-box { max-width: var(--wvr-max-width); margin: 40px auto; padding: 30px; background: #fff; border-left: var(--wvr-border); box-shadow: 0 5px 15px rgba(0,0,0,0.05); font-family: 'Lato', sans-serif; border-radius: 5px; word-wrap: break-word; overflow-wrap: break-word; }
.wvr-box-title { font-family: 'Playfair Display', serif; font-size: 2rem; color: #2c3e50; margin: 0 0 15px 0; }
.wvr-box-text { font-size: 1.1rem; line-height: 1.8; color: #444; }
.wvr-container { max-width: var(--wvr-max-width); margin: 50px auto; background-color: var(--wvr-bg); color: var(--wvr-text); border-radius: 15px; overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,0.08); font-family: 'Lato', sans-serif; border: 1px solid #eee; }
.wvr-header { padding: 40px; text-align: center; }
.wvr-hero-img { width: 100%; height: 600px; object-fit: cover; border-radius: 10px; margin-bottom: 30px; cursor: pointer; }
.wvr-title { font-family: 'Playfair Display', serif; font-size: 2.5rem; color: #2c3e50; margin-bottom: 10px !important; line-height: 1.2; }
.wvr-meta-bar { display: flex; justify-content: center; gap: 40px; padding: 25px 0; border-top: 1px solid #f0f0f0; border-bottom: 1px solid #f0f0f0; margin-bottom: 30px; flex-wrap: wrap; }
.wvr-meta-item { text-align: center; font-size: 0.95rem; color: #7f8c8d; line-height: 1.5; padding: 10px 15px; border-radius: 8px; transition: background 0.3s; position: relative; }
.wvr-meta-item:hover { background: #f9f9f9; }
@media (min-width: 768px) { .wvr-meta-item:not(:last-child)::after { content: ''; position: absolute; right: -20px; top: 15%; height: 70%; width: 1px; background: #eee; } }
.wvr-meta-item strong { color: var(--wvr-primary); font-family: 'Playfair Display', serif; font-size: 1.15rem; }
@media (min-width: 768px) { .wvr-layout-split .wvr-header { display: flex; align-items: center; text-align: left; padding: 0; background: #fcfcfc; border-bottom: 1px solid #eee; } .wvr-layout-split .wvr-img-container { width: 45%; flex-shrink: 0; } .wvr-layout-split .wvr-hero-img { width: 100%; height: 100%; min-height: 500px; margin: 0; border-radius: 0; } .wvr-layout-split .wvr-header-content { padding: 40px; flex-grow: 1; } .wvr-layout-split .wvr-title { text-align: left; } .wvr-layout-split .wvr-rating { text-align: left; } .wvr-layout-split .wvr-meta-bar { justify-content: flex-start; gap: 30px; border: none; padding: 20px 0 0 0; } .wvr-layout-split .wvr-meta-item { padding: 5px 15px 5px 0; text-align: left; } .wvr-layout-split .wvr-meta-item::after { display: none; } }
.wvr-grid-cols { display: grid; grid-template-columns: 1fr 1.8fr; gap: 60px; padding: 40px; }
@media (max-width: 768px) { .wvr-grid-cols { grid-template-columns: 1fr; gap: 30px; padding: 20px 20px 40px 20px; } }
.wvr-section-title { font-family: 'Playfair Display', serif; font-size: 1.8rem; color: #2c3e50; margin-bottom: 20px; border-left: var(--wvr-border); padding-left: 15px; line-height: 1.2; }
.wvr-grp-title { font-family: 'Lato', sans-serif; font-weight: 700; color: var(--wvr-primary); margin: 25px 0 10px 0; text-transform: uppercase; font-size: 0.95rem; letter-spacing: 1px; border-bottom: 1px dashed #ddd; padding-bottom: 5px; }
.wvr-ing-list li { padding: 12px 0; border-bottom: 1px solid #f9f9f9; font-size: 1rem; color: #555; display: flex; align-items: center; }
.wvr-ing-list input[type="checkbox"] { accent-color: var(--wvr-primary) !important; width: 20px; height: 20px; cursor: pointer; margin-right: 10px; }
.wvr-ing-list input:checked + span { text-decoration: line-through; opacity: 0.6; }
.wvr-step-list { list-style: none !important; margin: 0 !important; padding: 0 !important; counter-reset: wvr-step-counter; }
.wvr-step-list li { list-style-type: none !important; position: relative; padding-left: 45px; margin-bottom: 25px; line-height: 1.7; color: #444; font-size: 1.05rem; }
.wvr-step-list li::before { counter-increment: wvr-step-counter; content: counter(wvr-step-counter); position: absolute; left: 0; top: 0; width: 30px; height: 30px; background-color: var(--wvr-primary); color: #fff; border-radius: 50%; text-align: center; line-height: 30px; font-weight: bold; }
.wvr-notes { background: #f9f9f9; padding: 20px; border-radius: 8px; border-left: 4px solid var(--wvr-primary); margin-top: 30px; }
.wvr-notes h4 { margin: 0 0 10px 0; color: var(--wvr-primary); }
.wvr-video { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; margin-top: 30px; border-radius: 10px; }
.wvr-video iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.wvr-footer { text-align: center; padding: 25px; background: #fafafa; border-top: 1px solid #eee; }
.wvr-print-btn { background: #333; color: #fff; border: none; padding: 10px 30px; border-radius: 30px; font-weight: 700; cursor: pointer; text-transform: uppercase; letter-spacing: 1px; }
.wvr-print-btn:hover { background: var(--wvr-primary); }
@media print { body * { visibility: hidden; } #recipe-card, #recipe-card * { visibility: visible; } #recipe-card { position: absolute; left: 0; top: 0; width: 100%; max-width: 100%; } .wvr-print-btn, .wvr-video, .wvr-jump-container { display: none; } .wvr-print-brand { display: block !important; margin-top: 20px; text-align: center; font-size: 12px; color: #777; } }
