.elementor-13 .elementor-element.elementor-element-adb6509{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-13 .elementor-element.elementor-element-1b48f57{padding:0px 0px 0px 0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-1b48f57 */.minkabu-header-container {
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    width: 100%;
    box-sizing: border-box;
}

.minkabu-header-container *, 
.minkabu-header-container *::before, 
.minkabu-header-container *::after {
    box-sizing: border-box;
}

.minkabu-top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff;
    padding: 15px 30px;
    border-bottom: 1px solid #e2e8f0;
}

.minkabu-logo-area {
    display: inline-block;
    position: relative;
}
.minkabu-logo-text {
    font-size: 32px;
    font-weight: 900;
    letter-spacing: -1px;
    color: #1a1a1a;
    display: block;
    line-height: 1;
}
.minkabu-logo-underline {
    width: 100%;
    height: 10px;
    background-color: #d93333;
    margin-top: 5px;
}

/* Top Menu */
.minkabu-top-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
}
.minkabu-top-menu li {
    display: flex;
    align-items: center;
}
.minkabu-top-menu li:not(:last-child)::after {
    content: "|";
    color: #cbd5e1;
    margin: 0 14px;
    font-size: 14px;
}
.minkabu-top-menu a {
    text-decoration: none;
    color: #334155;
    font-size: 16px;
    font-weight: bold;
    transition: color 0.2s;
}
.minkabu-top-menu a:hover {
    color: #d93333;
}

.minkabu-bottom-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #2b3643;
    padding: 0 30px;
}


.minkabu-bottom-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}
.minkabu-bottom-menu li {
    position: relative;
}
.minkabu-bottom-menu li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px 20px;
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    gap: 6px;
    border-bottom: 4px solid transparent;
    transition: all 0.2s;
}
.minkabu-bottom-menu li svg {
    width: 22px;
    height: 22px;
    fill: #ffffff;
}


.minkabu-bottom-menu li.active a {
    border-bottom-color: #d93333;
    background-color: rgba(255, 255, 255, 0.05);
}

.minkabu-bottom-menu li:hover a {
    background-color: rgba(255, 255, 255, 0.1);
}

.has-arrow a::after {
    content: "";
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
    border-top: 4px solid currentColor;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.minkabu-bottom-menu li.has-arrow a::after {
    margin-top: 4px;
    border-top-color: #ffffff;
}
.minkabu-bottom-menu li.has-arrow a span {
    display: inline-flex;
    align-items: center;
}


.minkabu-search-select select {
    width: 260px;
    padding: 10px 35px 10px 15px;
    font-size: 14px;
    color: #334155;
    background-color: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    cursor: pointer;
    appearance: none; /* ซ่อนหัวลูกศรเดิมของเบราว์เซอร์ */
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23334155'%3e%3cpath d='M7 10l5 5 5-5z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 20px;
    font-weight: bold;
}
.minkabu-search-select select:focus {
    outline: none;
    border-color: #d93333;
}

@media (max-width: 1024px) {
    .minkabu-top-menu, .minkabu-bottom-menu {
        overflow-x: auto;
        white-space: nowrap;
    }
    .minkabu-top-bar, .minkabu-bottom-bar {
        flex-direction: column;
        gap: 15px;
        padding: 15px;
        align-items: flex-start;
    }
    .minkabu-search-select {
        width: 100%;
    }
    .minkabu-search-select select {
        width: 100%;
    }
}/* End custom CSS */