/* Treat Details Page Styles */

.room-details .detail-item h4 {
    color: rgb(55, 65, 81);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}

.room-details .detail-item p {
    color: rgb(107, 114, 128);
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
    padding: 8px 12px;
    background-color: rgb(249, 250, 251);
    border-radius: 6px;
    border-left: 3px solid rgb(59, 130, 246);
}

.room-features h3 {
    color: rgb(55, 65, 81);
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
}

.room-benefit-list li {
    background-color: rgb(240, 249, 255);
    padding: 8px 16px;
    border-radius: 20px;
    border: 1px solid rgb(224, 242, 254);
    color: rgb(3, 105, 161);
    font-weight: 500;
}

/* Utility Classes */
.text-green-600 {
    color: rgb(5, 150, 105);
}

.text-gray-800 {
    color: rgb(31, 41, 55);
}

.text-gray-600 {
    color: rgb(75, 85, 99);
}

.font-weight-600 {
    font-weight: 600;
}

/* Margin utilities */
.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mr-20 {
    margin-right: 20px;
}

/* Font size utilities */
.fs-18 {
    font-size: 18px;
}

/* Video area styles */
.treatdetails-video-area {
    background-color: rgb(255, 255, 255);
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.treatdetails-video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    overflow: hidden;
    border-radius: 8px;
}

.treatdetails-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.plyr__video-embed {
    width: 100%;
    height: 100%;
}
