@media (min-width: 577px) {
    .area {
        position: static;
        height: calc(100vh - 5.5rem);
        overflow-y: auto;
        overflow-x: hidden;
        display: block;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
}

.bg-teal-uni {
    background: rgba(12, 106, 128, .99);
}

.area::-webkit-scrollbar {
    display: none;
    width: 0 !important;
    scrollbar-width: none;
}

.area {
    margin: 0;
    padding: 15px;
    overflow-y: auto;
    overflow-x: hidden;
    display: block;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.bg-uni {
    background: #2d3748 url("/jakarta.faces.resource/bg.svg.xhtml") repeat;
}

.post-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.post-card {
    min-height: 52px;
    padding: 9px 12px;
}

.post-content {
    margin-left: 58px;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
}

.post-card-avatar {
    position: relative;
    border: 1px solid #eeeeee;
    border-radius: 50%;
    padding: 0.15rem;
    height: 60px;
    width: 60px;
    float: left;
    margin-top: 0;
    margin-left: -70px;
}

.post-time {
    font-size: 9px;
    margin-left: .5rem;
}

.post-text {
    min-height: 30px;
}

.post-footer-btn {
    margin-right: 15px;
    text-decoration: none;
    color: #2c3034;
}

.post-footer-btn i, .post-footer-btn span {
    color: #657786;
    font-size: 16px;
}

.post-footer-btn span {
    margin-left: 8px;
}

.post-textarea {
    width: 100%;
    min-height: 70px;
    resize: none;
    border-radius: 8px;
    border: 1px solid #ddd;
    padding: 0.5rem;
    color: #666;
    box-shadow: inset 0 0 0.25rem #ddd;
}

.vertical-text {
    display: inline-block;
    transform: rotate(180deg);
    writing-mode: vertical-rl;
    color: #6c757d;
}

.image-card {
    position: relative;
}

.card-image {
    width: 100%;
    height: 220px;
    object-fit: cover;
    object-position: 0 -8em;
    box-shadow: #4f5050;
}

.card-image:hover {
    transition: transform .5s, all 1.5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    height: auto;
    object-fit: fill;
    object-position: 0;
}

.MY table, .MY td, .MY th {
    border: 1px solid #ddd;
    text-align: left;
    padding: 10px;
}

.MY table {
    border-collapse: collapse;
    width: 100%;
}


.MY tr:nth-child(even) {
    background-color: #f2f2f2;
}

.MY p {
    display: block;
    margin: 1em 0;
}

.MY ol {
    list-style: none;
    counter-reset: cupcake;
    padding-left: 5px;
}

.MY ol li {
    counter-increment: cupcake;
}

.MY ol li:before {
    content: counters(cupcake, ".") ". ";
}

.MY dl {
    display: grid;
    grid-template-columns: max-content auto;
}

.MY dt {
    grid-column-start: 1;
    font-weight: bold;
    margin: 3px 5px 3px 0;
}

.MY dd {
    grid-column-start: 2;
    margin: 3px 5px 3px 0;
}

.inside {
    padding-left: 1em;
    line-height: 1.9em;
    list-style-type: none;
    font-size: 0.9rem;
}

.plus:before {
    content: "\002B";
    margin: 0 5px 0 3px;
}

.minus:before {
    content: "\2212";
    margin: 0 5px 0 3px;
}

/* *****  GALLERIES ***** */

.gallery-wrapper {
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: auto;
    grid-gap: .3rem;
    grid-auto-flow: dense;
}

.gallery-item {
    width: 100%;
    height: 100%;
    position: relative;
    filter: drop-shadow(2px 2px 3px #333);
}

.gallery-item .image {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.gallery-item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    cursor: pointer;
    transition: all 400ms ease-in;
    transform: scale(1);
}

.gallery-item .image img:hover {
    transform: scale(1.1);
}

@media only screen and (max-width: 800px) {
    .gallery-wrapper {
        grid-template-columns: repeat(2, 2fr);
        grid-template-rows: 1fr;
        grid-gap: 1px;
        grid-auto-flow: dense;
    }

    .gallery-container:nth-child(3n+2) {
        grid-column: 1 / span 2;
        grid-row-end: span 2;
    }

    .gallery-container:nth-child(4n+3) {
        grid-column: 2 / span 1;
        grid-row-end: span 2;
    }
}

.responsive-embed {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    margin-bottom: 10px;
}

.responsive-embed iframe {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
}

.bg-my-grad {
    background-image: linear-gradient(rgb(241, 186, 64), white);
}

input[type=radio] {
    width: 30px !important;
}

input[type=checkbox] {
    width: 30px !important;
}

@font-face {
    font-family: 'Futura MD BT';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Futura MD BT'), local('Futura MD BT'), url("/jakarta.faces.resource/fonts/FuturaMediumBT.woff2.xhtml") format('woff2');
}

@font-face {
    font-family: 'Great Vibes';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Great Vibes'), local('GreatVibes-Regular'), url("/jakarta.faces.resource/fonts/GreatVibes1.woff2.xhtml") format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Great Vibes';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Great Vibes'), local('GreatVibes-Regular'), url("/jakarta.faces.resource/fonts/GreatVibes2.woff2.xhtml") format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
    font-family: HelveticaNeue, Helvetica, Arial, Verdana, sans-serif !important;
    font-size: 0.9em;
}


.inuTitle {
    font-size: 1.875rem !important;
    color: white;
    font-family: Futura MD BT, serif;
}

.i_title {
    font-size: 1.875rem !important;
    color: #fdb512;
    font-family: 'Great Vibes', cursive;
}

.bg_my {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
}

.nav_font {
    font-family: HelveticaNeue, Helvetica, Arial, Verdana, sans-serif !important;
    font-size: 1rem;
}

.bg_teal_uni {
    background: rgba(12, 106, 128, .99);
}

@media (min-width: 48em) {
    .cms-title {
        font-size: calc(1rem + (1vw - .4rem));
    }

    .cms-right {
        font-size: calc(.3rem + (1vw - .4rem));
        margin: 7px 10px 0 0;
    }

    .cms-logo {
        max-width: calc(4rem + (1vw - .4rem));
        width: 100%;
        height: auto;
    }
}

@media (max-width: 48em) {
    .cms-title {
        font-size: calc(1rem + (1vw - .4rem));
    }

    .cms-right {
        font-size: calc(1rem + (1vw - .4rem));
        margin: 1px 2px 0 0;
    }

    .cms-logo {
        max-width: calc(4rem + (1vw - .4rem));
        width: 100%;
        height: auto;
    }
}

.pride-page {
    background-color: #fbfcfe;
}

.pride-search-bar {
    position: sticky;
    top: 0;
    z-index: 2;
    background: #fbfcfe;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #e9ecef;
}

.pride-list {
    margin-top: 0.9rem;
}

.pride-item {
    background: #ffffff;
    border: 1px solid #e9ecef;
    border-left: 4px solid #198754;
    border-radius: 0.65rem;
    padding: 0.85rem 1rem;
    margin-bottom: 0.8rem;
    box-shadow: 0 2px 8px rgba(17, 24, 39, 0.05);
}

.pride-cover {
    width: 5.2rem;
    height: 3.9rem;
    object-fit: cover;
    border-radius: 0.5rem;
}

.pride-user {
    color: #157347;
    font-weight: 600;
}

.pride-link {
    color: #212529;
    line-height: 1.45;
}

.pride-link:hover {
    color: #0d6efd;
}

.pride-pagination .page-link {
    border-radius: 0.5rem;
    min-height: 2.4rem;
    display: flex;
    align-items: center;
}

.pride-pagination .page-item.disabled .page-link {
    background: #f8f9fa;
    border-color: #dee2e6;
    color: #6c757d;
}

@media (max-width: 575.98px) {
    .pride-item {
        padding: 0.75rem 0.8rem;
    }

    .pride-cover {
        width: 4.6rem;
        height: 3.4rem;
    }

    .pride-pagination .page-link {
        font-size: 0.85rem;
        padding: 0.4rem 0.65rem;
    }
}

.pride-detail-page {
    max-width: 1220px;
}

.pride-detail-hero {
    background: linear-gradient(140deg, #ffffff 0%, #f2f6fb 100%);
    border: 1px solid #dbe4ef;
    border-radius: 1rem;
    padding: 1rem;
    box-shadow: 0 10px 30px rgba(23, 34, 56, 0.08);
}

.pride-media-card {
    border-radius: 0.85rem;
    overflow: hidden;
    background: #101827;
    min-height: 340px;
}

.pride-main-image {
    width: 100%;
    height: 100%;
    min-height: 340px;
    object-fit: cover;
    object-position: center;
    display: block;
}

.pride-meta-card {
    border-radius: 0.85rem;
    border: 1px solid #dde5ef;
    background: rgba(255, 255, 255, 0.88);
    padding: 1.1rem 1.2rem;
}

.pride-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.3rem 0.75rem;
    font-weight: 700;
    font-size: 0.76rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #0c5d70;
    background: #e9f7fb;
    border: 1px solid #cfeef5;
    border-radius: 999px;
}

.pride-title {
    color: #1a2332;
    font-size: clamp(1.35rem, 2.2vw, 2rem);
    font-weight: 700;
    line-height: 1.25;
}

.pride-subtitle {
    color: #3f4c5f;
    font-size: 1rem;
    line-height: 1.6;
}

.pride-author-row {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.pride-author-avatar {
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 50%;
    border: 2px solid #ffffff;
    object-fit: cover;
    box-shadow: 0 2px 12px rgba(15, 23, 42, 0.2);
}

.pride-author-name {
    color: #1f2937;
    font-weight: 700;
    line-height: 1.2;
}

.pride-content-card {
    border: 1px solid #dbe4ef;
    border-radius: 1rem;
    background: #ffffff;
    padding: 1rem 1.2rem;
    box-shadow: 0 10px 26px rgba(23, 34, 56, 0.06);
}

.pride-rich-content {
    color: #1f2937;
    line-height: 1.75;
    font-size: 1.02rem;
}

.pride-rich-content img,
.pride-rich-content iframe,
.pride-rich-content video {
    max-width: 100%;
    height: auto;
}

@media (max-width: 1199.98px) {
    .pride-media-card,
    .pride-main-image {
        min-height: 300px;
    }
}

@media (max-width: 575.98px) {
    .pride-detail-hero,
    .pride-content-card {
        border-radius: 0.75rem;
        padding: 0.85rem;
    }

    .pride-media-card,
    .pride-main-image {
        min-height: 230px;
    }
}
