[x-cloak] {
    display: none !important;
}

.gifts-choices {
    margin-top: 20px;
    padding-top: 20px;
}

.notice {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #391965;
    text-align: center;
    font-family: "Jost", sans-serif;
}

.notice--small {
    max-width: 500px;
    margin: 0 auto;
}

.notice__title {
    font-size: 30px;
    font-weight: bold;
    margin: 0;
}

.notice__title--error {
    color: red;
}

.mb-10 {
    margin-bottom: 50px;
}

.active-link {
    text-decoration: underline;
    color: #df314d !important;
    opacity: 0.8;
}

.header-link:hover {
    color: #df314d;
}

.nav-link {
    font-size: larger;
}

.footer-link {
    display: inline !important;
    text-transform: capitalize;
}

.text-left {
    text-align: left !important;
}

.profile-tab__nav {
    padding: 0 !important;
}

.settings-form__input {
    border: 1px solid rgba(223, 49, 77, 0.3);
    outline: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #391965;
    box-shadow: 0px 2px 2px 0px rgba(223, 49, 77, 0.1);
    padding: 0.6rem 1rem;
    color: #fff;
}

.text-red {
    color: red;
}

.basic-btn {
    color: #210053 !important;
    line-height: 40px;
    padding: 0 1.5rem;
    background: #fff;
    border-radius: 2px;
    transition: all 0.3s ease;
    text-transform: capitalize;
    border: none;
    white-space: nowrap;
    padding: 10px 24px;
    line-height: 1.5;
    font-family: "Jost", sans-serif;
    cursor: pointer;
}

.basic-btn:active {
    opacity: 0.8;
}

.basic-btn:disabled {
    opacity: 0.5;
    pointer-events: none;
}

.basic-btn:hover {
    background-color: #210053;
    color: #fff !important;
    outline: 3px solid currentColor;
}

.search-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.search-link {
    font-family: "Jost", sans-serif;
    font-weight: bold;
    background-color: #df314d;
    color: #fff;
    text-align: center;
    padding: 13px;
    border: none;
    width: 100%;
    display: block;
    transition: opacity 0.3s ease;
}

.search-link:hover {
    opacity: 0.7;
}

.search-link:active {
    opacity: 0.5;
}

.search-link.active {
    opacity: 0.5;
    pointer-events: none;
}

.search-link:disabled {
    opacity: 0.5;
    pointer-events: none;
}

.person-photo {
    width: 340px;
    height: 340px;
    object-fit: cover;
    border-radius: 6px;
}

.blog-wrapper {
    display: flex;
    justify-content: center;
}

.grid-matches {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    max-width: 680px;
}

@media (max-width: 645px) {
    .grid-matches {
        grid-template-columns: 1fr;
    }
}

.grid-member {
    padding: 0 !important;
    width: 100% !important;
    max-width: auto !important;
}

.grid-member .lab-thumb {
    display: flex;
    justify-content: center;
}

.grid-member.filter-item.visible {
    display: block !important;
}

.grid-member.filter-item.hidden {
    display: none !important;
}

.footer-bottom-content {
    padding-bottom: 15px !important;
}

.footer-logos {
    padding-bottom: 15px;
}

.dating-footer__container {
    max-width: 1300px !important;
}

.blog-column {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 30px;
}

/* Light text colors for dark theme with smaller headings */
.markdown-content {
    color: #f0f0f0;
    line-height: 1.7;
    font-size: 1.05rem; /* Slightly larger base font */
}

/* Smaller headings with proportional spacing */
.markdown-content h1 {
    font-size: 1.8rem; /* Reduced from 2.2rem */
    font-weight: 600;
    color: #ffffff;
    margin: 2.5rem 0 1.25rem 0;
    padding-bottom: 0.6rem;
    border-bottom: 1px solid #444;
}

.markdown-content h2 {
    font-size: 1.5rem; /* Reduced from 1.8rem */
    font-weight: 600;
    color: #ffffff;
    margin: 2rem 0 1rem 0;
}

.markdown-content h3 {
    font-size: 1.25rem; /* Reduced from 1.4rem */
    font-weight: 600;
    color: #ffffff;
    margin: 1.75rem 0 0.9rem 0;
}

/* Adjusted spacing for smaller headings */
.markdown-content p {
    color: #e0e0e0;
    margin-bottom: 1.5rem;
}

.markdown-content ul {
    list-style: disc;
}

.markdown-content ul,
.markdown-content ol {
    margin: 1.5rem 0;
    padding-left: 1.8rem;
}

.markdown-content li {
    margin-bottom: 0.6rem;
}

/* Rest of your existing styles... */
.markdown-content table {
    margin: 1.75rem 0;
}

.markdown-content pre {
    margin: 1.75rem 0;
    padding: 1.25rem;
}

.markdown-content img {
    margin: 2rem 0;
}

/* Responsive adjustments for smaller screens */
@media (max-width: 768px) {
    .markdown-content h1 {
        font-size: 1.6rem;
        margin: 2rem 0 1rem 0;
    }

    .markdown-content h2 {
        font-size: 1.35rem;
        margin: 1.75rem 0 0.9rem 0;
    }

    .markdown-content h3 {
        font-size: 1.15rem;
        margin: 1.5rem 0 0.8rem 0;
    }

    .markdown-content {
        font-size: 1rem;
    }
}

.blog-single {
    width: 100%;
}

.comment-input:disabled {
    opacity: 0.5;
    pointer-events: none;
}

.favourites-add {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid grey;
}

.btn-as-link {
    background: none;
    border: none;
    appearance: none;
    text-decoration: underline;
}

.user-picture {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.user-picture__controls {
    position: relative;
    display: flex;
    justify-content: center;
}

.user-picture__date {
    position: absolute;
    right: 0;
    top: 0;
    font-family: "Jost", sans-serif;
}

.danger-btn {
    background: #df314d;
    padding: 5px 15px;
    border: none;
    border-radius: 3px;
    transition: opacity ease 0.2s;
}

.danger-btn:hover {
    opacity: 0.9;
}

.danger-btn:active {
    opacity: 0.6;
}

.hidden {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: -9999px;
    top: -9999px;
}

.lab-btn:disabled {
    opacity: 0.5;
    pointer-events: none;
}
.btn-close {
    width: 40px !important;
    height: 40px !important;
    color: #000 !important;
    border-radius: 50% !important;
    border: none !important;
    background-color: #fff !important;
}

.btn-cancel {
    color: #fff !important;
}

@media (max-width: 991px) {
    .online-info {
        text-align: center;
    }
}

@media (max-width: 991px) {
    .menu .d-lg-none {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        margin-top: 10px;
        padding-top: 10px;
    }

    .menu .d-lg-none .header-link {
        display: block;
        padding: 10px 25px;
        font-size: 15px;
        font-weight: 700;
        text-transform: capitalize;
        color: #fff;
        text-decoration: none;
        transition: all 0.3s ease;
    }

    .menu .d-lg-none .header-link:hover {
        background: rgba(223, 49, 77, 0.6);
        color: #fff;
    }

    .menu .d-lg-none button.header-link {
        background: none;
        border: none;
        color: #fff;
        font: inherit;
        cursor: pointer;
        width: 100%;
        text-align: left;
        padding: 10px 25px;
        transition: all 0.3s ease;
    }

    .menu .d-lg-none button.header-link:hover {
        background: rgba(223, 49, 77, 0.6);
        color: #fff;
    }
}

@media (max-width: 991px) {
    .d-none.d-lg-inline-block {
        display: none !important;
    }
}

@media (max-width: 992px) {
    .main-blog__content {
        display: flex;
        flex-direction: column-reverse;
        gap: 60px;
    }
}

.chat-wrapper-footer::after,
.chat-wrapper-footer::before {
    display: none !important;
}

.image-btn {
    background: none;
    border: none;
}

.hover\:opacity-70:hover {
    opacity: 0.7;
}

.active\:opacity-40:active {
    opacity: 0.4;
}

.disabled\:opacity-50:disabled {
    opacity: 0.5;
}

.disabled\:pointer-events-none:disabled {
    pointer-events: none;
}

.go-chat {
    background: #df314d;
}

.group-item:hover .lab-inner,
.story-item .lab-inner .lab-content .lab-btn:hover,
.about-item .lab-inner .lab-content:before,
.member-item.style-1:hover .lab-inner {
    background: #210053 !important;
}

.snackbar {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 320px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transform: translateY(30px);
    /* opacity: 0; */
    animation: fadeInUp 0.4s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    z-index: 1000;
    border: 1px solid #e9ecef;
}

.message-header {
    display: flex;
    align-items: center;
    padding: 16px;
    gap: 12px;
    border-bottom: 1px solid #f1f3f5;
}

.avatar {
    overflow: hidden;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #4361ee, #3a0ca3);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 600;
    flex-shrink: 0;
}

.message-info {
    flex-grow: 1;
    min-width: 0;
}

.sender-name {
    font-weight: 600;
    font-size: 14px;
    color: #212529;
    margin-bottom: 2px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.verified-badge {
    color: #4361ee;
    font-size: 14px;
}

.message-preview {
    font-size: 13px;
    color: #495057;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.time {
    font-size: 11px;
    color: #868e96;
    margin-top: 2px;
}

.premium-content {
    padding: 16px;
    background: linear-gradient(to right, #f8f9fa, #fff);
    position: relative;
}

.premium-tag {
    position: absolute;
    top: -12px;
    left: 16px;
    background: #3a0ca3;
    color: white;
    font-size: 11px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 20px;
}

.offer-title {
    font-weight: 600;
    font-size: 15px;
    color: #212529;
    margin-bottom: 8px;
}

.offer-description {
    font-size: 13px;
    color: #495057;
    line-height: 1.5;
    margin-bottom: 16px;
}

.action-buttons {
    display: flex;
    gap: 8px;
}

.primary-btn {
    flex-grow: 1;
    background: linear-gradient(to right, #4361ee, #3a0ca3);
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 6px;
    font-weight: 500;
    font-size: 13px;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
    text-align: center;
}

.primary-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(67, 97, 238, 0.3);
}

.secondary-btn {
    flex-grow: 1;
    background: white;
    color: #495057;
    border: 1px solid #e9ecef;
    padding: 8px 16px;
    border-radius: 6px;
    font-weight: 500;
    font-size: 13px;
    cursor: pointer;
    transition: background 0.2s;
}

.secondary-btn:hover {
    background: #f8f9fa;
}

.close-btn {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f1f3f5;
    border: none;
    color: #868e96;
    cursor: pointer;
    transition: background 0.2s;
}

.close-btn:hover {
    background: #e9ecef;
}

@keyframes fadeInUp {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.apply-pulse {
    animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0 rgba(67, 97, 238, 0.4);
    }
    70% {
        box-shadow: 0 0 0 6px rgba(67, 97, 238, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(67, 97, 238, 0);
    }
}

.bordered-y {
    margin: 20px 0;
    padding: 20px 0;
    border-top: 1px solid grey;
    border-bottom: 1px solid grey;
}
