.ethwebs-hl-container {
    width: 100%;
    margin: 25px 0;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

/* Hide default theme meta */
.single-ethwebs_hotel .entry-meta,
.single-ethwebs_hotel .post-meta,
.single-ethwebs_hotel .byline,
.single-ethwebs_hotel .posted-on,
.single-ethwebs_hotel .entry-date,
.single-ethwebs_hotel .author {
    display: none !important;
}

/* Controls */
.ethwebs-hl-controls {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
    background: #f8fafc;
    padding: 14px;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
}
.ethwebs-hl-search-bar {
    display: flex;
    gap: 6px;
    align-items: center;
}
.ethwebs-hl-search-bar .ethwebs-hl-input {
    flex: 1;
    padding: 9px 12px;
    border: 1px solid #cbd5e1;
    border-radius: 4px;
    font-size: 14px;
}
.ethwebs-hl-btn-search {
    padding: 9px 16px;
    background: #0284c7;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
}
.ethwebs-hl-btn-search:hover {
    background: #0369a1;
}
.ethwebs-hl-btn-clear {
    padding: 9px 12px;
    background: #e2e8f0;
    color: #475569;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
}

.ethwebs-hl-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}
.ethwebs-hl-select {
    padding: 8px 12px;
    border: 1px solid #cbd5e1;
    border-radius: 4px;
    font-size: 14px;
    background: #fff;
    flex: 1 1 130px;
}
.ethwebs-hl-filter-btns {
    display: flex;
    gap: 6px;
}
.ethwebs-hl-btn-apply {
    padding: 8px 16px;
    background: #0f172a;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
}
.ethwebs-hl-btn-apply:hover {
    background: #1e293b;
}
.ethwebs-hl-btn-reset {
    padding: 8px 14px;
    background: #64748b;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 13px;
    white-space: nowrap;
}

/* Listings Cards */
.ethwebs-hl-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.ethwebs-hl-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 14px 18px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
    transition: box-shadow 0.2s ease;
}
.ethwebs-hl-card:hover {
    box-shadow: 0 4px 10px rgba(0,0,0,0.07);
}
.ethwebs-hl-card.ethwebs-featured {
    border-left: 4px solid #eab308;
    background: #fefce8;
}

.ethwebs-hl-row-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #e2e8f0;
}
.ethwebs-hl-main-info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}
.ethwebs-hl-title-link {
    text-decoration: none;
    color: inherit;
}
.ethwebs-hl-title-link:hover .ethwebs-hl-title {
    color: #0284c7;
}
.ethwebs-hl-title {
    font-size: 17px;
    font-weight: 700;
    color: #0f172a;
}
.ethwebs-hl-cat-badge {
    background: #e0f2fe;
    color: #0369a1;
    font-size: 12px;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 4px;
}
.ethwebs-hl-suitable-badge {
    background: #f3e8ff;
    color: #7e22ce;
    font-size: 12px;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 4px;
}
.ethwebs-hl-badge {
    background: #eab308;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    padding: 2px 7px;
    border-radius: 4px;
}
.ethwebs-hl-place-inline {
    color: #64748b;
    font-size: 13px;
    margin-left: 4px;
}

.ethwebs-hl-right-actions {
    display: flex;
    align-items: center;
    gap: 14px;
}
.ethwebs-hl-price-tag {
    font-weight: 700;
    font-size: 15px;
    color: #15803d;
}
.ethwebs-hl-btn-group {
    display: flex;
    gap: 6px;
}
.ethwebs-hl-btn {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
}
.ethwebs-hl-btn-wa {
    background: #25d366;
    color: #fff !important;
}
.ethwebs-hl-btn-call {
    background: #0284c7;
    color: #fff !important;
}
.ethwebs-hl-btn-tac {
    background: #ea580c;
    color: #fff !important;
}

.ethwebs-hl-row-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    padding-top: 10px;
}
.ethwebs-hl-gallery-strip {
    display: flex;
    gap: 8px;
}
.ethwebs-hl-thumb-wrap {
    position: relative;
    cursor: pointer;
}
.ethwebs-hl-thumb {
    width: 60px;
    height: 44px;
    object-fit: cover;
    border-radius: 4px;
    display: block;
    border: 1px solid #cbd5e1;
}
.ethwebs-hl-hover-preview {
    display: none;
    position: absolute;
    top: -140px;
    left: 20px;
    width: 200px;
    height: 135px;
    background-size: cover;
    background-position: center;
    border-radius: 6px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.25);
    z-index: 999;
    border: 2px solid #fff;
}
.ethwebs-hl-thumb-wrap:hover .ethwebs-hl-hover-preview {
    display: block;
}
.ethwebs-hl-amenities-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.ethwebs-hl-pill {
    background: #f1f5f9;
    color: #475569;
    font-size: 12px;
    padding: 3px 8px;
    border-radius: 12px;
}

/* Pagination */
.ethwebs-hl-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin-top: 25px;
}
.ethwebs-hl-page-btn {
    padding: 6px 12px;
    border: 1px solid #cbd5e1;
    background: #fff;
    color: #334155;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
}
.ethwebs-hl-page-btn.active {
    background: #0284c7;
    color: #fff;
    border-color: #0284c7;
}

/* Modal Windows (Gate & TAC Form) */
.ethwebs-hl-modal-overlay {
    display: none;
    position: fixed;
    z-index: 999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(15, 23, 42, 0.7);
    backdrop-filter: blur(2px);
}
.ethwebs-hl-modal-box {
    background: #fff;
    margin: 8% auto;
    padding: 24px;
    width: 90%;
    max-width: 420px;
    border-radius: 8px;
    position: relative;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}
.ethwebs-hl-modal-close-gate, .ethwebs-hl-modal-close-booking {
    position: absolute;
    top: 12px;
    right: 16px;
    font-size: 24px;
    cursor: pointer;
    color: #64748b;
}
.ethwebs-hl-form-row {
    margin-bottom: 12px;
}
.ethwebs-hl-form-input {
    width: 100%;
    padding: 9px 12px;
    border: 1px solid #cbd5e1;
    border-radius: 4px;
    font-size: 14px;
    box-sizing: border-box;
}
.ethwebs-hl-btn-submit {
    width: 100%;
    padding: 10px;
    background: #0284c7;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
}
.ethwebs-hl-btn-submit:hover {
    background: #0369a1;
}

/* Single Profile View */
.ethwebs-hl-single-profile {
    background: #fff;
    padding: 24px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    margin: 20px 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.ethwebs-hl-nav-bar {
    margin-bottom: 18px;
}
.ethwebs-hl-back-btn {
    display: inline-block;
    color: #0284c7;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
}
.ethwebs-hl-single-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
    font-size: 15px;
    margin-bottom: 15px;
}
.ethwebs-hl-single-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 20px 0;
}
.ethwebs-hl-single-img {
    width: 220px !important;
    height: 150px !important;
    cursor: pointer;
}
.ethwebs-hl-description {
    margin: 25px 0;
    line-height: 1.7;
    color: #334155;
    font-size: 15px;
    border-top: 1px solid #f1f5f9;
    padding-top: 18px;
}
.ethwebs-hl-single-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    padding: 20px 0;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
    margin-top: 25px;
}

/* Related */
.ethwebs-hl-related-section {
    margin-top: 30px;
}
.ethwebs-hl-related-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #0f172a;
}
.ethwebs-hl-related-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 15px;
}
.ethwebs-hl-related-card {
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    overflow: hidden;
    background: #f8fafc;
}
.ethwebs-hl-related-img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    display: block;
}
.ethwebs-hl-related-body {
    padding: 10px;
}

/* Lightbox Modal */
.ethwebs-hl-modal {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.85);
}
.ethwebs-hl-modal-content {
    margin: auto;
    display: block;
    max-width: 88%;
    max-height: 85%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 6px;
}
.ethwebs-hl-modal-close {
    position: absolute;
    top: 15px;
    right: 25px;
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    cursor: pointer;
}