.room-type-card {
    border: 1px solid #e0e0e0;
    transition: box-shadow 0.2s ease-in-out;
}

.room-type-card:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12) !important;
}

.room-title a:hover {
    color: #0066cc !important;
}

.rate-plan-row {
    background-color: #fafafa;
}

.rate-plan-info-sum > .rate-plan-row:first-child {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.rate-plan-info-sum > .rate-plan-row:last-child {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.rate-plan-row:hover {
    background-color: #f0f8ff;
}

.capacity-display i {
    font-size: 1.1em;
}

.amenities i {
    font-size: 1.2em;
}

.meal-plan-icon {
    font-size: 0.9em;
}

.price-display .price {
    font-size: 1.1em;
}

.roomTypeSelect {
    font-weight: 500;
    font-size: 0.8em;
    text-align: center;
    width: 100% !important;
    padding-right: 20px !important; /* Add space for the arrow */
    background-position: calc(100% - 10px) center !important; /* Position arrow 15px from right edge */
    -webkit-appearance: none;
    -moz-appearance: none;
    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='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 16px;
}

.roomTypeSelect:hover {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-size: 16px !important;
    background-position: calc(100% - 10px) center !important;
}

.rooms-container {
    border-radius: 8px;
    overflow: hidden;
}

@media (max-width: 768px) {
    .rate-plan-row .row {
        text-align: left;
    }

    .price-display {
        text-align: left !important;
    }

    .capacity-display {
        margin-bottom: 10px;
    }
    .room-info {
        min-height: 100px !important;
    }
}

.room-info {
    overflow: hidden;
    transition: max-height 0.3s ease;
    min-height: 180px;
}

.room-info.collapsed {
    max-height: 0;
}

.see-more-btn {
    background: none;
    border: none;
    color: #0d6efd;
    font-weight: 500;
    cursor: pointer;
    margin-top: 5px;
    padding: 0;
}

.tooltip-inner {
    min-width: 250px;
    max-width: 33vw;
    background-color: #f8fafc;
    color: #1a202c;
    border-radius: 6px;
    font-size: 0.95em;
    border: 1px solid #007bff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.tooltip.bs-tooltip-top .tooltip-arrow,
.tooltip.bs-tooltip-bottom .tooltip-arrow,
.tooltip.bs-tooltip-left .tooltip-arrow,
.tooltip.bs-tooltip-right .tooltip-arrow {
    border-color: #007bff !important;
}
