.elementor-452 .elementor-element.elementor-element-1b5bf7b{--display:flex;}/* Start custom CSS for html, class: .elementor-element-38c834c *//* Nairobi Legal Awards Style */
.nla-winners {
    max-width: 800px;
    margin: 0 auto;
    font-family: "Inter", sans-serif;
    padding: 20px;
    color: #000;
}

.nla-title {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    color: #C49839;
    margin-bottom: 20px;
}

.nla-section-title {
    font-size: 20px;
    font-weight: 700;
    margin-top: 30px;
    color: #000;
    border-left: 5px solid #C49839;
    padding-left: 10px;
}

.nla-category {
    margin-top: 20px;
    padding: 15px 20px;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    background: #fafafa;
}

.nla-subtitle {
    font-size: 18px;
    font-weight: 600;
    color: #C49839;
    margin-bottom: 12px;
}

.nla-award {
    margin-bottom: 25px;
}

.award-name {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #000;
}

.winner {
    background: #C49839;
    padding: 8px 12px;
    border-radius: 6px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
}

.winner span {
    font-weight: 700;
}

.rank-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.rank-list li {
    padding: 5px 0;
    border-bottom: 1px solid #e6e6e6;
    font-size: 15px;
}

.rank-list li:last-child {
    border-bottom: none;
}

/* Mobile */
@media (max-width: 600px) {
    .nla-title {
        font-size: 22px;
    }
    .nla-section-title {
        font-size: 18px;
    }
    .nla-subtitle {
        font-size: 16px;
    }
    .award-name {
        font-size: 15px;
    }
}/* End custom CSS */