/* Form Account */
.fw_p .form-label {
    display: none;
}

.auth-card .auth-card__body {
    background: #FBF9F4;
}

.auth-card .auth-card__header {
    background: #FBF9F4;
}

.auth-card__header-title {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
}


.lm_form__account {
    transform: translate3d(500px, 0, 0);
    width: 500px;
    background-color: #FBF9F4;
}

.lm_form__account .panel__content {
    flex-direction: column;
}

.lm_form__account .auth-card.card {
    border: none;
    background-color: #FBF9F4;
}

.lm_form__account .form-label {
    display: none;
}

.lm_form__account h3.auth-card__header-title {
    text-align: center;
    margin-bottom: 32px;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    text-transform: none;
}

.lm_form__account .ps-checkbox {
    display: none !important;
}

.lm_form__account .form-control {
    border: none;
    border-bottom: 1px solid #000;
    padding-left: 0;
    background-color: #FBF9F4 !important;
}

.lm_form__account .nav-item {
    width: 48%;
    border: none;
    border-bottom: 1px solid #E2E0DC;
}

.lm_form__account .nav-link {
    color: #6D6B66;
}

.nav_account .active {
    border-bottom: 1px solid #000;
    color: #000;
}

.lm_form__account .nav-link:focus,
.lm_form__account .nav-link:hover {
    color: #000;
}

.lm_form__account .nav-item:focus-visible {
    outline: none;
}

.nav-tabs .nav-link {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.lm_form__account .nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border: none;
    border-bottom: 1px solid #000;
    color: #000;
}

.lm_form__account .nav-link:focus-visible {
    box-shadow: none;
}

.lm_form__account .nav-item button {
    width: 100%;
}


.lm_form__account>.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border: none;
    border-bottom: 1px solid #000;
    background-color: #FBF9F4;
    border-radius: 0px;
}

.lm_form__account ul#myTab {
    border: none;
}

.lm_form__account .panel__header h4 {
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

.lm_form__account .panel__header {
    background-color: #FBF9F4;
    padding: 23px 15px;
}

.lm_form__account .panel__close:after,
.lm_form__account .panel__close:before {
    background-color: #000000;
}

/* Store List Styles */


.stores-list h3 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #333;
}

.store-card {
    padding: 10px 15px 20px 15px;
    cursor: pointer;
    transition: all 0.2s ease;
    border-top: 1px solid #EDEDED;
}

.store-card:hover {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.store-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.store-main-block {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}

.store-text {
    flex: 1;
}

.store-name {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 2px;
    color: #6D6B66;
}

.store-address-block {
    margin-bottom: 0;
}

.store-address,
.store-city {
    color: #000;
    font-size: 14px;
    line-height: 1;
}

.store-status-block {
    display: flex;
    align-items: center;
    padding: 5px 0;
}

.store-status-wrapper {
    display: flex;
    align-items: center;
    gap: 6px;
}

.status-icon {
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

.status-icon.open {
    background-color: #28a745;
}

.status-icon.closed {
    background-color: #dc3545;
}

.store-status {
    font-size: 14px;
    color: #000;
}

.store-actions {
    display: flex;
    gap: 20px;
    padding-top: 12px;
}

.store-action {
    display: flex;
    align-items: center;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    flex: 50%;
    justify-content: center;
}

.store-action span {
    color: #6D6B66;
    font-size: 14px;
}

.store-action i {
    margin-right: 8px;
    font-size: 16px;
}

.store-action i.fa-location-arrow {
    transform: rotate(45deg);
}

.store-action:hover {
    color: #000;
}

.store-image {
    width: 75px;
    height: 75px;
    border-radius: 4px;
    overflow: hidden;
    flex-shrink: 0;
}

.store-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Store Popup Styles */
.store-popup {
    padding: 15px;
}

.store-popup h5 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}

.store-popup p {
    font-size: 14px;
    color: #666;
    margin-bottom: 5px;
}

/* Search Results */
.no-results {
    text-align: center;
    padding: 20px;
    color: #666;
    font-size: 14px;
}

/* FAQ Styles */
.faq-container {
    margin: 0 auto;
}

.faq-item {
    border-bottom: 1px solid var(--border-color);
}

.faq-question {
    padding: 15px 20px;
    background-color: #FBF9F4;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: normal;
    color: var(--primary-color);
    position: relative;
    border: 1px solid #E2E0DC;
    border-radius: 4px;
}

.faq-question.active {
    border-radius: 4px 4px 0 0;
    border-bottom: none;
}

span.faq-text {
    font-size: 16px;
    font-weight: 600;
}

.faq-question::after {
    content: '+';
    position: absolute;
    right: 20px;
    font-size: 20px;
    font-weight: 300;
    color: var(--primary-color);
}

.faq-question.active::after {
    content: '-';
}

.faq-answer {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding 0.3s ease;
    margin-bottom: 15px;
}

.faq-answer p {
    font-size: 16px;
    color: #000;
    font-weight: 400;
}

.faq-answer.active {
    padding: 15px 20px;
    max-height: 500px;
    margin-bottom: 15px;
    border: 1px solid #E2E0DC;
    border-top: none;
    background: #FBF9F4;
    margin-bottom: 15px;
    border-radius: 0 0 4px 4px;
}