.sort-by-tabs-exp {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    justify-content: space-between;
}

.sort-by-tab-exp {
    border: 1px solid #787878;
    padding: 12px 16px;
    border-radius: 1000px;
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
	font-weight: 700;
}

.sort-by-tab-exp a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.sort-by-dropdown-trigger {
    cursor: pointer;
    user-select: none;
}

.sort-by-label-exp {
    white-space: nowrap;
    font-size: 14px;
    font-weight: 500;
	font-weight: bold;
    color: var(--text-color);
}

.sort-by-dropdown-exp {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    background: var(--white);
    border: 1px solid #E6E6E6;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    padding: 16px;
    z-index: 1000;
    min-width: 220px;
}

.sort-by-dropdown-exp.open {
    display: block;
}

.sort-by-dropdown-options {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.sort-by-option-exp {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 4px;
    cursor: pointer;
    font-size: 15px;
    color: var(--text-color);
    border-bottom: 1px solid #F0F0F0;
    margin: 0;
}

.sort-by-option-exp:last-child {
    border-bottom: none;
}

.sort-by-option-exp:hover {
    background-color: #F8F8F8;
}

.sort-by-option-exp input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #CCCCCC;
    border-radius: 50%;
    margin: 0;
    cursor: pointer;
    position: relative;
    flex-shrink: 0;
    border-color: var(--border-color);
}

.sort-by-option-exp input[type="radio"]:checked {
    background-color: var(--brand-primary);
    border-color: var(--brand-primary);
}

.sort-by-option-exp input[type="radio"]:focus {
    outline: none;
}

.sort-by-option-exp input[type="radio"]:checked::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #ffffff;
}

.sort-by-option-exp span {
    font-size: 16px;
    line-height: 20px;
    color: var(--text-color);
    font-weight: 400;
}

.sort-by-apply-btn-exp {
    display: block;
    width: 100%;
    padding: 10px 16px;
    margin-top: 12px;
    background-color: var(--brand-primary);
    color: var(--white);
    border: none;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    text-align: center;
    line-height: 22px;
}

.sort-by-apply-btn-exp:hover {
    opacity: 0.9;
}

.sort-by-dropdown-header-exp {
    display: none;
}

.sort-by-overlay-exp {
    display: none;
}

.featured-card-wrapper-exp {
    padding: 16px;
    border: 1px solid #E6E6E6;
    border-radius: 8px;
    margin-bottom: 8px;
    position: relative;
}

.featured-card-wrapper-exp a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 99;
}

.featured-card-exp {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    align-items: stretch;
}

.featured-image-exp {
    min-width: 160px;
    max-width: 160px;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    overflow: hidden;
}

.featured-image-content-wrapper-exp {
    position: relative;
}

.featured-image-content-wrapper-exp {
    object-fit: cover;
    width: 160px;
    height: 120px;
}

.featured-boat-exp-wrapper {
    margin-bottom: 8px;
}

.featured-boat-content-wrapper-exp {
    background: #F5F5F5;
    padding: 8px;
}

.featured-boat-exp-wrapper {
    display: flex;
    align-items: center;
}

.featured-meet-the-captain-exp {
    position: absolute;
    background: linear-gradient(0deg, #2185C5 4.21%, rgba(33, 133, 197, 0) 100%);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
}

.meet-the-captain-content-exp {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    padding: 8px;
}

#single-post .the-post-article .meet-the-captain-content-exp h3 {
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 8px;
    color: #fff;
    margin: 0;
    max-width: 80px;
}

.featured-video-banner-exp {
    height: 24px;
}

.verification-badge-exp {
    height: 24px;
}

.anglers-choice-exp {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F5F5F5;

}

#single-post .the-post-article .anglers-choice-exp p {
    font-size: 12px;
    font-weight: 700;
    line-height: 24px;
    margin: 0;
    padding: 2px 6px;
}

#single-post .the-post-article .featured-capacity-exp p {
    font-size: 13px;
    line-height: 16px;
    margin: 0;
    padding: 0;
    color: var(--text-color);
}

#single-post .the-post-article .featured-title-exp h3 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    margin: 0 0 4px 0;
    padding: 0;
    color: var(--text-color);
}

.featured-rating-container-exp {
    display: flex;
    align-items: center;
    gap: 4px;
}

.featured-rating-container-exp .raty-star-container-exp svg {
    fill: #F0AD4E;
}

.featured-rating-text-exp .font-16 {
    font-size: 16px;
    color: var(--text-muted-color);
}

.featured-rating-text-exp .font-16.font-bold {
    font-weight: 700;
    color: var(--text-color);
}

.featured-rating-text-exp .font-14 {
    font-size: 14px;
    color: var(--text-muted-color);
}

.featured-rating-text-exp .margin-left-4.text-decoration-underline {
    margin-left: 4px;
    color: var(--text-color);
}

.raty-star-container-exp {
    height: 20px;
}

.featured-rating-exp {
    margin-bottom: 4px;
}

.featured-specs-exp ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#single-post .the-post-article .featured-specs-exp ul li {
    font-size: 14px;
    line-height: 20px;
    color: var(--text-color);
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 4px;
}

.featured-content-exp {
    width: 100%;
}

.featured-card-exp hr {
    margin: 0;
    width: 100%;
}

.featured-content-exp {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.instant-book-exp {
    color: var(--success);
    font-weight: 700;
}

.featured-right-bottom-exp {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#single-post .the-post-article .featured-right-bottom-exp-left p {
    margin: 0;
    padding: 0;
}

#single-post .the-post-article .featured-right-bottom-exp-left p.featured-right-bottom-label {
    color: var(--text-muted-color);
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 4px;
}

#single-post .the-post-article .featured-right-bottom-exp-left p.featured-right-bottom-price {
    font-size: 18px;
    line-height: 22px;
    color: var(--success);
    font-weight: 700;
}

.featured-card-cta-button-exp {
    background-color: var(--button-background);
    color: var(--white);
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
}

.map-view-wrapper {
    display: none;
}

#single-post .the-post-article .featured-image-content-wrapper-exp img {
	object-fit: cover;
}

@media (max-width: 768px) {
    #single-post .the-post-article .meet-the-captain-content-exp h3 {
        font-size: 12px!important;
        line-height: 14px!important;
    }
    #single-post .the-post-article .featured-title-exp h3 {
        font-size: 16px!important;
        line-height: 24px!important;
    }
}

@media(max-width: 576px) {
    .map-view-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 20px;
    }

    .map-view-wrapper a {
        font-size: 14px;
        line-height: 20px;
        color: var(--primary-default);
        text-decoration: none;
        font-weight: 700;
    }

    .map-view-wrapper a:hover {
        text-decoration: none;
    }

    .sort-by-tabs-exp {
        margin-bottom: 16px;
    }

    #single-post .the-post-article .the-post-content .map-view-wrapper p {
        margin: 0;
        padding: 0;
        font-size: 14px;
        line-height: 20px;
        color: var(--text-color);
        font-weight: 700;
    }

    .featured-card-cta-button-exp {
        display: none;
    }

    .sort-by-overlay-exp {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 9998;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease, visibility 0.3s ease;
    }

    .sort-by-overlay-exp.open {
        opacity: 1;
        visibility: visible;
    }

    .sort-by-dropdown-exp {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        top: auto;
        width: 100%;
        min-width: unset;
        border: none;
        border-radius: 16px 16px 0 0;
        box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
        z-index: 9999;
        padding: 0 20px 20px;
        transform: translateY(100%);
        visibility: hidden;
        transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1),
                    visibility 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .sort-by-dropdown-exp.open {
        transform: translateY(0);
        visibility: visible;
    }

    .sort-by-dropdown-exp.dragging {
        transition: none !important;
    }

    .sort-by-dropdown-header-exp {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        padding: 16px 0;
        border-bottom: 1px solid #E6E6E6;
        margin-bottom: 8px;
    }

    .sort-by-drag-handle-exp {
        position: absolute;
        top: 8px;
        left: 50%;
        transform: translateX(-50%);
        width: 40px;
        height: 4px;
        background: #CCCCCC;
        border-radius: 2px;
    }

    .sort-by-close-btn-exp {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        background: none;
        border: none;
        padding: 8px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .sort-by-dropdown-title-exp {
        font-size: 17px;
        font-weight: 700;
        color: var(--text-color);
    }

    .sort-by-option-exp {
        padding: 14px 4px;
        font-size: 16px;
    }

    .sort-by-option-exp span {
        font-size: 16px;
    }

    .sort-by-option-exp input[type="radio"] {
        width: 22px;
        height: 22px;
    }

    .sort-by-option-exp input[type="radio"]:checked::after {
        width: 6px;
        height: 6px;
    }

    .sort-by-apply-btn-exp {
        padding: 14px 16px;
        font-size: 16px;
        border-radius: 8px;
        margin-top: 16px;
    }

    .featured-boat-exp-wrapper span:first-child {
        max-width: 80px;
    }

    .featured-card-wrapper-exp {
        padding: 12px;
    }
}
