/* Prayers of the Faithful This Week - Isolated Styles */

/* 
   CRITICAL: All styles are scoped to ONLY affect the weekly prayers page:
   - .prayers-faithful-this-week-page for page-level elements (header, footer, etc.)
   - .prayers-faithful-this-week-container for content-specific elements
   - NO global selectors that could affect other pages on the site
*/

/* Header Styles - Only for the weekly prayers page */
.prayers-faithful-this-week-page .site-header {
    background: #8B0000;
    color: white;
    padding: 0.75rem 0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    position: relative;
    z-index: 100;
}

.prayers-faithful-this-week-page .header-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 60px;
}

.prayers-faithful-this-week-page .site-branding {
    flex: 1;
}

.prayers-faithful-this-week-page .site-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: white;
    text-decoration: none;
    display: inline-block;
    line-height: 1.2;
}

.prayers-faithful-this-week-page .site-title:hover,
.prayers-faithful-this-week-page .site-title:focus,
.prayers-faithful-this-week-page .site-title:visited {
    color: white;
    text-decoration: none;
}

.prayers-faithful-this-week-page .main-navigation {
    display: flex;
    align-items: center;
    gap: 0;
}

.prayers-faithful-this-week-page .main-navigation a {
    color: white;
    text-decoration: none;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    transition: background-color 0.3s ease;
    font-size: 0.95rem;
    font-weight: 500;
    display: inline-block;
    line-height: 1.2;
}

.prayers-faithful-this-week-page .main-navigation a:hover,
.prayers-faithful-this-week-page .main-navigation a.current,
.prayers-faithful-this-week-page .main-navigation a:focus {
    background-color: rgba(255,255,255,0.2);
    color: white;
    text-decoration: none;
}

/* Container and Layout - Only for weekly prayers page */
.prayers-faithful-this-week-page .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 20px;
}

/* Breadcrumbs - Only for weekly prayers page */
.prayers-faithful-this-week-page .breadcrumbs {
    margin-bottom: 2rem;
}

.prayers-faithful-this-week-page .breadcrumbs ol {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.prayers-faithful-this-week-page .breadcrumbs li {
    margin-right: 0.5rem;
}

.prayers-faithful-this-week-page .breadcrumbs li:not(:last-child):after {
    content: ' → ';
    margin-left: 0.5rem;
    color: #666;
}

.prayers-faithful-this-week-page .breadcrumbs a {
    color: #8B0000;
    text-decoration: none;
}

.prayers-faithful-this-week-page .breadcrumbs a:hover {
    text-decoration: underline;
}

/* Footer - Only for weekly prayers page */
.prayers-faithful-this-week-page .site-footer {
    background: #343a40;
    color: white;
    padding: 2rem 0;
    margin-top: 3rem;
}

.prayers-faithful-this-week-page .footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.prayers-faithful-this-week-page .footer-links a {
    color: white;
    text-decoration: none;
    margin-left: 1rem;
    transition: color 0.3s;
}

.prayers-faithful-this-week-page .footer-links a:hover {
    color: #8B0000;
}

/* Additional Page Styles */
.prayers-faithful-this-week-page {
    background-color: #f8f9fa;
    min-height: 100vh;
}

.prayers-faithful-this-week-page .related-links {
    background: white;
    border-radius: 10px;
    padding: 2rem;
    margin-bottom: 2rem;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.prayers-faithful-this-week-page .related-links h3 {
    color: #8B0000;
    font-size: 1.25rem;
    margin: 0 0 1rem 0;
}

.prayers-faithful-this-week-page .related-links ul {
    list-style: none;
    padding: 0;
}

.prayers-faithful-this-week-page .related-links li {
    padding: 0.75rem 0;
    border-bottom: 1px solid #e9ecef;
}

.prayers-faithful-this-week-page .related-links li:last-child {
    border-bottom: none;
}

.prayers-faithful-this-week-page .related-links a {
    color: #8B0000;
    text-decoration: none;
    font-weight: 600;
    display: block;
    transition: color 0.3s;
}

.prayers-faithful-this-week-page .related-links a:hover {
    color: #660000;
    text-decoration: underline;
}

.prayers-faithful-this-week-page .prayer-instructions,
.prayers-faithful-this-week-page .about-prayers {
    background: white;
    border-radius: 10px;
    padding: 2rem;
    margin-bottom: 2rem;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.prayers-faithful-this-week-page .prayer-instructions h3,
.prayers-faithful-this-week-page .about-prayers h3 {
    color: #8B0000;
    font-size: 1.25rem;
    margin: 0 0 1rem 0;
}

.prayers-faithful-this-week-page .prayer-instructions ol {
    padding-left: 1.5rem;
}

.prayers-faithful-this-week-page .prayer-instructions li {
    margin-bottom: 0.5rem;
    line-height: 1.6;
}

.prayers-faithful-this-week-page .about-prayers ul {
    list-style: none;
    padding: 0;
}

.prayers-faithful-this-week-page .about-prayers li {
    padding: 0.25rem 0;
    color: #28a745;
    font-weight: 500;
}

/* Reset and Base Styles - Isolated to our container */
.prayers-faithful-this-week-container {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.6;
    color: #333;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
}

.prayers-faithful-this-week-container *,
.prayers-faithful-this-week-container *:before,
.prayers-faithful-this-week-container *:after {
    box-sizing: border-box;
}

/* Header Section */
.prayers-faithful-this-week-container .poftw-header {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 10px;
    padding: 2rem;
    margin-bottom: 2rem;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    border-left: 5px solid #8B0000;
}

.prayers-faithful-this-week-container .poftw-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: #8B0000;
    margin: 0 0 1rem 0;
}

.prayers-faithful-this-week-container .poftw-week-title {
    font-size: 1.5rem;
    color: #495057;
    margin: 0 0 0.5rem 0;
}

.prayers-faithful-this-week-container .poftw-current-indicator {
    background: #28a745;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 600;
    display: inline-block;
    margin-top: 0.5rem;
}

/* Instructions Section */
.prayers-faithful-this-week-container .poftw-instructions {
    background: #e8f4fd;
    border: 2px solid #8B0000;
    border-radius: 10px;
    padding: 1.5rem;
    margin-bottom: 2rem;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.prayers-faithful-this-week-container .poftw-instructions h3 {
    color: #8B0000;
    margin: 0 0 1rem 0;
    font-size: 1.3rem;
    font-weight: bold;
}

.prayers-faithful-this-week-container .poftw-instructions-content ol {
    margin: 0;
    padding-left: 1.5rem;
}

.prayers-faithful-this-week-container .poftw-instructions-content li {
    margin-bottom: 0.75rem;
    line-height: 1.6;
}

.prayers-faithful-this-week-container .poftw-instructions-note {
    background: #fff3cd;
    border: 1px solid #ffeaa7;
    border-radius: 5px;
    padding: 0.75rem;
    margin-top: 1rem;
    font-size: 0.95rem;
}

/* Calendar Dropdown */
.prayers-faithful-this-week-container .poftw-calendar-dropdown-container {
    margin-bottom: 2rem;
}

.prayers-faithful-this-week-container .poftw-calendar-toggle {
    background: #8B0000;
    color: white;
    border: none;
    padding: 1rem 2rem;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    width: 100%;
    max-width: 400px;
    display: block;
    margin: 0 auto;
}

.prayers-faithful-this-week-container .poftw-calendar-toggle:hover {
    background: #660000;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.prayers-faithful-this-week-container .poftw-calendar-dropdown {
    background: white;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    margin-top: 1rem;
    padding: 1rem;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    max-height: 400px;
    overflow-y: auto;
}

.prayers-faithful-this-week-container .poftw-calendar-week {
    display: block;
    padding: 0.75rem;
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    text-decoration: none;
    color: #333;
    margin-bottom: 0.5rem;
    transition: all 0.3s;
}

.prayers-faithful-this-week-container .poftw-calendar-week:hover {
    background: #e9ecef;
    border-color: #8B0000;
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    text-decoration: none;
    color: #333;
}

.prayers-faithful-this-week-container .poftw-calendar-week.current-week {
    background: #8B0000;
    color: white;
    border-color: #8B0000;
}

.prayers-faithful-this-week-container .poftw-week-info {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.prayers-faithful-this-week-container .week-number {
    font-weight: bold;
    font-size: 1.1rem;
    min-width: 4rem;
}

.prayers-faithful-this-week-container .week-range {
    flex: 1;
}

.prayers-faithful-this-week-container .current-indicator {
    background: #28a745;
    color: white;
    padding: 0.25rem 0.5rem;
    border-radius: 12px;
    font-size: 0.8rem;
    font-weight: 600;
}

/* Week Navigation */
.prayers-faithful-this-week-container .poftw-week-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    padding: 1rem;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.prayers-faithful-this-week-container .poftw-nav-btn {
    background: #8B0000;
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s;
}

.prayers-faithful-this-week-container .poftw-nav-btn:hover {
    background: #660000;
    transform: translateY(-1px);
    text-decoration: none;
    color: white;
}

.prayers-faithful-this-week-container .poftw-nav-current {
    font-weight: bold;
    color: #8B0000;
    text-align: center;
    flex: 1;
    margin: 0 1rem;
}

/* Prayers Content */
.prayers-faithful-this-week-container .poftw-prayers-content {
    background: white;
    border-radius: 10px;
    padding: 2rem;
    margin-bottom: 2rem;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

/* Day Container */
.prayers-faithful-this-week-container .poftw-day-container {
    border: 2px solid #dee2e6;
    border-radius: 10px;
    margin-bottom: 2rem;
    overflow: hidden;
    transition: all 0.3s;
}

.prayers-faithful-this-week-container .poftw-day-container.today {
    border-color: #28a745;
    box-shadow: 0 4px 8px rgba(40, 167, 69, 0.2);
}

.prayers-faithful-this-week-container .poftw-day-container:hover {
    box-shadow: 0 6px 12px rgba(0,0,0,0.1);
}

/* Day Header */
.prayers-faithful-this-week-container .poftw-day-header {
    background: #8B0000;
    color: white;
    padding: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Override for white liturgical color to ensure text visibility */
.prayers-faithful-this-week-container .poftw-day-header.liturgical-white {
    background: #f8f9fa;
    color: #333;
    border: 2px solid #8B0000;
}

.prayers-faithful-this-week-container .poftw-day-header.liturgical-white .poftw-day-controls .poftw-download-day-btn {
    background: #8B0000;
    color: white;
}

/* Override for gold liturgical color to ensure text visibility */
.prayers-faithful-this-week-container .poftw-day-header.liturgical-gold {
    background: #fff8dc;
    color: #333;
    border: 2px solid #8B0000;
}

.prayers-faithful-this-week-container .poftw-day-header.liturgical-gold .poftw-day-controls .poftw-download-day-btn {
    background: #8B0000;
    color: white;
}

.prayers-faithful-this-week-container .poftw-day-title-section h3.poftw-day-name {
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0 0 0.5rem 0;
}

.prayers-faithful-this-week-container .today-indicator {
    background: #28a745;
    padding: 0.25rem 0.5rem;
    border-radius: 12px;
    font-size: 0.8rem;
    font-weight: 600;
    margin-left: 0.5rem;
}

.prayers-faithful-this-week-container .poftw-day-date {
    font-size: 1rem;
    margin: 0 0 0.25rem 0;
    opacity: 0.9;
}

.prayers-faithful-this-week-container .poftw-liturgical-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0 0 0.75rem 0;
}

/* Ensure date and liturgical title are visible on white and gold backgrounds */
.prayers-faithful-this-week-container .poftw-day-header.liturgical-white .poftw-day-date,
.prayers-faithful-this-week-container .poftw-day-header.liturgical-white .poftw-liturgical-title,
.prayers-faithful-this-week-container .poftw-day-header.liturgical-gold .poftw-day-date,
.prayers-faithful-this-week-container .poftw-day-header.liturgical-gold .poftw-liturgical-title {
    color: #333;
    opacity: 1;
}

.prayers-faithful-this-week-container .poftw-liturgical-info {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.prayers-faithful-this-week-container .poftw-rank,
.prayers-faithful-this-week-container .poftw-color {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255,255,255,0.2);
    padding: 0.4rem 0.8rem;
    border-radius: 15px;
    font-size: 0.9rem;
}

/* Ensure liturgical info is visible on white and gold backgrounds */
.prayers-faithful-this-week-container .poftw-day-header.liturgical-white .poftw-rank,
.prayers-faithful-this-week-container .poftw-day-header.liturgical-white .poftw-color,
.prayers-faithful-this-week-container .poftw-day-header.liturgical-gold .poftw-rank,
.prayers-faithful-this-week-container .poftw-day-header.liturgical-gold .poftw-color {
    background: rgba(139,0,0,0.1);
    color: #333;
    border: 1px solid rgba(139,0,0,0.3);
}

.prayers-faithful-this-week-container .rank-symbol {
    font-size: 1.1rem;
}

.prayers-faithful-this-week-container .color-indicator {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid white;
}

/* Liturgical Colors */
.prayers-faithful-this-week-container .liturgical-white { background-color: #ffffff; }
.prayers-faithful-this-week-container .liturgical-red { background-color: #dc3545; }
.prayers-faithful-this-week-container .liturgical-green { background-color: #28a745; }
.prayers-faithful-this-week-container .liturgical-violet { background-color: #6f42c1; }
.prayers-faithful-this-week-container .liturgical-purple { background-color: #6f42c1; }
.prayers-faithful-this-week-container .liturgical-rose { background-color: #e83e8c; }
.prayers-faithful-this-week-container .liturgical-gold { background-color: #ffc107; }

/* Day Controls */
.prayers-faithful-this-week-container .poftw-day-controls {
    display: flex;
    gap: 0.5rem;
}

.prayers-faithful-this-week-container .poftw-download-day-btn {
    background: white;
    color: #8B0000;
    border: none;
    padding: 0.6rem 1.2rem;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.prayers-faithful-this-week-container .poftw-download-day-btn:hover {
    background: #f8f9fa;
    transform: translateY(-1px);
}

/* Section and Options */
.prayers-faithful-this-week-container .poftw-section {
    margin-bottom: 2rem;
}

.prayers-faithful-this-week-container .poftw-section-title {
    font-size: 1.3rem;
    font-weight: bold;
    color: #8B0000;
    margin: 0 0 1rem 0;
    padding: 1rem 1.5rem 0.5rem;
    border-bottom: 2px solid #8B0000;
}

.prayers-faithful-this-week-container .poftw-options-container {
    padding: 0 1.5rem 1.5rem;
}

/* Prayer Options */
.prayers-faithful-this-week-container .poftw-option {
    background: #f8f9fa;
    border: 2px solid #dee2e6;
    border-radius: 8px;
    margin-bottom: 1rem;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
}

.prayers-faithful-this-week-container .poftw-option:hover {
    border-color: #8B0000;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    transform: translateY(-1px);
}

.prayers-faithful-this-week-container .poftw-option.selected {
    border-color: #007bff;
    background: #e3f2fd;
    box-shadow: 0 4px 8px rgba(0, 123, 255, 0.2);
}

.prayers-faithful-this-week-container .poftw-option.selected::before {
    content: "✓ Selected";
    position: absolute;
    top: 10px;
    right: 15px;
    background: #007bff;
    color: white;
    padding: 0.25rem 0.5rem;
    border-radius: 12px;
    font-size: 0.8rem;
    font-weight: 600;
    z-index: 1;
}

/* Option Header */
.prayers-faithful-this-week-container .poftw-option-header {
    background: #8B0000;
    color: white;
    padding: 1rem 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.prayers-faithful-this-week-container .poftw-option.selected .poftw-option-header {
    background: #007bff;
}

.prayers-faithful-this-week-container .poftw-option-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0;
}

.prayers-faithful-this-week-container .poftw-option-controls {
    display: flex;
    gap: 0.5rem;
}

.prayers-faithful-this-week-container .poftw-edit-option-btn,
.prayers-faithful-this-week-container .poftw-download-option-btn {
    background: white;
    color: #8B0000;
    border: none;
    padding: 0.4rem 0.8rem;
    border-radius: 4px;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.prayers-faithful-this-week-container .poftw-option.selected .poftw-edit-option-btn,
.prayers-faithful-this-week-container .poftw-option.selected .poftw-download-option-btn {
    color: #007bff;
}

.prayers-faithful-this-week-container .poftw-edit-option-btn:hover,
.prayers-faithful-this-week-container .poftw-download-option-btn:hover {
    background: #f8f9fa;
    transform: translateY(-1px);
}

/* Option Content */
.prayers-faithful-this-week-container .poftw-option-content {
    padding: 1.5rem;
}

.prayers-faithful-this-week-container .poftw-intentions {
    margin-bottom: 1rem;
}

.prayers-faithful-this-week-container .poftw-intention {
    background: white;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    padding: 1rem;
    margin-bottom: 0.75rem;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.prayers-faithful-this-week-container .intention-number {
    background: #8B0000;
    color: white;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 0.85rem;
    flex-shrink: 0;
    margin-top: 0.1rem;
}

.prayers-faithful-this-week-container .poftw-option.selected .intention-number {
    background: #007bff;
}

.prayers-faithful-this-week-container .intention-text {
    flex: 1;
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #333;
}

.prayers-faithful-this-week-container .response {
    display: block;
    font-style: italic;
    font-weight: 600;
    color: #8B0000;
    text-align: right;
    font-size: 0.9rem;
    margin-top: 0.5rem;
}

.prayers-faithful-this-week-container .poftw-option.selected .response {
    color: #007bff;
}

.prayers-faithful-this-week-container .poftw-optional-prayer {
    background: #fff3cd;
    border: 1px solid #ffeaa7;
    border-radius: 6px;
    padding: 1rem;
    margin-bottom: 0.75rem;
    border-left: 4px solid #ffc107;
}

.prayers-faithful-this-week-container .optional-label {
    font-weight: bold;
    color: #856404;
    font-size: 0.9rem;
    display: block;
    margin-bottom: 0.5rem;
}

/* Edit Form */
.prayers-faithful-this-week-container .poftw-edit-form {
    padding: 1.5rem;
    background: #f8f9fa;
    border-top: 1px solid #dee2e6;
}

.prayers-faithful-this-week-container .poftw-edit-form h6 {
    color: #8B0000;
    margin: 0 0 1rem 0;
    font-size: 1.1rem;
}

.prayers-faithful-this-week-container .poftw-edit-intention,
.prayers-faithful-this-week-container .poftw-edit-optional {
    margin-bottom: 1rem;
}

.prayers-faithful-this-week-container .poftw-edit-intention label,
.prayers-faithful-this-week-container .poftw-edit-optional label {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #495057;
}

.prayers-faithful-this-week-container .poftw-edit-intention textarea,
.prayers-faithful-this-week-container .poftw-edit-optional textarea {
    width: 100%;
    min-height: 70px;
    padding: 0.75rem;
    border: 1px solid #ced4da;
    border-radius: 4px;
    font-family: inherit;
    font-size: 0.95rem;
    line-height: 1.5;
    resize: vertical;
}

.prayers-faithful-this-week-container .poftw-edit-intention textarea:focus,
.prayers-faithful-this-week-container .poftw-edit-optional textarea:focus {
    outline: none;
    border-color: #8B0000;
    box-shadow: 0 0 0 0.2rem rgba(139, 0, 0, 0.25);
}

.prayers-faithful-this-week-container .poftw-edit-actions {
    margin-top: 1.5rem;
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.prayers-faithful-this-week-container .poftw-save-and-download-btn {
    background: #28a745;
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.prayers-faithful-this-week-container .poftw-save-and-download-btn:hover {
    background: #218838;
    transform: translateY(-1px);
}

.prayers-faithful-this-week-container .poftw-cancel-edit-btn {
    background: #6c757d;
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s;
}

.prayers-faithful-this-week-container .poftw-cancel-edit-btn:hover {
    background: #545b62;
}

/* Download Controls */
.prayers-faithful-this-week-container .poftw-download-controls {
    background: white;
    border-radius: 10px;
    padding: 2rem;
    margin-bottom: 2rem;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    border: 2px solid #28a745;
}

.prayers-faithful-this-week-container .poftw-download-summary h3 {
    color: #8B0000;
    margin: 0 0 1rem 0;
    font-size: 1.3rem;
}

.prayers-faithful-this-week-container .poftw-download-buttons {
    margin: 1.5rem 0;
    text-align: center;
}

.prayers-faithful-this-week-container .poftw-download-week-btn {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    color: white;
    border: none;
    padding: 1.2rem 2.5rem;
    border-radius: 8px;
    font-size: 1.2rem;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.prayers-faithful-this-week-container .poftw-download-week-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.3);
}

.prayers-faithful-this-week-container .poftw-download-week-btn:disabled {
    background: #6c757d;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.prayers-faithful-this-week-container .poftw-selection-status {
    background: #f8f9fa;
    border-radius: 6px;
    padding: 1rem;
    margin-top: 1rem;
}

.prayers-faithful-this-week-container .poftw-selection-status ul {
    list-style: none;
    padding: 0;
    margin: 0.5rem 0 0 0;
}

.prayers-faithful-this-week-container .poftw-selection-status li {
    padding: 0.25rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.prayers-faithful-this-week-container .poftw-selection-status .selected-indicator {
    color: #28a745;
    font-weight: bold;
}

.prayers-faithful-this-week-container .poftw-selection-status .not-selected-indicator {
    color: #dc3545;
    font-weight: bold;
}

/* Error States */
.prayers-faithful-this-week-container .poftw-error {
    text-align: center;
    padding: 3rem;
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    border: 2px solid #dc3545;
}

.prayers-faithful-this-week-container .poftw-error h2 {
    color: #dc3545;
    margin-bottom: 1rem;
}

.prayers-faithful-this-week-container .poftw-button {
    display: inline-block;
    background: #8B0000;
    color: white;
    padding: 1rem 2rem;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    margin-top: 1rem;
    transition: all 0.3s;
}

.prayers-faithful-this-week-container .poftw-button:hover {
    background: #660000;
    transform: translateY(-2px);
    text-decoration: none;
    color: white;
}

/* Loading Indicator */
.prayers-faithful-this-week-container #loading-indicator {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    color: white;
    display: none;
}

.prayers-faithful-this-week-container .loading-spinner {
    width: 50px;
    height: 50px;
    border: 5px solid #333;
    border-top: 5px solid #8B0000;
    border-radius: 50%;
    animation: poftw-spin 1s linear infinite;
    margin-bottom: 1rem;
}

@keyframes poftw-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Responsive Design */
@media (max-width: 768px) {
    .prayers-faithful-this-week-page .site-header {
        padding: 0.5rem 0;
    }
    
    .prayers-faithful-this-week-page .header-container {
        flex-direction: column;
        gap: 0.75rem;
        min-height: auto;
        padding: 0.5rem 20px;
    }
    
    .prayers-faithful-this-week-page .site-branding {
        flex: none;
        text-align: center;
    }
    
    .prayers-faithful-this-week-page .main-navigation {
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
    }
    
    .prayers-faithful-this-week-page .main-navigation a {
        margin: 0 0.5rem;
        font-size: 0.9rem;
    }
    
    .prayers-faithful-this-week-container .poftw-title {
        font-size: 2rem;
    }
    
    .prayers-faithful-this-week-container .poftw-week-title {
        font-size: 1.3rem;
    }
    
    .prayers-faithful-this-week-container .poftw-day-header {
        flex-direction: column;
        gap: 1rem;
        align-items: flex-start;
    }
    
    .prayers-faithful-this-week-container .poftw-day-controls {
        width: 100%;
    }
    
    .prayers-faithful-this-week-container .poftw-download-day-btn {
        flex: 1;
        text-align: center;
    }
    
    .prayers-faithful-this-week-container .poftw-option-header {
        flex-direction: column;
        gap: 1rem;
        align-items: flex-start;
    }
    
    .prayers-faithful-this-week-container .poftw-option-controls {
        width: 100%;
        flex-wrap: wrap;
    }
    
    .prayers-faithful-this-week-container .poftw-edit-option-btn,
    .prayers-faithful-this-week-container .poftw-download-option-btn {
        flex: 1;
        text-align: center;
    }
    
    .prayers-faithful-this-week-container .poftw-week-navigation {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }
    
    .prayers-faithful-this-week-container .poftw-nav-current {
        margin: 0;
    }
    
    .prayers-faithful-this-week-container .poftw-week-info {
        flex-direction: column;
        gap: 0.5rem;
        align-items: flex-start;
    }
    
    .prayers-faithful-this-week-container .poftw-liturgical-info {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .prayers-faithful-this-week-container .poftw-edit-actions {
        flex-direction: column;
    }
    
    .prayers-faithful-this-week-container .poftw-edit-actions button {
        width: 100%;
    }
    
    .prayers-faithful-this-week-container .intention-number {
        width: 20px;
        height: 20px;
        font-size: 0.75rem;
    }
    
    .prayers-faithful-this-week-container .poftw-intention {
        flex-direction: column;
        align-items: flex-start;
        padding: 0.75rem;
        gap: 0.5rem;
    }
    
    .prayers-faithful-this-week-container .intention-text {
        font-size: 0.9rem;
        line-height: 1.4;
        margin-bottom: 0.25rem;
    }
    
    .prayers-faithful-this-week-container .response {
        text-align: left;
        font-size: 0.85rem;
        margin-top: 0.25rem;
    }
    
    .prayers-faithful-this-week-container .poftw-download-week-btn {
        font-size: 1rem;
        padding: 1rem 1.5rem;
    }
    
    .prayers-faithful-this-week-page .footer-container {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .prayers-faithful-this-week-container {
        padding: 10px;
    }
    
    .prayers-faithful-this-week-container .poftw-header {
        padding: 1.5rem;
    }
    
    .prayers-faithful-this-week-container .poftw-title {
        font-size: 1.75rem;
    }
    
    .prayers-faithful-this-week-container .poftw-week-title {
        font-size: 1.1rem;
    }
    
    .prayers-faithful-this-week-container .poftw-prayers-content {
        padding: 1rem;
    }
    
    .prayers-faithful-this-week-container .poftw-instructions {
        padding: 1rem;
    }
    
    .prayers-faithful-this-week-container .poftw-download-controls {
        padding: 1.5rem;
    }
    
    .prayers-faithful-this-week-container .poftw-intention {
        padding: 0.5rem;
        margin-bottom: 0.5rem;
    }
    
    .prayers-faithful-this-week-container .intention-number {
        width: 18px;
        height: 18px;
        font-size: 0.7rem;
        margin-bottom: 0.25rem;
    }
    
    .prayers-faithful-this-week-container .intention-text {
        font-size: 0.85rem;
        line-height: 1.3;
    }
    
    .prayers-faithful-this-week-container .response {
        font-size: 0.8rem;
    }
}

/* Print Styles */
@media print {
    .prayers-faithful-this-week-container {
        font-size: 12pt;
        line-height: 1.4;
    }
    
    .prayers-faithful-this-week-container .poftw-option-controls,
    .prayers-faithful-this-week-container .poftw-calendar-dropdown-container,
    .prayers-faithful-this-week-container .poftw-download-controls,
    .prayers-faithful-this-week-container .poftw-week-navigation,
    .prayers-faithful-this-week-container .poftw-instructions {
        display: none !important;
    }
    
    .prayers-faithful-this-week-container .poftw-day-container {
        break-inside: avoid;
        margin-bottom: 1rem;
    }
    
    .prayers-faithful-this-week-container .poftw-intention {
        break-inside: avoid;
    }
    
    .prayers-faithful-this-week-container .poftw-option:not(.selected) {
        display: none !important;
    }
}
