.kani-roast-section {
    font-family: 'Tajawal', 'Almarai', sans-serif;
    background-color: #fcfcfc;
    padding: 40px 20px;
    border-radius: 12px;
    border: 1px solid #eaeaea;
    max-width: 800px;
    margin: 30px auto;
    direction: rtl;
    text-align: center;
}

.kani-title {
    color: #2c1e16;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: bold;
}

.kani-desc {
    color: #555555;
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 30px;
}

.kani-highlight {
    color: #b5835a;
}

.kani-video-container {
    position: relative;
    padding-bottom: 56.25%; /* أبعاد متناسقة للفيديو 16:9 */
    height: 0;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.1);
}

.kani-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: none;
}