/**
 * Button Styles
 * 
 * All button-related styles
 */

:is(.btn, .button, button, [type=submit], [type=button]) {
    gap: 10px !important;
    padding: 10px 15px !important;
    min-height: auto !important;
    font-size: 14px !important;
}

.apply-filters__button {
    padding: 10px 30px 10px 30px !important;
    font-size: 16px !important;
}

.clear-filters-button {
    margin-top: 10px;
    padding: 0 !important;
    font-size: 16px !important;
    color: var(--color-text) !important;
    background: transparent !important;
}

.clear-filters-button:hover {
    opacity: 0.7;
}

.clear-filters-button svg {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
}

.clear-filters-button span {
    white-space: nowrap;
}

.btn-profile-to-draft {
    border: 1px solid #F2EDE6 !important;
    background-color: transparent !important;
    color: #000000 !important;
}

.btn-profile-to-draft:hover {
    background-color: var(--color-primary) !important;
    color: var(--color-white) !important;
}

.btn-account,
.btn-logout {
    border-style: solid !important;
    border-width: 2px !important;
    border-color: #FFFFFF1F !important;
}

.btn-login .wd-open-popup {
    border-width: 2px !important;
    border-color: #FFFFFF1F !important;
}

header .btn-account:hover,
header .btn-logout:hover,
header .btn-login .wd-open-popup:hover {
    background-color: rgba(255, 255, 255, 0.1) !important;
}

header .btn-login .wd-open-popup img {
    max-height: 20px !important;
}

header .btn-create-profile:hover {
    background-color: var(--color-primary-hover) !important;
}

.elementor-button-text {
    display: inline-flex;
    align-items: center;
}

@media (max-width: 1024px) {
    .wd-open-popup,
    .btn-account,
    .btn-logout {
        border-style: none !important;
        border-width: 0px !important;
        border-color: transparent !important;
    }
}

