@font-face {
    font-family: 'Panchang';
    src: url('/wp-content/plugins/longevity-devb/assets/fonts/panchang.woff') format('woff'),
    url('/wp-content/plugins/longevity-devb/assets/fonts/panchang.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

h1, h2, h3, h4, h5 .entry-title, .site-title {
    font-family: 'Panchang', sans-serif !important;
}

.main-menu-container .login-btn-icon {
    max-width: 32px;
    border-radius: 20px;
    object-fit: contain;
}

.charcoal-grey {
    color: #282627;
    width: fit-content;
}

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

.site-content {
    display: flex;
    flex-direction: column;
}

@media (max-width: 560px) {
    .entry-header .entry-title {
        font-size: 28px;
    }
}

@media (min-width: 560px) {
    .site-header .main-navigation > div > ul > li.login-button {
        padding: 0 16px;
    }
}

#post-134 .wp-block-image img {
    border-radius: 20px;
}

#message-container {
    display: none;
    margin: 20px 0;
    padding: 15px;
    border-radius: 5px;
}

#message-container.success {
    color: #ff1b61;
    border: 1px solid #ff1b61;
}

#message-container.error {
    color: #282627;
    border: 1px solid #f5c6cb;
}

.img-container.newsletter-icon {
    max-width: 65px;
}

.newsletter-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 9999;
}

.newsletter-popup {
    position: absolute;
    width: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
}

.newsletter-popup .popup-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background: transparent;
    padding: 16px 20px 16px 20px;
    border-radius: 8px 8px 0 0;
    border-bottom: 1px solid #7F0E3C
}

.newsletter-popup .popup-header p {
    font-family: Panchang, serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #7F0E3C;
}

.newsletter-popup form input {
    outline: none;
    border: 1px solid #282627;
    transition: all 0.24s ease-in-out;
}

.newsletter-popup form input:focus,
.newsletter-popup form input:active {
    border-color: #ff7633;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.newsletter-popup .popup-body {
    display: flex;
    flex-direction: column;
    padding: 40px;
    gap: 1rem;
}

.newsletter-popup .popup-body .promo-code-container input {
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

.newsletter-popup img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.newsletter-popup .popup-body p {
    font-family: Roboto, serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    text-align: left;
    margin: 0 0 20px;
    color: #000;
}

.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    text-align: center;
    text-decoration: none;
    border-radius: 24px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.discount-content .img-wrapper img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.discount-content .img-wrapper {
    max-width: 120px;
    margin: 0 auto;
}

.newsletter-popup h2 {
    font-family: Panchang, serif !important;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    vertical-align: middle;
    color: #FF8E44;
}

.btn.newsletter-btn {
    margin: 20px 0 0 auto;
    max-height: 42px;
    border: 1px solid #ff8e44;
    background-color: #ff8e44;
    color: #FFF;
}

.content-description p {
    color: #000000;
}

.btn.newsletter-btn:hover {
    color: #FFF;
    background: #ff7633 !important;
    border: 1px solid #ff7633 !important;
}

.newsletter-form label {
    display: flex;
    flex-direction: column;
}

.newsletter-form input {
    outline: none;
}

@media (min-width: 768px) {
    .newsletter-popup {
        width: 50%;
        max-width: 650px;
    }
}