/* Label: Header & Footer */

/* --------------------------------------------------------------
   HEADER & FOOTER
-------------------------------------------------------------- */

/* Header font-size */
nav li a,
.rey-headerAccount-btnText {
    font-size: 110% !important;
}

/* Align "Create Account" and "Forgot Password" buttons horizontally in login dropdown */
.rey-accountPanel-links {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 12px; /* space between buttons */
    margin-top: 12px;
}

.rey-accountPanel-links .btn {
    flex: 1; /* equal width */
    text-align: center;
}

/* Footer font-size */
div ul li a,
div div p a,
.elementor-icon-box-description,
.elementor-widget-container {
    font-size: 102% !important;
}

/* Remove greeting from header account dropdown */
.rey-accountPanel-title {
    display: none !important;
}

/* Footer line style */
.footer-line {
    border-color: #282828 !important;
    width: 60% !important;
    margin: 0 !important;
}

/* Footer responsive widths */
@media screen and (max-width: 1000px) {
    .footer-line {
        width: 100% !important;
    }
}
@media screen and (max-width: 767px) {
    .footer-line {
        width: 80% !important;
    }
}
