/* ========================================
   Custom Styles Generated by Prism Editor
   Generated: 2025-10-14 17:36:58
   ======================================== */

/* Public Site Section Cards */
.prism-public-card {
    background-color: rgba(255, 255, 255, 0.25);
    border: 1px solid #4b5563;
    border-radius: 10px;
    padding: 1.5rem;
    color: black;
    max-width: 42rem !important;    /* max-w-2xl (672px) for card mode centering */
    margin-left: auto !important;   /* mx-auto for horizontal centering */
    margin-right: auto !important;  /* mx-auto for horizontal centering */
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

/* Public Card without padding - for seamless content areas */
.prism-public-card-no-padding {
    background-color: rgba(255, 255, 255, 0.25);
    border: 1px solid #4b5563;
    border-radius: 10px;
    padding: 0;
    color: black;
    max-width: 42rem !important;    /* max-w-2xl (672px) for card mode centering */
    margin-left: auto !important;   /* mx-auto for horizontal centering */
    margin-right: auto !important;  /* mx-auto for horizontal centering */
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

/* Portal Section Cards */
.prism-portal-card {
    background-color: rgba(255, 255, 255, 0.25);
    border: 1px solid #4b5563;
    border-radius: 10px;
    padding: 1rem;
    color: black;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

/* Portal Card without padding - for seamless content areas */
.prism-portal-card-no-padding {
    background-color: rgba(255, 255, 255, 0.25);
    border: 1px solid #4b5563;
    border-radius: 10px;
    padding: 0;
    color: black;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

/* Section Borders (Wide Mode) */
.prism-section-outer-wrapper {
    border-bottom: 1px solid #4b5563;
}

/* Body Background Styling */
.prism-body {
    background-image: url('./images/background/leafh.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
    background-attachment: fixed;
    color: black;
    font-size: 1rem;
}

/* Logo Styles */
.prism-logo-image, .prism-logo-container {
    width: 96px !important;
    height: 96px !important;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #ffffff;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    transition: all 0.2s ease;
}

/* Header/Footer Styles */
.prism-header, .prism-footer {
    background-color: rgba(25, 57, 87, 0.8);
    color: #bfdbfe;
    border: 2px solid #1e3a8a;
}
.prism-header-title {
    color: #bfdbfe !important;
}
