.hx-cruises-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 30px;
    margin: 30px 0;
}

.hx-cruise-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #e5e5e5;
}

.hx-cruise-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}

.hx-cruise-content {
    padding: 20px;
}

.hx-cruise-title {
    margin: 0 0 10px 0;
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.3;
}

.hx-cruise-meta {
    display: flex;
    gap: 15px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #666;
    flex-wrap: wrap;
}

.hx-cruise-dates {
    font-size: 14px;
    color: #555;
    margin-bottom: 15px;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    background: #f8f9fa;
    padding: 8px 12px;
    border-radius: 6px;
}

.hx-cruise-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    border-top: 1px solid #eee;
    flex-wrap: wrap;
    gap: 10px;
}

.hx-cruise-price {
    font-size: 22px;
    font-weight: 700;
    color: #2c7be5;
}

.hx-cruise-price .hx-currency {
    font-size: 16px;
    font-weight: 400;
    margin-left: 2px;
}

.hx-price-label {
    font-size: 12px;
    font-weight: 400;
    color: #999;
    display: block;
}

.hx-cruise-button {
    display: inline-block;
    padding: 10px 25px;
    background: #2c7be5;
    color: #fff !important;
    border-radius: 6px;
    text-decoration: none !important;
    transition: background 0.3s ease;
    font-weight: 500;
}

.hx-cruise-button:hover {
    background: #1a5bb5;
    color: #fff !important;
}

/* Détail */
.hx-cruise-detail-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.hx-detail-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.hx-detail-table th,
.hx-detail-table td {
    padding: 12px 20px;
    text-align: left;
    border-bottom: 1px solid #e5e5e5;
}

.hx-detail-table th {
    background: #f8f9fa;
    font-weight: 600;
    width: 30%;
}

.hx-itinerary-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 15px 0;
}

.hx-itinerary-day {
    padding: 10px 15px;
    background: #f8f9fa;
    border-radius: 6px;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    align-items: baseline;
}

.hx-day-number {
    font-weight: 600;
    color: #2c7be5;
    min-width: 80px;
}

.hx-day-location {
    font-weight: 500;
}

.hx-day-heading {
    color: #555;
}

.hx-cabin-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
    margin: 20px 0;
}

.hx-cabin-card {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    border: 1px solid #e5e5e5;
}

.hx-cabin-card h4 {
    margin: 0 0 10px 0;
    font-size: 16px;
    color: #1a1a1a;
}

.hx-cabin-price {
    font-size: 20px;
    font-weight: 700;
    color: #2c7be5;
    margin: 10px 0 5px;
}

.hx-cabin-person {
    font-size: 12px;
    font-weight: 400;
    color: #999;
    display: block;
}

.hx-cabin-price-single {
    font-size: 14px;
    color: #666;
    margin: 5px 0;
}

.hx-cabin-occupancy {
    font-size: 13px;
    color: #888;
    margin: 8px 0 0;
}

/* Recherche */
.hx-search-form {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 12px;
    margin: 20px 0;
    border: 1px solid #e5e5e5;
}

.hx-search-fields {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px;
}

.hx-search-field label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 14px;
}

.hx-search-field select,
.hx-search-field input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #fff;
}

.hx-search-button {
    margin-top: 20px;
    padding: 12px 35px;
    background: #2c7be5;
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 600;
    transition: background 0.3s ease;
}

.hx-search-button:hover {
    background: #1a5bb5;
}

.hx-error {
    background: #fee;
    color: #c00;
    padding: 15px 20px;
    border-radius: 6px;
    border-left: 4px solid #c00;
    margin: 20px 0;
}

.hx-no-results {
    text-align: center;
    padding: 40px;
    color: #666;
    background: #f8f9fa;
    border-radius: 8px;
}

/* Responsive */
@media (max-width: 768px) {
    .hx-cruises-grid {
        grid-template-columns: 1fr;
    }
    
    .hx-search-fields {
        grid-template-columns: 1fr;
    }
    
    .hx-cabin-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 480px) {
    .hx-cabin-grid {
        grid-template-columns: 1fr;
    }
    
    .hx-cruise-footer {
        flex-direction: column;
        align-items: stretch;
    }
    
    .hx-cruise-button {
        text-align: center;
    }
}



/* Image placeholder pour la liste */
.hx-cruise-image {
    position: relative;
    height: 200px;
    overflow: hidden;
    background: #f0f2f5;
}

.hx-cruise-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hx-image-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
}

.hx-image-placeholder span:first-child {
    font-size: 60px;
    opacity: 0.8;
}

.hx-placeholder-text {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
    opacity: 0.9;
}