/* UI Components & Global Styles */

/* Contact Form Styling */
.wpcf7 {
    width: 100% !important;
}

.wpcf7-form {
    width: 100% !important;
}

.wpcf7-form input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
select,
textarea {
    width: 100% !important;
    background:white !important;
}

.wpcf7-list-item-label {
    color: #252529 !important;
}

/* Global Scrollbar Styling */
::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
    background-color: #ece5df;
}

::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: rgba(234, 181, 100, 1);
    box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

/* FAQ Component Styling */
.eapps-faq-content-category-title-text {
    font-family: var(--wp--preset--font-family--theme-antonio) !important;
}

.eapps-faq-content-category-item-question-text {
    font-family: var(--wp--preset--font-family--theme-antonio) !important;
}

.eapps-faq-content-category-item::after {
    background-color: #f2b963 !important;
    opacity: 1 !important;
    height: 1.3px !important;
}

.eapps-faq-content-category-item::before {
    background-color: white !important;
}

.eapps-faq-template-clean.eapps-faq-layout-accordion .eapps-faq-container .eapps-faq-inner .eapps-faq-content-category-items {
    margin-left: 0px !important;
}

.eapps-faq-layout-accordion .eapps-faq-content-category-item-question-text {
    padding-right: 70px !important;
}

/* Navigation Styling */
.wp-block-navigation-item__content:hover {
    color: #f2be6a !important;
}

.wp-block-navigation-item.current-menu-item {
    color: #f2be6a !important;
}

.wp-block-navigation .has-child:not(.open-on-click):hover > .wp-block-navigation__submenu-container {
    min-width: 230px !important;
}

/* Button Styling */
.wp-block-button__link.wp-element-button {
    font-family: var(--wp--preset--font-family--theme-antonio) !important;
    background: #f0b864 !important;
}
