/*
Theme Name: WorldChefs
Author: rosendolabs.com
Author URI: https://rosendolabs.com
Theme URI: 
Tags: full-site-editing, block-patterns
Text Domain: worldchefs
Requires at least: 6.4
Requires PHP: 7.4
Tested up to: 6.4
Version: 100.0

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* ==========================================================================
   Global Styles
   ========================================================================== */
/* Enhances scrolling behavior for smooth navigation */
html {
    scroll-behavior: smooth;
}
a {
    text-decoration: none;
    outline: none;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
}

/* Disables smooth scrolling for users preferring reduced motion */
@media screen (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}

/* Improves font rendering for better readability */
body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

/* Utility class for centering text */
.text-center {
    text-align: center;
}

/* ==========================================================================
   Newsletter Form Styles
   ========================================================================== */
/* Main container for the newsletter form */
.tumbili-form {
    margin: 0;
    padding: 0;
    background: none;
    border-radius: 0;
    width: 100%;
}

/* Container for form fields with flexible layout */
.tumbili-form .tumbili-container {
    display: flex;
    flex-direction: column;
    gap: 0px;
    max-width: 350px;
}

/* Styles for form input fields */
.tumbili-form-control {
    padding: 0px !important;
}

.tumbili-form-control input[type="text"],
.tumbili-form-control input[type="email"] {
    width: 100%;
    padding: 12px 18px;
    border-radius: 24px;
    border: none;
    font-size: 16px;
    background: #fff;
    color: #222;
    box-sizing: border-box;
    outline: none;
    transition: box-shadow 0.2s;
}

/* Focus state for input fields with blue outline */
.tumbili-form-control input[type="text"]:focus,
.tumbili-form-control input[type="email"]:focus {
    box-shadow: 0 0 0 2px #009FE3;
}

/* Submit button styles */
.tumbili-form .tumbili-submit {
    width: 100%;
    background: #00aee8;
    color: #fff;
    border: none;
    border-radius: 24px;
    padding: 14px 0;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    cursor: pointer;
    transition: background 0.2s;
    margin-top: 8px;
}

/* Hover and focus state for submit button */
.tumbili-form .tumbili-submit:hover,
.tumbili-form .tumbili-submit:focus {
    background: #009FE3;
}

/* Hidden label for accessibility */
.tumbili-form .tumbili-form-control label {
    color: #fff;
    font-size: 0;
    margin-bottom: 0;
}

/* Placeholder text styling */
.tumbili-form input::placeholder {
    color: #bdbdbd;
    opacity: 1;
}

/* ==========================================================================
   Team Section Styles
   ========================================================================== */
/* Main container for the team grid */
.worldchefs-team-flex {
    padding-top: 24px;
    max-width: 1200px;
    margin: 0 auto;
}

/* Grid layout for team members */
.worldchefs-team-flex .wp-block-post-template {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 20px !important;
    padding: 0 !important;
    list-style: none !important;
    margin: 0 !important;
}

/* Individual team member card styling */
.worldchefs-team-flex .wp-block-post-template>li {
    background: #fff;
    border-radius: 10px;
    text-align: center;
    padding: 10px !important;
    box-sizing: border-box !important;
    width: 100% !important;
}

/* Image styling for team member cards */
.worldchefs-team-flex .wp-block-post-template>li .team-member-card .featured-image img {
    width: 100% !important;
    height: 200px !important;
    object-fit: cover !important;
    border-radius: 10px !important;
}

/* Name styling for team members */
.worldchefs-team-flex .wp-block-post-template>li .team-member-card .team-member-name {
    color: var(--wp--preset--color--primary) !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    margin: 8px 0 4px !important;
    text-decoration: none !important;
}

.worldchefs-team-flex .wp-block-post-template>li .team-member-card .team-member-name a {
    color: var(--wp--preset--color--primary) !important;
    text-decoration: none !important;
}

.worldchefs-team-flex .wp-block-post-template>li .team-member-card .team-member-name a:hover {
    text-decoration: underline !important;
}

/* Role styling for team members */
.worldchefs-team-flex .wp-block-post-template>li .team-member-card p.role {
    color: #707070 !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    margin: 0 !important;
    line-height: 1.2 !important;
}

/* Preserve top margin for the first team member */
.worldchefs-team-flex .wp-block-post-template>li:first-child {
    margin-block-start: 24px !important;
}

/* Align items to the top of each grid cell */
.worldchefs-team-flex .wp-block-post-template {
    align-items: start !important;
}

/* Responsive adjustments for team grid */
/*@media (max-width: 1024px) {
    .worldchefs-team-flex .wp-block-post-template {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}

@media (max-width: 768px) {
    .worldchefs-team-flex .wp-block-post-template {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 480px) {
    .worldchefs-team-flex .wp-block-post-template {
        grid-template-columns: 1fr !important;
    }
}*/

/* ==========================================================================
   Footer Partner Styles
   ========================================================================== */
/* Styling for footer partner section */
.wc-footer-partner {
    background-color: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
}

.wc-footer-partner a {
    display: flex;
}

.wc-footer-partner img {
    width: auto;
    max-width: 100%;
    height: 85px !important;
    max-height: 100%;
    padding: 10px 20px;
    object-fit: contain !important;
    margin: auto;
}

figure.wc-footer-partner a {
    display: flex !important;
}

/* ==========================================================================
   General Card Styles
   ========================================================================== */
/* Card container styles */
.wp-block-worldchefs-custom-loop .wp-block-post,
.wp-block-worldchefs-custom-loop[data-slider="true"] .swiper .swiper-slide {
    background-color: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Slider-specific styles */
.wp-block-worldchefs-custom-loop[data-slider="true"] .swiper {
    padding: 0px 1px;
}

.wp-block-worldchefs-custom-loop[data-slider="true"] .swiper .swiper-slide {
    height: 500px;
}

.wp-block-worldchefs-custom-loop .wp-block-post>*,
.wp-block-worldchefs-custom-loop[data-slider="true"] .swiper .swiper-slide>* {
    flex: 0 0 auto;
}

/* Thumbnail styles */
.wp-block-worldchefs-custom-loop .eael-entry-thumbnail {
    width: 100%;
    display: inline-flex;
    margin: 0 !important;
    flex-shrink: 0;
}

.wp-block-worldchefs-custom-loop .eael-entry-thumbnail img {
    width: 100%;
    max-width: 100%;
    height: 220px;
    display: block;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    object-fit: cover;
}

/* Header group styles */
.wp-block-worldchefs-custom-loop .eael-entry-header-group {
    margin-top: -10px;
    background-color: var(--wp--preset--color--secondary);
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-shrink: 0;
}

.wp-block-worldchefs-custom-loop .eael-entry-header-group .eael-entry-header a {
    color: #FFF;
    text-decoration: none;
}

.wp-block-worldchefs-custom-loop .eael-entry-header-group .eael-entry-header,
.wp-block-worldchefs-custom-loop .eael-entry-header-group .card-sidebar-all-latest-highlight-time-read {
    padding: 8px;
    color: #FFF;
    text-align: left;
    font-weight: 600 !important;
    font-size: 14px !important;
    white-space: nowrap !important;
    text-transform: capitalize;
    margin-block-start: unset;
}

/* Title styles */
.wp-block-worldchefs-custom-loop h6 {
    padding: 0 12px;
}

.wp-block-worldchefs-custom-loop h6.eael-entry-title a {
    font-size: 14px !important;
    text-align: left !important;
    margin: 0 !important;
    color: #000;
    font-weight: 700;
    flex-shrink: 0;
    text-decoration: none;
}

/* Excerpt styles */
.wp-block-worldchefs-custom-loop .eael-grid-post-excerpt {
    margin-bottom: 0;
    padding: 0 12px;
    flex-grow: 1;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.wp-block-worldchefs-custom-loop .eael-grid-post-excerpt p {
    margin: 0 !important;
    font-size: 16px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/* Read More button styles */
.wp-block-worldchefs-custom-loop .wp-block-buttons {
    margin-top: auto;
    padding: 0 12px 8px 12px;
    flex-shrink: 0;
}

.wp-block-worldchefs-custom-loop .wp-block-buttons a {
    box-shadow: none !important;
    background-color: transparent !important;
    color: #000;
    font-weight: 500 !important;
    font-size: 14px !important;
    text-transform: capitalize;
    padding-left: 0;
    display: flex;
    align-items: center;
}

/* Read More icon styles */
.wp-block-query.worldchefs-custom-loop .read-more-icon,
.wp-block-worldchefs-custom-loop .read-more-icon {
    color: var(--wp--preset--color--secondary);
    vertical-align: middle;
    font-size: 26px;
    margin-right: 10px;
}

/* Slider-specific styles */
.wp-block-worldchefs-custom-loop[data-slider="true"] .swiper .swiper-wrapper {
    padding-bottom: 60px;
}

.wp-block-worldchefs-custom-loop[data-slider="true"] .swiper-pagination-bullet {
    width: 16px !important;
    height: 16px !important;
    background: transparent;
    border: 1px solid var(--wp--preset--color--secondary);
    border-radius: 50%;
    opacity: 1;
    margin: 0 5px;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.wp-block-worldchefs-custom-loop[data-slider="true"].wc-swiper .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
    background: #fff !important;
}

.wp-block-worldchefs-custom-loop[data-slider="true"].wc-swiper .swiper-pagination-bullet-active {
    background: var(--wp--preset--color--secondary) !important;
    border-color: var(--wp--preset--color--secondary) !important;
    width: 16px !important;
    height: 16px !important;
}

.wp-block-worldchefs-custom-loop[data-slider="true"].wc-swiper .swiper-pagination-bullet:hover {
    background: var(--wp--preset--color--secondary) !important;
    border-color: var(--wp--preset--color--secondary) !important;
}

.wp-block-worldchefs-custom-loop[data-slider="true"].wc-swiper .swiper-button-next,
.wp-block-worldchefs-custom-loop[data-slider="true"].wc-swiper .swiper-button-prev {
    color: var(--wp--preset--color--secondary) !important;
    width: 27px;
    height: 44px;
}

.wp-block-worldchefs-custom-loop[data-slider="true"].wc-swiper .swiper-button-next::after,
.wp-block-worldchefs-custom-loop[data-slider="true"].wc-swiper .swiper-button-prev::after {
    font-size: 20px;
}

/* Pagination styles (non-slider) */
.wp-block-worldchefs-custom-loop:not([data-slider="true"]) .wp-block-worldchefs-custom-loop-pagination {
    text-align: center;
    margin-top: 20px;
}

.wp-block-worldchefs-custom-loop:not([data-slider="true"]) .wp-block-worldchefs-custom-loop-pagination a.page-link,
.wp-block-worldchefs-custom-loop:not([data-slider="true"]) .wp-block-worldchefs-custom-loop-pagination span {
    padding: 8px 12px;
    margin: 0 5px;
    color: var(--wp--preset--color--secondary);
    text-decoration: none;
    border: 1px solid var(--wp--preset--color--secondary);
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.wp-block-worldchefs-custom-loop:not([data-slider="true"]) .wp-block-worldchefs-custom-loop-pagination span.current {
    background-color: var(--wp--preset--color--secondary);
    color: #FFF;
    border-radius: 4px;
}

.wp-block-worldchefs-custom-loop:not([data-slider="true"]) .wp-block-worldchefs-custom-loop-pagination a.page-link:hover,
.wp-block-worldchefs-custom-loop:not([data-slider="true"]) .wp-block-worldchefs-custom-loop-pagination a.page-link:focus {
    background-color: var(--wp--preset--color--secondary);
    color: #FFF;
    border-radius: 4px;
}

.wp-block-worldchefs-custom-loop .wp-block-worldchefs-custom-loop-pagination a.page-link:focus {
    outline: 2px solid var(--wp--preset--color--secondary);
    outline-offset: 2px;
}

/* Message styles */
.wp-block-worldchefs-custom-loop .message {
    text-align: center;
    padding: 20px;
    color: #666;
}

/* AJAX-specific styles */
.wp-block-worldchefs-custom-loop.is-loading {
    position: relative;
    pointer-events: none;
}

.wp-block-worldchefs-custom-loop.is-loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    border: 4px solid var(--wp--preset--color--secondary);
    border-top: 4px solid transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    transform: translate(-50%, -50%);
    z-index: 10;
}

@keyframes spin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

/* Grid transition styles */
.wp-block-worldchefs-custom-loop:not([data-slider="true"]) .wp-block-post-template {
    transition: opacity 0.3s ease;
}

.wp-block-worldchefs-custom-loop.is-loading .wp-block-post-template {
    opacity: 0.5;
}

/* New styles for wp-block-query structure */
.wp-block-query.worldchefs-custom-loop {
    box-sizing: border-box;
}

/* Post template (grid layout) */
.wp-block-query.worldchefs-custom-loop .wp-block-post-template {
    display: grid;
    gap: 20px;
    padding: 0;
    margin: 0;
    list-style: none;
}

/* Individual post (card) */
.wp-block-query.worldchefs-custom-loop .wp-block-post {
    background-color: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    box-sizing: border-box;
}

/* Post group container */
.wp-block-query.worldchefs-custom-loop .wp-block-group.wp-block-post {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0;
}

/* Thumbnail */
.wp-block-query.worldchefs-custom-loop .wp-block-post-featured-image {
    width: 100%;
    margin: 0 !important;
    flex-shrink: 0;
    max-width: none;

}

.wp-block-query.worldchefs-custom-loop .wp-block-post-featured-image img {
    width: 100%;
    max-width: 100%;
    height: 220px;
    display: block;
    border-radius: 10px 10px 0 0;
    object-fit: cover;
}

/* Header group */
.wp-block-query.worldchefs-custom-loop .eael-entry-header-group {
    margin-top: -10px;
    background-color: var(--wp--preset--color--secondary);
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-shrink: 0;
    padding: 0;
    max-width: none;
}

.wp-block-query.worldchefs-custom-loop .eael-entry-header-group .wp-block-post-terms a {
    color: #FFF;
    text-decoration: none;
    font-size: 14px !important;
    font-weight: 600 !important;
}

.wp-block-query.worldchefs-custom-loop .eael-entry-header-group .wp-block-post-terms,
.wp-block-query.worldchefs-custom-loop .eael-entry-header-group .wp-block-post-date {
    padding: 8px;
    color: #FFF;
    text-align: left;
    font-weight: 600 !important;
    font-size: 14px !important;
    white-space: nowrap !important;
    text-transform: capitalize;
    margin-block-start: unset;
    flex: 1;
}

.wp-block-query.worldchefs-custom-loop .eael-entry-header-group .wp-block-post-date {
    text-align: right;
}

/* Title */
.wp-block-query.worldchefs-custom-loop .wp-block-post-title {
    padding: 0 12px;
    margin: unset !important;
    margin-block-start: 12px;
}

.wp-block-query.worldchefs-custom-loop .wp-block-post-title a {
    font-size: 14px !important;
    text-align: left !important;
    margin: 0 !important;
    color: #000;
    font-weight: 700;
    flex-shrink: 0;
    text-decoration: none;
}

/* Excerpt */
.wp-block-query.worldchefs-custom-loop .wp-block-post-excerpt {
    margin-bottom: 0;
    padding: 0 12px;
    flex-grow: 1;
    display: flex;
    align-items: center;
    overflow: hidden;
    min-height: 80px;
    margin-block-start: 12px;
    margin: unset !important;
}

.wp-block-query.worldchefs-custom-loop .wp-block-post-excerpt p {
    margin: 0 !important;
    font-size: 16px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/* Read More Button */
.wp-block-query.worldchefs-custom-loop .wp-block-buttons {
    margin-top: auto;
    padding: 0 12px 8px 12px;
    flex-shrink: 0;
    text-align: left;
    margin-left: unset !important;
}

.wp-block-query.worldchefs-custom-loop .wp-block-buttons .wp-block-button__link {
    box-shadow: none !important;
    background-color: transparent !important;
    color: #000;
    font-weight: 500 !important;
    font-size: 14px !important;
    text-transform: capitalize;
    padding-left: 0;
    display: flex;
    align-items: center;
}

/* Unified Pagination Styles */
.wp-block-worldchefs-custom-loop-pagination {
    text-align: center;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.wp-block-worldchefs-custom-loop-pagination .page-numbers,
.wp-block-worldchefs-custom-loop-pagination .next {
    padding: 8px 12px;
    margin: 0 5px;
    color: var(--wp--preset--color--secondary);
    text-decoration: none;
    border: 1px solid var(--wp--preset--color--secondary);
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.wp-block-worldchefs-custom-loop-pagination .page-numbers.current {
    background-color: var(--wp--preset--color--secondary);
    color: #FFF;
    border-radius: 4px;
}

.wp-block-worldchefs-custom-loop-pagination .page-numbers:hover,
.wp-block-worldchefs-custom-loop-pagination .next:hover,
.wp-block-worldchefs-custom-loop-pagination .page-numbers:focus,
.wp-block-worldchefs-custom-loop-pagination .next:focus {
    background-color: var(--wp--preset--color--secondary);
    color: #FFF;
    border-radius: 4px;
}

.wp-block-worldchefs-custom-loop-pagination .page-numbers:focus,
.wp-block-worldchefs-custom-loop-pagination .next:focus {
    outline: 2px solid var(--wp--preset--color--secondary);
    outline-offset: 2px;
}

.wp-block-worldchefs-custom-loop-pagination .next {
    color: var(--wp--preset--color--secondary);
}

/* Query Pagination Styles (for consistency) */
.wp-block-query.worldchefs-custom-loop .wp-block-query-pagination {
    text-align: center;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.wp-block-query.worldchefs-custom-loop .wp-block-query-pagination .wp-block-query-pagination-previous,
.wp-block-query.worldchefs-custom-loop .wp-block-query-pagination .wp-block-query-pagination-next {
    padding: 8px 12px;
    margin: 0 5px;
    color: var(--wp--preset--color--secondary);
    text-decoration: none;
    border: 1px solid var(--wp--preset--color--secondary);
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.wp-block-query.worldchefs-custom-loop .wp-block-query-pagination .wp-block-query-pagination-numbers {
    display: flex;
    align-items: center;
    gap: 5px;
}

.wp-block-query.worldchefs-custom-loop .wp-block-query-pagination .page-numbers,
.wp-block-query.worldchefs-custom-loop .wp-block-query-pagination .wp-block-query-pagination-next {
    padding: 8px 12px;
    margin: 0 5px;
    color: var(--wp--preset--color--secondary);
    text-decoration: none;
    border: 1px solid var(--wp--preset--color--secondary);
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.wp-block-query.worldchefs-custom-loop .wp-block-query-pagination .page-numbers.current {
    background-color: var(--wp--preset--color--secondary);
    color: #FFF;
    border-radius: 4px;
}

.wp-block-query.worldchefs-custom-loop .wp-block-query-pagination .page-numbers:hover,
.wp-block-query.worldchefs-custom-loop .wp-block-query-pagination .wp-block-query-pagination-next:hover,
.wp-block-query.worldchefs-custom-loop .wp-block-query-pagination .page-numbers:focus,
.wp-block-query.worldchefs-custom-loop .wp-block-query-pagination .wp-block-query-pagination-next:focus {
    background-color: var(--wp--preset--color--secondary);
    color: #FFF;
    border-radius: 4px;
}

.wp-block-query.worldchefs-custom-loop .wp-block-query-pagination .page-numbers:focus,
.wp-block-query.worldchefs-custom-loop .wp-block-query-pagination .wp-block-query-pagination-next:focus {
    outline: 2px solid var(--wp--preset--color--secondary);
    outline-offset: 2px;
}

/* ==========================================================================
   Main Content Adjustments
   ========================================================================== */
/* Removes default padding and margin from main content */
main,
.wp-block-group:has(.wc-cover) {
    padding-top: 0px !important;
    margin-block-start: 0px !important;
}

.wp-block-group:has(.wc-cover) {
    margin-bottom: 50px;
}

/* Global form styling */
.form-row {
    margin-bottom: 20px;
}

.label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    margin-top: 15px;
    font-size: 16px;
    color: #333;
}

.field {
    display: block;
}

.hidden {
    display: none !important;
}

.required {
    color: red;
}

/* Input and select styling */
.field input[type="text"],
.field input[type="email"],
.field input[type="file"],
.field select {
    width: 100%;
    padding: 12px 20px;
    border: 1px solid #ddd;
    border-radius: 25px;
    box-sizing: border-box;
    font-size: 16px;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.field input[type="text"]:focus,
.field input[type="email"]:focus,
.field select:focus {
    border-color: #0073aa;
    outline: none;
    box-shadow: 0 2px 5px rgba(0, 115, 170, 0.3);
}

.field select {
    appearance: none;
    background-image: url('data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNC41IDEiPjxkZWZzPjxzdHlsZT4uY2xzeWRtaW5hdGVkIHsgZmlsbDogIzQ0NDsgfTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5hcnJvd3M8L3RpdGxlPjxyZWN0IGNsYXNzPSJjbHMtMSIgeD0iMS4yNSIgeT0iMC41IiB3aWR0aD0iMi41IiBoZWlnaHQ9IjEiLz48L3N2Zz4=');
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 10px;
    cursor: pointer;
}

/* Radio and checkbox styling */
input[type="radio"],
input[type="checkbox"] {
    margin-right: 5px;
    vertical-align: middle;
}

input[type="checkbox"]+label,
input[type="radio"]+label {
    font-size: 14px;
    color: #444;
    vertical-align: middle;
}

/* Verification group styling */
.group-verify-correct-school-name-group p,
.group-verify-correct-association-name-group p,
.group-verify-correct-name-group p {
    margin-bottom: 10px;
    font-size: 85%;
    color: #666;
}

.group-verify-correct-school-name-negative input,
.group-verify-correct-association-name-negative input,
.group-verify-correct-name-negative input {
    width: 100%;
    padding: 12px 20px;
    border: 1px solid #ddd;
    border-radius: 25px;
    box-sizing: border-box;
    font-size: 16px;
    margin-top: 10px;
    transition: border-color 0.3s ease;
}

.group-verify-correct-school-name-negative input:focus,
.group-verify-correct-association-name-negative input:focus,
.group-verify-correct-name-negative input:focus {
    border-color: #0073aa;
    outline: none;
}

/* File input styling */
.field input[type="file"] {
    padding: 10px;
    border: none;
    box-shadow: none;
}

.field input[type="file"]::file-selector-button {
    padding: 10px 20px;
    border: 1px solid #ddd;
    border-radius: 25px;
    background-color: #fff;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.field input[type="file"]::file-selector-button:hover {
    background-color: #f5f5f5;
}

/* Responsive design */
@media (max-width: 600px) {

    .field input[type="text"],
    .field input[type="email"],
    .field input[type="file"],
    .field select {
        font-size: 14px;
        padding: 10px 15px;
    }
}

.wp-block-navigation__responsive-container :where(.wp-block-navigation-item a) {
    padding: 11px;
    transition: background-color 0.1s ease-in, color 0.1s ease-in;
    text-decoration: none;
}

.wp-block-navigation__responsive-container :where(.wp-block-navigation-item a):hover {
    background-color: #fff;
    color: var(--wp--preset--color--primary) !important;
}

.wp-block-navigation__responsive-container :where(.wp-block-navigation-item a):active,
.wp-block-navigation__responsive-container :where(.wp-block-navigation-item a):focus {
    text-decoration: none;
}