/*HOSTPN Recipe templates*/
.hostpn-recipe-wrapper{
    padding:50px;
    max-width:1200px;
    margin:auto;
}
#hostpn-popup-player{
    width:800px;
}
.hostpn-carousel{
    max-width:500px;
    margin:auto;
}
.hostpn-bordered{
    border:4px solid;
}
.hostpn-icon-new{
    font-size:225px!important;
    padding:50px 0;
}

/* HOSTPN Accommodation Templates - Minimalist Black & White Design */
/* These styles ONLY apply to accommodation pages */

/* Container - Only within accommodation wrappers */
.hostpn-accommodation-archive-wrapper .hostpn-container,
.hostpn-accommodation-single-wrapper .hostpn-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Archive Template */
.hostpn-accommodation-archive-wrapper {
    padding: 80px 0;
    background-color: #ffffff;
}

.hostpn-accommodation-archive-wrapper .hostpn-archive-header {
    text-align: center;
    margin-bottom: 50px;
    width: 100%;
    display: block;
}

.hostpn-accommodation-archive-wrapper .hostpn-archive-title {
    font-size: 2.5rem;
    color: #000000;
    margin: 0 auto 30px auto;
    font-weight: 700;
    padding-bottom: 20px;
    width: 100%;
    text-align: center;
}

.hostpn-accommodation-archive-wrapper .hostpn-archive-description {
    font-size: 1.1rem;
    color: #000000;
    max-width: 600px;
    margin: 0 auto;
    font-weight: 400;
}

.hostpn-accommodation-archive-wrapper .hostpn-accommodation-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 30px;
    margin: 40px 0 50px 0;
}

.hostpn-accommodation-archive-wrapper .hostpn-accommodation-card {
    background: #ffffff;
    border-radius: 0;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hostpn-accommodation-archive-wrapper .hostpn-accommodation-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 0 rgba(0, 0, 0, 1);
}

.hostpn-accommodation-archive-wrapper .hostpn-accommodation-image {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.hostpn-accommodation-archive-wrapper .hostpn-accommodation-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.hostpn-accommodation-archive-wrapper .hostpn-accommodation-card:hover .hostpn-accommodation-image img {
    transform: scale(1.05);
}

.hostpn-accommodation-archive-wrapper .hostpn-accommodation-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    background: #000000;
    color: #ffffff;
}

.hostpn-accommodation-archive-wrapper .hostpn-accommodation-placeholder i {
    font-size: 3rem;
}

.hostpn-accommodation-archive-wrapper .hostpn-accommodation-content {
    padding: 25px;
    background: #ffffff;
}

.hostpn-accommodation-archive-wrapper .hostpn-accommodation-title {
    font-size: 1.4rem;
    margin-bottom: 15px;
    line-height: 1.3;
    font-weight: 700;
}

.hostpn-accommodation-archive-wrapper .hostpn-accommodation-title a {
    color: #000000;
    text-decoration: none;
    transition: color 0.3s ease;
    font-weight: 700;
}

.hostpn-accommodation-archive-wrapper .hostpn-accommodation-title a:hover {
    color: #000000;
    text-decoration: underline;
}

.hostpn-accommodation-archive-wrapper .hostpn-accommodation-code,
.hostpn-accommodation-archive-wrapper .hostpn-accommodation-type {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 0.9rem;
}

.hostpn-accommodation-archive-wrapper .hostpn-label {
    font-weight: 700;
    color: #000000;
    margin-right: 8px;
}

.hostpn-accommodation-archive-wrapper .hostpn-value {
    color: #000000;
    background: #ffffff;
    padding: 2px 8px;
    border-radius: 0;
    font-weight: 400;
}

.hostpn-accommodation-archive-wrapper .hostpn-accommodation-location {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    padding: 10px;
    background: #ffffff;
    border-radius: 0;
}

.hostpn-accommodation-archive-wrapper .hostpn-icon-small,
.hostpn-accommodation-single-wrapper .hostpn-icon-small {
    font-size: 16px;
    color: #000000;
    margin-right: 8px;
    margin-top: 2px;
}

.hostpn-accommodation-archive-wrapper .hostpn-location-text {
    font-size: 0.9rem;
    color: #000000;
    line-height: 1.4;
    font-weight: 400;
}

.hostpn-accommodation-archive-wrapper .hostpn-accommodation-excerpt {
    margin-bottom: 20px;
    color: #000000;
    line-height: 1.6;
    font-weight: 400;
}

.hostpn-accommodation-archive-wrapper .hostpn-accommodation-features-preview {
    margin-bottom: 20px;
}

.hostpn-accommodation-archive-wrapper .hostpn-feature-group {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 8px;
    padding: 6px 12px;
    background: #ffffff;
    border-radius: 0;
    font-size: 0.8rem;
}

.hostpn-accommodation-archive-wrapper .hostpn-feature-group-kitchen,
.hostpn-accommodation-archive-wrapper .hostpn-feature-group-room,
.hostpn-accommodation-archive-wrapper .hostpn-feature-group-bathroom {
    background: #ffffff;
}

.hostpn-accommodation-archive-wrapper .hostpn-feature-group-label {
    color: #000000;
    font-weight: 700;
}

.hostpn-accommodation-archive-wrapper .hostpn-feature-count {
    color: #000000;
    margin-left: 5px;
    font-weight: 400;
}

.hostpn-accommodation-archive-wrapper .hostpn-accommodation-actions {
    text-align: center;
}

/* Pagination */
.hostpn-accommodation-archive-wrapper .hostpn-pagination {
    text-align: center;
    margin-top: 40px;
}

.hostpn-accommodation-archive-wrapper .hostpn-pagination-links {
    display: inline-flex;
    gap: 10px;
}

.hostpn-accommodation-archive-wrapper .hostpn-pagination-links a,
.hostpn-accommodation-archive-wrapper .hostpn-pagination-links span {
    padding: 10px 15px;
    border-radius: 0;
    text-decoration: none;
    color: #000000;
    transition: all 0.3s ease;
    background: #ffffff;
    font-weight: 400;
}

.hostpn-accommodation-archive-wrapper .hostpn-pagination-links a:hover {
    background: #000000;
    color: #ffffff;
}

.hostpn-accommodation-archive-wrapper .hostpn-pagination-links .current {
    background: #000000;
    color: #ffffff;
    font-weight: 700;
}

/* No accommodations */
.hostpn-accommodation-archive-wrapper .hostpn-no-accommodations {
    text-align: center;
    padding: 60px 20px;
}

.hostpn-accommodation-archive-wrapper .hostpn-no-accommodations-content i {
    font-size: 4rem;
    color: #000000;
    margin-bottom: 20px;
}

.hostpn-accommodation-archive-wrapper .hostpn-no-accommodations h3 {
    color: #000000;
    margin-bottom: 15px;
    font-weight: 700;
}

.hostpn-accommodation-archive-wrapper .hostpn-no-accommodations p {
    color: #000000;
    max-width: 400px;
    margin: 0 auto;
    font-weight: 400;
}

/* Single Template */
.hostpn-accommodation-single-wrapper {
    padding: 40px 0;
    background-color: #ffffff;
}

.hostpn-accommodation-single-wrapper .hostpn-accommodation-single {
    background: #ffffff;
    border-radius: 0;
    overflow: hidden;
}

.hostpn-accommodation-single-wrapper .hostpn-accommodation-header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    padding: 40px;
    background: #ffffff;
    color: #000000;
}

.hostpn-accommodation-single-wrapper .hostpn-accommodation-header-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hostpn-accommodation-single-wrapper .hostpn-accommodation-title {
    font-size: 2.5rem;
    margin-bottom: 20px;
    line-height: 1.2;
    color: #000000;
    font-weight: 700;
}

.hostpn-accommodation-single-wrapper .hostpn-accommodation-meta {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
    flex-wrap: wrap;
}

.hostpn-accommodation-single-wrapper .hostpn-meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #ffffff;
    padding: 8px 12px;
    border-radius: 0;
}

.hostpn-meta-item .hostpn-label,
.hostpn-meta-item .hostpn-value {
    color: #000000;
    font-weight: 400;
}

.hostpn-meta-item .hostpn-icon-small {
    color: #000000;
}

.hostpn-accommodation-single-wrapper .hostpn-accommodation-location {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.hostpn-accommodation-single-wrapper .hostpn-icon-medium {
    font-size: 24px;
    margin-top: 5px;
    color: #000000;
}

.hostpn-accommodation-single-wrapper .hostpn-location-details {
    flex: 1;
}

.hostpn-accommodation-single-wrapper .hostpn-address,
.hostpn-accommodation-single-wrapper .hostpn-address-alt {
    margin-bottom: 5px;
    font-weight: 400;
    color: #000000;
}

.hostpn-accommodation-single-wrapper .hostpn-city-country {
    font-size: 0.95rem;
    color: #000000;
    font-weight: 400;
}

.hostpn-accommodation-single-wrapper .hostpn-accommodation-hero-image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hostpn-accommodation-single-wrapper .hostpn-accommodation-hero-image img {
    max-width: 100%;
    height: auto;
    border-radius: 0;
}

.hostpn-accommodation-single-wrapper .hostpn-accommodation-main {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
    padding: 40px;
    background: #ffffff;
}

.hostpn-accommodation-single-wrapper .hostpn-accommodation-content h2 {
    font-size: 1.8rem;
    color: #000000;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-weight: 700;
}

.hostpn-accommodation-single-wrapper .hostpn-accommodation-description {
    margin-bottom: 40px;
}

.hostpn-accommodation-single-wrapper .hostpn-accommodation-rules-conditions,
.hostpn-accommodation-single-wrapper .hostpn-accommodation-services {
    margin-bottom: 40px;
}

.hostpn-accommodation-single-wrapper .hostpn-accommodation-rules-conditions h3,
.hostpn-accommodation-single-wrapper .hostpn-accommodation-services h3 {
    font-size: 1.4rem;
    color: #000000;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
}

.hostpn-accommodation-single-wrapper .hostpn-accommodation-rules-conditions h3 .hostpn-icon-small,
.hostpn-accommodation-single-wrapper .hostpn-accommodation-services h3 .hostpn-icon-small {
    color: #000000;
}

.hostpn-accommodation-single-wrapper .hostpn-rules-content,
.hostpn-accommodation-single-wrapper .hostpn-checkin-content,
.hostpn-accommodation-single-wrapper .hostpn-checkout-content,
.hostpn-accommodation-single-wrapper .hostpn-parking-content,
.hostpn-accommodation-single-wrapper .hostpn-internet-content {
    background: #ffffff;
    padding: 20px;
    border-radius: 0;
    line-height: 1.6;
    color: #000000;
    font-weight: 400;
}

.hostpn-accommodation-single-wrapper .hostpn-accommodation-sidebar {
    background: #ffffff;
    padding: 30px;
    border-radius: 0;
    height: fit-content;
    position: sticky;
    top: 20px;
}

.hostpn-accommodation-single-wrapper .hostpn-accommodation-features h3 {
    font-size: 1.5rem;
    color: #000000;
    margin-bottom: 25px;
    text-align: center;
    padding-bottom: 15px;
    font-weight: 700;
}

.hostpn-accommodation-single-wrapper .hostpn-feature-category {
    margin-bottom: 25px;
}

.hostpn-accommodation-single-wrapper .hostpn-toggle-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.hostpn-accommodation-single-wrapper .hostpn-toggle-header:hover {
    background-color: #f5f5f5;
    border-radius: 0;
    padding-left: 10px;
    padding-right: 10px;
}

.hostpn-accommodation-single-wrapper .hostpn-toggle-header:hover h4,
.hostpn-accommodation-single-wrapper .hostpn-toggle-header:hover .hostpn-icon-small,
.hostpn-accommodation-single-wrapper .hostpn-toggle-header:hover .hostpn-toggle-icon {
    color: #000000;
}

.hostpn-accommodation-single-wrapper .hostpn-toggle-header h4 {
    font-size: 1.1rem;
    color: #000000;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: color 0.3s ease;
    font-weight: 700;
}

.hostpn-accommodation-single-wrapper .hostpn-toggle-header:hover h4 {
    color: #000000;
}

.hostpn-accommodation-single-wrapper .hostpn-toggle-header.hostpn-expanded h4 {
    color: #000000;
}

.hostpn-accommodation-single-wrapper .hostpn-toggle-header.hostpn-expanded {
    background-color: #ffffff;
}

.hostpn-accommodation-single-wrapper .hostpn-toggle-header.hostpn-expanded:hover {
    background-color: #f5f5f5;
}

.hostpn-accommodation-single-wrapper .hostpn-toggle-header.hostpn-expanded:hover h4 {
    color: #000000;
}

.hostpn-accommodation-single-wrapper .hostpn-toggle-icon {
    font-size: 20px;
    color: #000000;
    transition: transform 0.3s ease;
}

.hostpn-accommodation-single-wrapper .hostpn-toggle-icon.hostpn-rotated {
    transform: rotate(180deg);
}

.hostpn-accommodation-single-wrapper .hostpn-toggle-content {
    padding: 15px 0;
    overflow: hidden;
}

.hostpn-accommodation-single-wrapper .hostpn-feature-category h4 {
    font-size: 1.1rem;
    color: #000000;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: color 0.3s ease;
    font-weight: 700;
}

.hostpn-accommodation-single-wrapper .hostpn-feature-category h4:hover {
    color: #000000;
    text-decoration: underline;
}

.hostpn-accommodation-single-wrapper .hostpn-feature-category h4.hostpn-expanded {
    color: #000000;
}

.hostpn-accommodation-single-wrapper .hostpn-feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hostpn-accommodation-single-wrapper .hostpn-feature-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 0;
    font-size: 0.9rem;
    color: #000000;
    font-weight: 400;
}

.hostpn-accommodation-single-wrapper .hostpn-icon-check {
    font-size: 16px;
    color: #000000;
}

/* Styles for custom features - same format as standard features */
/* Custom features use the same styling as standard features, no additional styles needed */

.hostpn-accommodation-single-wrapper .hostpn-accommodation-navigation {
    padding: 30px 40px;
    background: #ffffff;
}

.hostpn-accommodation-single-wrapper .hostpn-nav-links {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.hostpn-accommodation-single-wrapper .hostpn-nav-previous,
.hostpn-accommodation-single-wrapper .hostpn-nav-next {
    flex: 1;
}

.hostpn-accommodation-single-wrapper .hostpn-nav-previous a,
.hostpn-accommodation-single-wrapper .hostpn-nav-next a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 20px;
    background: #ffffff;
    color: #000000;
    text-decoration: none;
    border-radius: 0;
    transition: all 0.3s ease;
    font-weight: 400;
}

.hostpn-accommodation-single-wrapper .hostpn-nav-previous a:hover,
.hostpn-accommodation-single-wrapper .hostpn-nav-next a:hover {
    background: #000000;
    color: #ffffff;
}

.hostpn-accommodation-single-wrapper .hostpn-nav-previous a .material-icons-outlined,
.hostpn-accommodation-single-wrapper .hostpn-nav-next a .material-icons-outlined {
    color: inherit;
}

.hostpn-accommodation-single-wrapper .hostpn-nav-next a {
    justify-content: flex-end;
}

.hostpn-accommodation-single-wrapper .hostpn-back-to-archive {
    text-align: center;
}

/* Buttons - Only within accommodation pages */
.hostpn-accommodation-archive-wrapper .hostpn-btn,
.hostpn-accommodation-single-wrapper .hostpn-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background: #ffffff;
    color: #000000;
    text-decoration: none;
    border-radius: 0;
    transition: all 0.3s ease;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
}

.hostpn-accommodation-archive-wrapper .hostpn-btn:hover,
.hostpn-accommodation-single-wrapper .hostpn-btn:hover {
    background: #000000;
    color: #ffffff;
}

.hostpn-accommodation-archive-wrapper .hostpn-btn-primary,
.hostpn-accommodation-single-wrapper .hostpn-btn-primary {
    background: #000000;
    color: #ffffff;
}

.hostpn-accommodation-archive-wrapper .hostpn-btn-primary:hover,
.hostpn-accommodation-single-wrapper .hostpn-btn-primary:hover {
    background: #ffffff;
    color: #000000;
}

.hostpn-accommodation-archive-wrapper .hostpn-btn-secondary,
.hostpn-accommodation-single-wrapper .hostpn-btn-secondary {
    background: #ffffff;
    color: #000000;
}

.hostpn-accommodation-archive-wrapper .hostpn-btn-secondary:hover,
.hostpn-accommodation-single-wrapper .hostpn-btn-secondary:hover {
    background: #000000;
    color: #ffffff;
}

.hostpn-accommodation-archive-wrapper .hostpn-btn .material-icons-outlined,
.hostpn-accommodation-single-wrapper .hostpn-btn .material-icons-outlined {
    color: inherit;
    font-size: 20px;
}

/* Language Switcher - Only within accommodation pages */
.hostpn-accommodation-archive-wrapper .hostpn-language-switcher,
.hostpn-accommodation-single-wrapper .hostpn-language-switcher {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
    padding: 15px;
}

.hostpn-accommodation-archive-wrapper .hostpn-language-label,
.hostpn-accommodation-single-wrapper .hostpn-language-label {
    font-weight: 700;
    color: #000000;
    margin-right: 10px;
}

.hostpn-accommodation-archive-wrapper .hostpn-lang-link,
.hostpn-accommodation-single-wrapper .hostpn-lang-link {
    padding: 6px 12px;
    background: #ffffff;
    color: #000000;
    text-decoration: none;
    border-radius: 0;
    transition: all 0.3s ease;
    font-weight: 400;
    font-size: 0.9rem;
}

.hostpn-accommodation-archive-wrapper .hostpn-lang-link:hover,
.hostpn-accommodation-single-wrapper .hostpn-lang-link:hover {
    background: #000000;
    color: #ffffff;
}

.hostpn-accommodation-archive-wrapper .hostpn-lang-link.hostpn-lang-active,
.hostpn-accommodation-single-wrapper .hostpn-lang-link.hostpn-lang-active {
    background: #000000;
    color: #ffffff;
    font-weight: 700;
}

/* JavaScript Enhanced Features */
.hostpn-feature-count-badge {
    background: #000000;
    color: #ffffff;
    font-size: 0.7rem;
    padding: 2px 6px;
    border-radius: 0;
    margin-left: 8px;
    font-weight: 700;
}

.hostpn-animate {
    animation: hostpn-pulse 0.6s ease-in-out;
}

@keyframes hostpn-pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

/* Search and Filter Styles */
.hostpn-accommodation-search-container {
    margin-bottom: 30px;
    text-align: center;
}

.hostpn-accommodation-archive-wrapper .hostpn-accommodation-search-wrapper {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    background: #ffffff;
    padding: 15px 25px;
    border-radius: 0;
}

.hostpn-accommodation-archive-wrapper .hostpn-accommodation-search-input {
    border: none;
    outline: none;
    font-size: 1rem;
    padding: 8px 15px;
    border-radius: 0;
    background: #ffffff;
    transition: all 0.3s ease;
    min-width: 250px;
    color: #000000;
}

.hostpn-accommodation-archive-wrapper .hostpn-accommodation-search-input:focus {
    background: #ffffff;
    box-shadow: none;
}

.hostpn-accommodation-archive-wrapper .hostpn-accommodation-search-toggle {
    color: #000000;
    transition: all 0.3s ease;
}

.hostpn-accommodation-archive-wrapper .hostpn-accommodation-search-toggle:hover {
    color: #000000;
    transform: scale(1.1);
}

.hostpn-accommodation-archive-wrapper .hostpn-accommodation-filters {
    margin-bottom: 30px;
    padding: 20px;
    background: #ffffff;
    border-radius: 0;
}

.hostpn-filter-group {
    margin-bottom: 20px;
}

.hostpn-filter-group:last-child {
    margin-bottom: 0;
}

.hostpn-filter-group h4 {
    font-size: 1rem;
    color: #000000;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
}

.hostpn-filter-options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.hostpn-filter-option {
    display: flex;
    align-items: center;
    gap: 6px;
}

.hostpn-filter-option input[type="checkbox"] {
    width: 16px;
    height: 16px;
    accent-color: #000000;
}

.hostpn-filter-option label {
    font-size: 0.9rem;
    color: #000000;
    cursor: pointer;
    font-weight: 400;
}

/* No Search Results */
.hostpn-accommodation-archive-wrapper .hostpn-no-search-results {
    text-align: center;
    padding: 40px 20px;
    background: #ffffff;
    border-radius: 0;
    margin-top: 20px;
    color: #000000;
}

.hostpn-clear-search {
    margin-top: 15px;
}

/* Loading States */
.hostpn-loading {
    opacity: 0.6;
    pointer-events: none;
}

.hostpn-loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    border: 2px solid #f3f3f3;
    border-top: 2px solid #667eea;
    border-radius: 50%;
    animation: hostpn-spin 1s linear infinite;
}

@keyframes hostpn-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Responsive Design */
@media (max-width: 768px) {
    .hostpn-accommodation-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .hostpn-accommodation-header {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 30px 20px;
    }
    
    .hostpn-accommodation-main {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 30px 20px;
    }
    
    .hostpn-accommodation-sidebar {
        position: static;
    }
    
    .hostpn-nav-links {
        flex-direction: column;
        gap: 15px;
    }
    
    .hostpn-archive-title {
        font-size: 2rem;
    }
    
    .hostpn-accommodation-title {
        font-size: 2rem;
    }
    
    .hostpn-accommodation-search-wrapper {
        flex-direction: column;
        gap: 10px;
        padding: 20px;
    }
    
    .hostpn-accommodation-search-input {
        min-width: 200px;
    }
    
    /* Mobile toggle behavior */
    .hostpn-toggle-header {
        padding: 20px 15px;
        background-color: #f8f9fa;
        border-radius: 8px;
        margin-bottom: 10px;
    }
    
    .hostpn-toggle-content {
        display: block !important;
        padding: 15px;
        background-color: #ffffff;
        border-radius: 8px;
        margin-left: 15px;
        margin-right: 15px;
        box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    }
    
    .hostpn-toggle-icon {
        font-size: 24px;
    }
    
    .hostpn-feature-category h4 {
        cursor: pointer;
    }
    
    .hostpn-feature-list {
        display: none;
    }
    
    .hostpn-feature-category h4.hostpn-expanded + .hostpn-feature-list {
        display: block;
    }
}

@media (max-width: 480px) {
    .hostpn-container {
        padding: 0 15px;
    }
    
    .hostpn-accommodation-header,
    .hostpn-accommodation-main,
    .hostpn-accommodation-navigation {
        padding: 20px 15px;
    }
    
    .hostpn-accommodation-content {
        padding: 20px;
    }
    
    .hostpn-accommodation-meta {
        flex-direction: column;
        gap: 10px;
    }
    
    .hostpn-accommodation-search-input {
        min-width: 150px;
    }
}