﻿.ot-tabs .tab-content ul li, .ot-tabs .tab-content ol li {
    font-size: 15px;
    line-height: 1.6;
    transition: all 0.3s ease;
}

.workshops-section {
    margin-top: 30px;
}

    .section-title::after {
        content: "";
        width: 60px;
        height: 3px;
        display: block;
        margin-top: 8px;
    }

.workshop-list {
    list-style: none;
    padding-left: 0;
}

    .workshop-list li {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        padding: 8px 0;
        font-size: 15px;
        line-height: 1.6;
        transition: all 0.3s ease;
    }

        .workshop-list li:hover {
            transform: translateX(5px);
            color: #808080;
        }

.icon {
    color: #808080;
    font-size: 14px;
    margin-top: 4px;
}

.year {
    color: #777;
    font-size: 13px;
    margin-left: 5px;
    white-space: nowrap;
}
