﻿.team-homepage-widget {
    background-color: #f3f3f3;
}

.team-homepage-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #0d1b3d;
    margin-bottom: 1.5rem;
}

.team-homepage-description {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #1c1c1c;
    margin-bottom: 2rem;
    max-width: 650px;
}

.team-homepage-btn {
    background-color: #ef1f26;
    color: #fff;
    border-radius: 8px;
    padding: 14px 26px;
    font-weight: 700;
    border: none;
    text-decoration: none;
}

    .team-homepage-btn:hover {
        background-color: #c9181f;
        color: #fff;
    }

.team-homepage-image-wrapper {
    background: #f8f8f8;
    padding: 2rem;
}

.team-homepage-image {
    max-height: 360px;
    object-fit: contain;
}

.team-feature-card {
    background: #fff;
    padding: 2rem;
    height: 100%;
}

.team-feature-icon {
    width: 44px;
    height: 44px;
    border: 1px solid #f5dede;
    color: #ef1f26;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

.team-feature-card h3 {
    font-size: 1.4rem;
    font-weight: 700;
    color: #0d1b3d;
    margin-bottom: 1rem;
}

.team-feature-card p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #1c1c1c;
}
