/* /Components/Breadcrumb.razor.rz.scp.css */
/**
 * Breadcrumb Component Styles
 * Scoped to Breadcrumb component only
 */

.breadcrumb-list[b-k120wqkxq0] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    list-style: none;
    padding: 0.75rem 0;
    margin: 0;
    font-size: 0.875rem;
    gap: 0.5rem;
}

.breadcrumb-item[b-k120wqkxq0] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.breadcrumb-link[b-k120wqkxq0] {
    color: #343579;
    text-decoration: none;
    transition: color 0.2s ease;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    /* Touch target size for accessibility */
    min-height: 44px;
    display: inline-flex;
    align-items: center;
}

.breadcrumb-link:hover[b-k120wqkxq0],
.breadcrumb-link:focus[b-k120wqkxq0] {
    color: #FFBB1C;
    text-decoration: underline;
    background-color: rgba(52, 53, 121, 0.05);
}

.breadcrumb-link:focus-visible[b-k120wqkxq0] {
    outline: 3px solid #FFBB1C;
    outline-offset: 2px;
}

.breadcrumb-separator[b-k120wqkxq0] {
    color: #999;
    margin: 0 0.25rem;
}

.breadcrumb-item-current[b-k120wqkxq0] {
    color: #666;
    font-weight: 600;
}

/* Mobile responsive - stack vertically on very small screens */
@media (max-width: 575.98px) {
    .breadcrumb-list[b-k120wqkxq0] {
        font-size: 0.8rem;
    }

    .breadcrumb-link[b-k120wqkxq0] {
        padding: 0.5rem;
    }
}
/* /Components/NewsletterCard.razor.rz.scp.css */
.newsletter-card[b-06o9vtz2by] {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    border: 2px solid var(--lodge-blue, #343579);
    border-radius: 8px;
    padding: 1rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    height: 100%;
}

.newsletter-card:hover[b-06o9vtz2by] {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(52, 53, 121, 0.15);
}

.newsletter-thumbnail[b-06o9vtz2by] {
    width: 100%;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.75rem;
    border-radius: 4px;
    overflow: hidden;
}

.thumbnail-image[b-06o9vtz2by] {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.thumbnail-placeholder[b-06o9vtz2by] {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border: 1px solid #dee2e6;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
}

.pdf-icon[b-06o9vtz2by] {
    font-size: 3rem;
    color: var(--lodge-blue, #343579);
}

.pdf-label[b-06o9vtz2by] {
    font-size: 0.75rem;
    font-weight: 600;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.newsletter-info[b-06o9vtz2by] {
    text-align: center;
    margin-bottom: 0.75rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.newsletter-month[b-06o9vtz2by] {
    font-family: 'Charter Black', Georgia, serif;
    font-size: 1.1rem;
    color: var(--lodge-blue, #343579);
    margin: 0;
    line-height: 1.2;
}

.newsletter-year[b-06o9vtz2by] {
    font-size: 0.9rem;
    color: #6c757d;
}

.btn-download[b-06o9vtz2by] {
    width: 100%;
    background-color: var(--lodge-blue, #343579);
    color: #fff;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    font-size: 0.875rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    text-decoration: none;
    transition: background-color 0.2s ease;
}

.btn-download:hover[b-06o9vtz2by] {
    background-color: #252663;
    color: #fff;
}

.btn-download:focus[b-06o9vtz2by] {
    outline: 3px solid var(--masonic-gold, #FFBB1C);
    outline-offset: 2px;
}
/* /Components/TrestleBoardSubscribeForm.razor.rz.scp.css */
.subscribe-card[b-n1l0mruwrf] {
    background: #fff;
    border: 3px solid var(--lodge-blue, #343579);
    border-radius: 12px;
    padding: 2rem;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    box-shadow: 0 4px 12px rgba(52, 53, 121, 0.1);
}

.subscribe-icon[b-n1l0mruwrf] {
    font-size: 2.5rem;
    color: var(--masonic-gold, #FFBB1C);
    margin-bottom: 1rem;
}

.subscribe-title[b-n1l0mruwrf] {
    font-family: 'Charter Black', Georgia, serif;
    color: var(--lodge-blue, #343579);
    font-size: 1.5rem;
    margin-bottom: 0.75rem;
}

.subscribe-description[b-n1l0mruwrf] {
    color: #555;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.subscribe-form[b-n1l0mruwrf] {
    margin-bottom: 1rem;
}

.input-group[b-n1l0mruwrf] {
    max-width: 500px;
    margin: 0 auto;
}

.input-group-text[b-n1l0mruwrf] {
    background-color: var(--lodge-blue, #343579);
    color: #fff;
    border-color: var(--lodge-blue, #343579);
}

.input-group .form-control[b-n1l0mruwrf] {
    border-color: var(--lodge-blue, #343579);
}

.input-group .form-control:focus[b-n1l0mruwrf] {
    border-color: var(--masonic-gold, #FFBB1C);
    box-shadow: 0 0 0 0.2rem rgba(255, 187, 28, 0.25);
}

.btn-subscribe[b-n1l0mruwrf] {
    background-color: var(--masonic-gold, #FFBB1C);
    color: #000;
    border: none;
    font-weight: 600;
    padding: 0.5rem 1.25rem;
    white-space: nowrap;
    transition: background-color 0.2s ease, transform 0.1s ease;
}

.btn-subscribe:hover:not(:disabled)[b-n1l0mruwrf] {
    background-color: #e5a818;
    color: #000;
    transform: translateY(-1px);
}

.btn-subscribe:focus[b-n1l0mruwrf] {
    outline: 3px solid var(--lodge-blue, #343579);
    outline-offset: 2px;
}

.btn-subscribe:disabled[b-n1l0mruwrf] {
    opacity: 0.7;
    cursor: not-allowed;
}

.privacy-note[b-n1l0mruwrf] {
    font-size: 0.8rem;
    color: #888;
    margin-top: 1rem;
    margin-bottom: 0;
}

.privacy-note i[b-n1l0mruwrf] {
    color: var(--lodge-blue, #343579);
}

.alert[b-n1l0mruwrf] {
    text-align: left;
    max-width: 500px;
    margin: 0 auto;
}

@media (max-width: 576px) {
    .subscribe-card[b-n1l0mruwrf] {
        padding: 1.5rem;
    }

    .subscribe-title[b-n1l0mruwrf] {
        font-size: 1.25rem;
    }

    .input-group[b-n1l0mruwrf] {
        flex-direction: column;
    }

    .input-group-text[b-n1l0mruwrf] {
        border-radius: 0.375rem 0.375rem 0 0;
        justify-content: center;
    }

    .input-group .form-control[b-n1l0mruwrf] {
        border-radius: 0;
    }

    .btn-subscribe[b-n1l0mruwrf] {
        border-radius: 0 0 0.375rem 0.375rem;
        width: 100%;
    }
}
/* /Layout/MainLayout.razor.rz.scp.css */
/* Clean Layout CSS - No Template Code */

.page[b-oq6821b5gd] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    width: 100%;
}

header[b-oq6821b5gd] {
    width: 100%;
}

main[b-oq6821b5gd] {
    flex: 1 0 auto;
    width: 100%;
}

footer[b-oq6821b5gd] {
    width: 100%;
}
/* /Pages/About.razor.rz.scp.css */
.lodge-room-image[b-w06udyjwqx] {
    width: 100%;
    height: 220px;
    object-fit: cover;
}
/* /Pages/Gallery.razor.rz.scp.css */
/* Gallery Thumbnail Styles */
.gallery-thumbnail[b-wqqjw6qu64] {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    aspect-ratio: 1 / 1;
}

.gallery-thumbnail:hover[b-wqqjw6qu64] {
    transform: scale(1.05);
    box-shadow: 0 8px 16px rgba(52, 53, 121, 0.3);
}

.gallery-thumbnail img[b-wqqjw6qu64] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.gallery-thumbnail-overlay[b-wqqjw6qu64] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(52, 53, 121, 0.9); /* Lodge Blue with transparency */
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    font-size: 1.2rem;
    font-weight: 600;
}

.gallery-thumbnail:hover .gallery-thumbnail-overlay[b-wqqjw6qu64] {
    opacity: 1;
}

/* Filter Buttons */
.filter-buttons .btn[b-wqqjw6qu64] {
    border-radius: 25px;
    padding: 0.5rem 1.25rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

.filter-buttons .btn-lodge-blue[b-wqqjw6qu64] {
    background-color: var(--lodge-blue);
    color: white;
    border: 2px solid var(--lodge-blue);
}

.filter-buttons .btn-outline-lodge-blue[b-wqqjw6qu64] {
    background-color: white;
    color: var(--lodge-blue);
    border: 2px solid var(--lodge-blue);
}

.filter-buttons .btn-outline-lodge-blue:hover[b-wqqjw6qu64] {
    background-color: var(--lodge-blue);
    color: white;
}

/* Image Counter */
.image-counter[b-wqqjw6qu64] {
    padding: 0.75rem 0;
}

.image-counter p[b-wqqjw6qu64] {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    color: var(--lodge-blue);
}

/* Modal Styles */
.modal-backdrop[b-wqqjw6qu64] {
    background-color: rgba(0, 0, 0, 0.8);
}

.modal-content[b-wqqjw6qu64] {
    border-radius: 12px;
    border: none;
}

.modal-header[b-wqqjw6qu64] {
    padding: 1.5rem;
}

.modal-body img[b-wqqjw6qu64] {
    max-height: 70vh;
    object-fit: contain;
}

.modal-footer button[b-wqqjw6qu64] {
    border-radius: 25px;
    padding: 0.5rem 1.5rem;
    font-weight: 600;
}

.badge.bg-lodge-blue[b-wqqjw6qu64] {
    background-color: var(--lodge-blue) !important;
    padding: 0.5rem 0.75rem;
    font-size: 0.9rem;
    font-weight: 500;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .gallery-thumbnail-overlay[b-wqqjw6qu64] {
        font-size: 1rem;
    }

    .filter-buttons .btn[b-wqqjw6qu64] {
        font-size: 0.9rem;
        padding: 0.4rem 1rem;
    }

    .image-counter p[b-wqqjw6qu64] {
        font-size: 1rem !important;
    }

    .modal-body img[b-wqqjw6qu64] {
        max-height: 60vh;
    }
}
/* /Pages/Officers.razor.rz.scp.css */
/* Scoped styles for Officers page */

.officer-card[b-k6690kth3x] {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.officer-card:hover[b-k6690kth3x] {
    transform: translateY(-4px);
    box-shadow: 0 8px 16px rgba(52, 53, 121, 0.15);
}

/* Ensure smooth transition back to default state */
.officer-card:not(:hover)[b-k6690kth3x] {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
/* /Pages/RefundPolicy.razor.rz.scp.css */
.refund-policy-container[b-cl2i7eumqa] {
    background: linear-gradient(135deg, rgba(52, 53, 121, 0.03) 0%, rgba(255, 187, 28, 0.03) 100%);
    min-height: 100vh;
}

.card-masonic[b-cl2i7eumqa] {
    transition: all 0.3s ease;
}

.card-masonic:hover[b-cl2i7eumqa] {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(52, 53, 121, 0.15);
}

.card-masonic-header[b-cl2i7eumqa] {
    background: linear-gradient(135deg, var(--lodge-blue) 0%, #2a2b62 100%);
}

.card-masonic-header h2[b-cl2i7eumqa] {
    color: white;
}

.card-masonic-header i[b-cl2i7eumqa] {
    color: var(--masonic-gold);
}

.alert-warning[b-cl2i7eumqa] {
    background-color: rgba(255, 187, 28, 0.1);
    border-color: var(--masonic-gold);
    border-left: 4px solid var(--masonic-gold);
}

.alert-info[b-cl2i7eumqa] {
    background-color: rgba(52, 53, 121, 0.08);
    border-color: var(--lodge-blue);
    border-left: 4px solid var(--lodge-blue);
}

.bg-light[b-cl2i7eumqa] {
    background-color: #f8f9fa !important;
}

ul[b-cl2i7eumqa] {
    line-height: 1.8;
}

ul li[b-cl2i7eumqa] {
    margin-bottom: 0.5rem;
}

/* Icon styling */
.bi[b-cl2i7eumqa] {
    vertical-align: middle;
}

/* Link styling */
a[b-cl2i7eumqa] {
    color: var(--lodge-blue);
    text-decoration: none;
    transition: all 0.2s ease;
}

a:hover[b-cl2i7eumqa] {
    color: var(--masonic-gold);
    text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .refund-policy-container[b-cl2i7eumqa] {
        padding: 1rem 0;
    }

    .card-masonic[b-cl2i7eumqa] {
        margin-bottom: 1.5rem !important;
    }

    h1.headline[b-cl2i7eumqa] {
        font-size: 2rem;
    }
}
/* /Pages/Support/CarShowRegistration.razor.rz.scp.css */
/* Car Show Registration Form - Component-Scoped Styles */

/* Progress Indicator */
.progress-indicator[b-hmk4jur48u] {
    background: white;
    border-bottom: 2px solid #e0e0e0;
    padding: 15px 0;
    z-index: 100;
}

.progress-bar-container[b-hmk4jur48u] {
    width: 100%;
    height: 8px;
    background: #e0e0e0;
    border-radius: 4px;
    overflow: hidden;
}

.progress-bar-fill[b-hmk4jur48u] {
    height: 100%;
    background: var(--masonic-gold);
    transition: width 0.3s ease;
}

.progress-text[b-hmk4jur48u] {
    font-size: 14px;
    color: #666;
    margin-top: 8px;
    text-align: center;
    font-family: var(--font-body);
}

/* Registration Sections */
.registration-section[b-hmk4jur48u] {
    margin-bottom: 40px;
    padding: 30px;
    background: #f9f9f9;
    border-left: 4px solid var(--lodge-blue);
    border-radius: 4px;
}

.section-title[b-hmk4jur48u] {
    color: var(--lodge-blue);
    font-size: 24px;
    font-family: var(--font-secondary);
    font-weight: var(--font-weight-bold);
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}

.section-number[b-hmk4jur48u] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: var(--lodge-blue);
    color: white;
    border-radius: 50%;
    margin-right: 12px;
    font-size: 18px;
    font-weight: bold;
}

/* Form Groups */
.form-group[b-hmk4jur48u] {
    margin-bottom: 20px;
}

.form-label[b-hmk4jur48u] {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #333;
    font-family: var(--font-body);
    font-size: 15px;
}

.form-control[b-hmk4jur48u] {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #ddd;
    border-radius: 6px;
    font-size: 15px;
    font-family: var(--font-body);
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.form-control:focus[b-hmk4jur48u] {
    outline: none;
    border-color: var(--lodge-blue);
    box-shadow: 0 0 0 3px rgba(52, 53, 121, 0.1);
}

.form-control:invalid[b-hmk4jur48u] {
    border-color: #dc3545;
}

/* Agreement Boxes */
.agreement-box[b-hmk4jur48u] {
    padding: 15px;
    background: white;
    border: 2px solid #ddd;
    border-radius: 6px;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}

.agreement-box:hover[b-hmk4jur48u] {
    border-color: var(--lodge-blue);
    background: #fafafa;
}

.form-check-input[b-hmk4jur48u] {
    width: 22px;
    height: 22px;
    margin-right: 12px;
    cursor: pointer;
    flex-shrink: 0;
}

.form-check-label[b-hmk4jur48u] {
    cursor: pointer;
    font-family: var(--font-body);
    line-height: 1.6;
}

.view-link[b-hmk4jur48u] {
    color: var(--lodge-blue);
    text-decoration: underline;
    cursor: pointer;
    font-weight: 600;
    margin-left: 5px;
}

.view-link:hover[b-hmk4jur48u] {
    color: var(--masonic-gold);
}

/* Submit Section */
.submit-section[b-hmk4jur48u] {
    padding: 40px 30px;
    background: #f9f9f9;
    border-radius: 6px;
    margin-top: 40px;
}

/* Modal Styles */
.modal-overlay[b-hmk4jur48u] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.modal-content[b-hmk4jur48u] {
    background: white;
    padding: 0;
    border-radius: 8px;
    max-width: 700px;
    width: 100%;
    max-height: 85vh;
    overflow-y: auto;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    animation: modalSlideIn-b-hmk4jur48u 0.3s ease;
}

@keyframes modalSlideIn-b-hmk4jur48u {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.modal-header[b-hmk4jur48u] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 30px;
    border-bottom: 2px solid var(--masonic-gold);
}

.modal-header h3[b-hmk4jur48u] {
    margin: 0;
}

.btn-close[b-hmk4jur48u] {
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    background: none;
    border: none;
    color: #999;
    padding: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.3s ease;
}

.btn-close[b-hmk4jur48u]::before {
    content: '×';
}

.btn-close:hover[b-hmk4jur48u] {
    color: #333;
}

.modal-body[b-hmk4jur48u] {
    padding: 30px;
    font-family: var(--font-body);
    line-height: 1.7;
}

.modal-body p[b-hmk4jur48u] {
    margin-bottom: 15px;
}

.modal-body ul[b-hmk4jur48u],
.modal-body ol[b-hmk4jur48u] {
    margin-bottom: 15px;
    padding-left: 25px;
}

.modal-body li[b-hmk4jur48u] {
    margin-bottom: 8px;
}

.modal-body strong[b-hmk4jur48u] {
    color: var(--lodge-blue);
}

/* Responsive Design */
@media (max-width: 768px) {
    .registration-section[b-hmk4jur48u] {
        padding: 20px;
    }

    .section-title[b-hmk4jur48u] {
        font-size: 20px;
    }

    .section-number[b-hmk4jur48u] {
        width: 32px;
        height: 32px;
        font-size: 16px;
    }

    .submit-section[b-hmk4jur48u] {
        padding: 30px 20px;
    }

    .modal-content[b-hmk4jur48u] {
        margin: 10px;
        max-height: 90vh;
    }

    .modal-header[b-hmk4jur48u],
    .modal-body[b-hmk4jur48u] {
        padding: 20px;
    }
}

/* Mobile-Specific Modal Fixes (UX-M4) */
@media (max-width: 767.98px) {
    .modal-overlay[b-hmk4jur48u] {
        padding: 10px;
        align-items: flex-start;
        overflow-y: auto;
    }

    .modal-content[b-hmk4jur48u] {
        max-width: 95vw;
        width: 95vw;
        max-height: 92vh;
        margin: 10px auto;
        font-size: 15px;
    }

    .modal-header[b-hmk4jur48u] {
        padding: 16px 18px;
        flex-wrap: wrap;
    }

    .modal-header h3[b-hmk4jur48u] {
        font-size: 18px;
        margin-right: 10px;
        flex: 1 1 auto;
    }

    .btn-close[b-hmk4jur48u] {
        font-size: 24px;
        width: 28px;
        height: 28px;
        flex-shrink: 0;
    }

    .modal-body[b-hmk4jur48u] {
        padding: 18px;
        font-size: 15px;
        line-height: 1.6;
    }

    .modal-body p[b-hmk4jur48u],
    .modal-body li[b-hmk4jur48u] {
        margin-bottom: 12px;
    }

    .modal-body ul[b-hmk4jur48u],
    .modal-body ol[b-hmk4jur48u] {
        padding-left: 20px;
    }

    .modal-body strong[b-hmk4jur48u] {
        display: inline-block;
        margin-top: 8px;
    }
}

/* Extra-Small Mobile Devices (iPhone SE, small Android) */
@media (max-width: 390px) {
    .modal-content[b-hmk4jur48u] {
        max-width: 98vw;
        width: 98vw;
        font-size: 14px;
    }

    .modal-header[b-hmk4jur48u] {
        padding: 14px 16px;
    }

    .modal-header h3[b-hmk4jur48u] {
        font-size: 16px;
    }

    .modal-body[b-hmk4jur48u] {
        padding: 16px;
        font-size: 14px;
    }

    .btn-close[b-hmk4jur48u] {
        font-size: 22px;
        width: 26px;
        height: 26px;
    }
}

/* Validation Messages */
[b-hmk4jur48u] .validation-message {
    color: #dc3545;
    font-size: 14px;
    margin-top: 5px;
    font-family: var(--font-body);
}

[b-hmk4jur48u] .validation-summary {
    background: #f8d7da;
    border: 1px solid #f5c2c7;
    border-radius: 6px;
    padding: 15px;
    margin: 20px 0;
}

[b-hmk4jur48u] .validation-summary ul {
    margin: 0;
    padding-left: 20px;
    list-style: disc;
}

/* Buttons - Override Bootstrap styles to match brand */
.btn-primary[b-hmk4jur48u] {
    background: var(--lodge-blue);
    border-color: var(--lodge-blue);
    color: white;
    font-family: var(--font-body);
    font-weight: var(--font-weight-semibold);
    padding: 12px 30px;
    transition: all 0.3s ease;
}

.btn-primary:hover[b-hmk4jur48u] {
    background: var(--masonic-gold);
    border-color: var(--masonic-gold);
    color: var(--lodge-blue);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.btn-outline-primary[b-hmk4jur48u] {
    border: 2px solid var(--lodge-blue);
    color: var(--lodge-blue);
    background: white;
    font-family: var(--font-body);
    font-weight: var(--font-weight-semibold);
    padding: 12px 30px;
    transition: all 0.3s ease;
}

.btn-outline-primary:hover[b-hmk4jur48u] {
    background: var(--lodge-blue);
    border-color: var(--lodge-blue);
    color: white;
}
/* /Pages/Support/SponsorSignup.razor.rz.scp.css */
/* Sponsorship option cards - unique to this form */
.sponsorship-option[b-ieocie4fpf] {
    padding: 1rem;
    border: 2px solid #dee2e6;
    border-radius: 0.5rem;
    background-color: #fff;
    transition: all 0.3s ease;
    cursor: pointer;
}

.sponsorship-option:hover[b-ieocie4fpf] {
    border-color: var(--lodge-blue);
    background-color: rgba(52, 53, 121, 0.02);
    transform: translateX(5px);
}

/* Hide radio button circles but keep functionality */
.sponsorship-option .form-check-input[b-ieocie4fpf] {
    display: none;
}

.sponsorship-option .form-check-input:checked ~ .form-check-label[b-ieocie4fpf] {
    color: var(--lodge-blue);
    font-weight: 600;
}

/* Highlight selected option with border */
.sponsorship-option:has(.form-check-input:checked)[b-ieocie4fpf] {
    border-color: var(--lodge-blue);
    background-color: rgba(52, 53, 121, 0.05);
}

/* Success icon animation */
.bi-check-circle[b-ieocie4fpf] {
    animation: scaleIn-b-ieocie4fpf 0.5s ease-in-out;
}

@keyframes scaleIn-b-ieocie4fpf {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .sponsorship-option[b-ieocie4fpf] {
        padding: 0.75rem;
    }
}
/* /Pages/TrestleBoard.razor.rz.scp.css */
.section-heading[b-aj632wmovj] {
    font-family: 'Charter Black', Georgia, serif;
    color: var(--lodge-blue, #343579);
    font-size: 1.75rem;
    display: flex;
    align-items: center;
}

/* Latest Issue Card */
.latest-issue-card[b-aj632wmovj] {
    background: linear-gradient(135deg, #f8f9fa 0%, #fff 100%);
    border: 2px solid var(--lodge-blue, #343579);
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 4px 12px rgba(52, 53, 121, 0.1);
}

.latest-thumbnail[b-aj632wmovj] {
    width: 80px;
    height: 100px;
    background: linear-gradient(135deg, #343579 0%, #252663 100%);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.latest-thumbnail i[b-aj632wmovj] {
    font-size: 2.5rem;
    color: #fff;
}

.latest-title[b-aj632wmovj] {
    font-family: 'Charter Black', Georgia, serif;
    color: var(--lodge-blue, #343579);
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.latest-description[b-aj632wmovj] {
    color: #666;
    font-size: 1rem;
}

/* Accordion Styling */
.accordion-item[b-aj632wmovj] {
    border: 1px solid var(--lodge-blue, #343579);
    margin-bottom: 0.5rem;
    border-radius: 8px !important;
    overflow: hidden;
}

.accordion-button[b-aj632wmovj] {
    font-family: 'Charter Black', Georgia, serif;
    font-size: 1.1rem;
    background-color: #f8f9fa;
    color: var(--lodge-blue, #343579);
    padding: 1rem 1.25rem;
}

.accordion-button:not(.collapsed)[b-aj632wmovj] {
    background-color: var(--lodge-blue, #343579);
    color: #fff;
}

.accordion-button:focus[b-aj632wmovj] {
    box-shadow: 0 0 0 0.25rem rgba(255, 187, 28, 0.25);
    border-color: var(--masonic-gold, #FFBB1C);
}

.accordion-button[b-aj632wmovj]::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23343579'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed)[b-aj632wmovj]::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.year-label[b-aj632wmovj] {
    font-weight: 700;
}

.newsletter-count[b-aj632wmovj] {
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-weight: 400;
    font-size: 0.9rem;
    margin-left: 0.75rem;
    opacity: 0.8;
}

.accordion-body[b-aj632wmovj] {
    padding: 1.5rem;
    background-color: #fff;
}

/* Button Styling */
.btn-primary[b-aj632wmovj] {
    background-color: var(--lodge-blue, #343579);
    border-color: var(--lodge-blue, #343579);
}

.btn-primary:hover[b-aj632wmovj] {
    background-color: #252663;
    border-color: #252663;
}

.btn-outline-primary[b-aj632wmovj] {
    color: var(--lodge-blue, #343579);
    border-color: var(--lodge-blue, #343579);
}

.btn-outline-primary:hover[b-aj632wmovj] {
    background-color: var(--lodge-blue, #343579);
    border-color: var(--lodge-blue, #343579);
    color: #fff;
}

/* Badge */
.bg-masonic-gold[b-aj632wmovj] {
    background-color: var(--masonic-gold, #FFBB1C) !important;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .section-heading[b-aj632wmovj] {
        font-size: 1.4rem;
    }

    .latest-issue-card[b-aj632wmovj] {
        padding: 1.5rem;
        text-align: center;
    }

    .latest-title[b-aj632wmovj] {
        font-size: 1.25rem;
    }

    .btn-lg[b-aj632wmovj] {
        font-size: 0.9rem;
        padding: 0.5rem 1rem;
    }
}

@media (max-width: 576px) {
    .accordion-button[b-aj632wmovj] {
        font-size: 1rem;
        padding: 0.875rem 1rem;
    }

    .newsletter-count[b-aj632wmovj] {
        display: block;
        margin-left: 0;
        margin-top: 0.25rem;
    }
}
