:root { --vv-primary: #d33c73; --vv-dark-gray: #374151; --vv-light-gray: #f3f4f6; --vv-border-color: #e5e7eb; --vv-white: #ffffff; --vv-success: #10b981; --vv-error: #ef4444; }
.vv-wrapper { display: flex; gap: 20px; font-family: sans-serif; color: var(--vv-dark-gray); }
.vv-player-area { flex: 0 0 70%; background-color: #000; }
.vv-sidebar-area { flex: 0 0 30%; min-width: 280px; border: 1px solid var(--vv-border-color); border-radius: 8px; overflow: hidden; display: flex; flex-direction: column; max-height: 600px; }
.vv-video-responsive { position: relative; padding-bottom: 56.25%; height: 0; }
.vv-video-responsive iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.vv-no-stream { display: flex; align-items: center; justify-content: center; height: 100%; min-height: 300px; background-color: #111; color: var(--vv-white); }
.vv-tabs-nav { display: flex; background-color: var(--vv-light-gray); padding: 5px; }
.vv-tab-item { display: inline-block; text-align: center; flex: 1; padding: 10px 12px; border: none; background-color: transparent; cursor: pointer; border-radius: 6px; font-weight: 600; transition: all 0.2s ease-in-out; }
.vv-tab-item.active { background-color: var(--vv-primary); color: var(--vv-white); }
.vv-tabs-content { padding: 15px; flex-grow: 1; overflow-y: auto; }
.vv-tab-pane { display: none; }
.vv-tab-pane.active { display: block; }
.vv-countdown-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; text-align: center; margin: 15px 0; }
.vv-countdown-box { background-color: var(--vv-light-gray); padding: 15px 10px; border: 1px solid var(--vv-border-color); border-radius: 8px; font-size: 13px; color: var(--vv-dark-gray); font-weight: 500;}
.vv-countdown-box span { display: block; font-size: 28px; font-weight: 800; color: var(--vv-primary); line-height: 1.1; }
.vv-next-event-card { background: var(--vv-light-gray); padding: 15px; border-radius: 8px; margin-top: 15px; text-align: center; border: 1px solid var(--vv-border-color); }
#vv-upcoming-list.vv-upcoming-list-grouped { padding: 0; }
#vv-upcoming-list.vv-upcoming-list-grouped .vv-date-group { margin-bottom: 20px; }
#vv-upcoming-list.vv-upcoming-list-grouped .vv-date-heading { font-size: 12px; font-weight: bold; color: #6b7280; margin-bottom: 8px; text-transform: uppercase; letter-spacing: 0.5px; }
#vv-upcoming-list.vv-upcoming-list-grouped .vv-event-card { background-color: #fff; border: 1px solid var(--vv-border-color); border-radius: 8px; padding: 12px 16px; display: flex; align-items: center; justify-content: space-between; margin-bottom: 8px; }
#vv-upcoming-list.vv-upcoming-list-grouped .vv-event-details { display: flex; flex-direction: column; }
#vv-upcoming-list.vv-upcoming-list-grouped .vv-event-time { font-size: 16px; font-weight: bold; color: var(--vv-dark-gray); }
#vv-upcoming-list.vv-upcoming-list-grouped .vv-event-title { font-size: 14px; color: #374151; }
.vv-add-to-calendar { font-size: 20px; color: var(--vv-primary); text-decoration: none; transition: transform 0.2s; }
.vv-add-to-calendar:hover { transform: scale(1.15); }
.vv-form { display: flex; flex-direction: column; gap: 10px; }
.vv-form input, .vv-form textarea, #vv-notes-area { width: 100%; padding: 10px; border: 1px solid var(--vv-border-color); border-radius: 6px; font-size: 14px; box-sizing: border-box; }
.vv-form textarea, #vv-notes-area { min-height: 100px; resize: vertical; }
.vv-form button, #vv-save-notes-btn { padding: 12px; background-color: var(--vv-primary); color: var(--vv-white); border: none; border-radius: 6px; font-weight: 600; cursor: pointer; transition: background-color 0.2s; }
.vv-form button:hover, #vv-save-notes-btn:hover { background-color: #b32d5f; }
.vv-form-feedback { font-size: 14px; padding-top: 5px; font-weight: 500; }
.vv-form-feedback.success { color: var(--vv-success); } .vv-form-feedback.error { color: var(--vv-error); }
.vv-approved-prayers { font-size: 14px; margin-top: 15px; }
.vv-prayer-item { background-color: var(--vv-light-gray); padding: 12px; border-radius: 6px; margin-bottom: 8px; }
.vv-prayer-item strong { display: block; color: var(--vv-primary); margin-bottom: 4px; }
.vv-prayer-item p { margin: 8px 0; line-height: 1.5; }
.vv-prayer-reactions { display: flex; gap: 10px; margin-top: 10px; }
.vv-prayer-reactions button { background: var(--vv-white); border: 1px solid var(--vv-border-color); padding: 4px 10px; border-radius: 20px; cursor: pointer; display: flex; align-items: center; gap: 5px; font-size: 12px; transition: all 0.2s ease; }
.vv-prayer-reactions button:hover { background: var(--vv-light-gray); border-color: #ccc; }
.vv-prayer-reactions button:disabled { cursor: not-allowed; opacity: 0.7; }
.vv-prayer-reactions button.reacted { background-color: var(--vv-primary); color: var(--vv-white); border-color: var(--vv-primary); }
.vv-prayer-reactions .count { font-weight: bold; }
.vv-bible-controls { display: flex; flex-direction: column; gap: 10px; margin-bottom: 15px; }
.vv-bible-controls select { padding: 8px; border-radius: 4px; border: 1px solid var(--vv-border-color); }
.vv-bible-book-search { display: flex; gap: 5px; }
.vv-bible-book-search select { flex: 1; }
.vv-bible-book-search button { padding: 8px 15px; border: 1px solid var(--vv-border-color); background-color: var(--vv-light-gray); cursor: pointer; border-radius: 4px; }
.vv-chapter-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(40px, 1fr)); gap: 5px; margin-bottom: 15px; }
.vv-chapter-button { padding: 8px; border: 1px solid var(--vv-border-color); background: var(--vv-white); cursor: pointer; text-align: center; border-radius: 4px; }
.vv-bible-content-area { line-height: 1.7; }
.vv-bible-content-area sup { font-weight: bold; color: var(--vv-primary); padding-right: 4px; font-size: 75%; vertical-align: super; }
.vv-admin-prayers .vv-admin-filters { margin-bottom: 20px; display: flex; gap: 10px; }
.vv-admin-prayers .vv-filter-btn { padding: 8px 15px; cursor: pointer; border: 1px solid #ccc; background-color: #f6f7f7; border-radius: 4px; }
.vv-admin-prayers .vv-filter-btn.active { background-color: #007cba; color: white; border-color: #007cba; }
.vv-admin-prayers .vv-prayers-list-admin { background:var(--vv-white); border:1px solid #ccd0d4; padding:20px; max-width:800px; display:flex; flex-direction:column; gap:15px; }
.vv-prayer-bubble { padding:15px; border-radius:12px; max-width:80%; align-self:flex-start; background-color:var(--vv-light-gray); border:1px solid var(--vv-border-color); }
.vv-prayer-bubble[data-status="aprobado"] { border-left: 4px solid #22c55e; } .vv-prayer-bubble[data-status="rechazado"] { border-left: 4px solid #ef4444; opacity: 0.7; } .vv-prayer-bubble[data-status="pendiente"] { border-left: 4px solid #f59e0b; } .vv-prayer-bubble[data-status="archivado"] { border-left: 4px solid #64748b; opacity: 0.6; }
@media (max-width: 980px) { .vv-wrapper { flex-direction: column; } .vv-player-area, .vv-sidebar-area { flex: 1 1 100%; max-height: none; } }

span.v {
    vertical-align: super;
    font-size: smaller;
}