﻿
.antibiotic-style table tr td {
    padding: 4px !important;
    line-height: 1.5 !important;
}

.antibiotic-style .header-Backgound-table {
    background-color: #cc9cb2;
}

.antibiotic-style .no-bullets {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
}

.antibiotic-style .card-color-1 {
    background-color: #2d7a76;
}

.antibiotic-style .card-color-2 {
    background-color: #002f49;
}

.antibiotic-style .antibiotic {
    cursor: pointer;
    color: black;
}

    .antibiotic-style .antibiotic.muted {
        color: gray !important;
    }


@media print {
    .no-print {
        display: none !important;
    }
}

.gray-out {
    color: gray !important;
}


td.gray-out .antibiotic {
    color: #6c757d !important;
}




.tutorials-page {
    max-width: 900px;
    margin: 40px auto;
    padding: 20px;
    font-family: 'Cairo', Arial, sans-serif;
}

    .tutorials-page h1 {
        font-size: 2.5em;
        color: #6236ff;
        margin-bottom: 10px;
        text-align: center;
        font-weight: bold;
    }

    .tutorials-page .intro {
        text-align: center;
        color: #666;
        margin-bottom: 40px;
    }





.videos-vertical {
    max-width: 900px;
    margin: 50px auto;
    padding: 0 16px;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.video-card {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 2px 18px #ede9f6;
    padding: 30px 24px 24px 24px;
    text-align: center;
    transition: box-shadow 0.2s;
}

    .video-card:hover {
        box-shadow: 0 4px 28px #d4cbf7;
    }

    .video-card video {
        width: 100%;
        max-width: 800px;
        height: 400px;
        border-radius: 16px;
        background: #eae7f8;
        margin-bottom: 20px;
        box-shadow: 0 1px 10px #e0d8f7;
    }

    .video-card h2 {
        margin: 10px 0 8px 0;
        font-size: 1.45em;
        color: #6236ff;
        font-weight: bold;
    }

    .video-card p {
        color: #494949;
        font-size: 1.05em;
    }

@media (max-width: 900px) {
    .video-card video {
        height: 260px;
    }
}

@media (max-width: 600px) {
    .video-card {
        padding: 16px 6px 18px 6px;
    }

        .video-card video {
            height: 190px;
            max-width: 100%;
        }
}
