.secutop-sessions {
    font-family: 'Rubik', Helvetica, Arial, 'DejaVu Sans', 'Liberation Sans', FreeSans, sans-serif;
    color: #1A1A1A;
    max-width: 100%;
    box-sizing: border-box;
}

.secutop-sessions *,
.secutop-sessions *::before,
.secutop-sessions *::after {
    box-sizing: border-box;
}

.secutop-sessions__header {
    margin: 0 0 24px;
}

.secutop-sessions__kicker {
    font-size: 13px;
    font-weight: 500;
    color: #1FABE3;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin: 0 0 8px;
    line-height: 1.3;
}

.secutop-sessions__title {
    font-size: 28px;
    font-weight: 600;
    color: #00487B;
    margin: 0 0 8px;
    line-height: 1.2;
}

.secutop-sessions__subtitle {
    font-size: 15px;
    color: #6B7280;
    margin: 0;
    line-height: 1.5;
}

.secutop-sessions__empty {
    background: #F7F9FB;
    border: 1px solid #E5E9EE;
    border-radius: 16px;
    padding: 24px;
    color: #6B7280;
    font-size: 15px;
    text-align: center;
    margin: 0;
}

.secutop-sessions__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 16px;
}

.secutop-card {
    background: #FFFFFF;
    border: 1px solid #E5E9EE;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: box-shadow 150ms ease-out, transform 150ms ease-out;
}

.secutop-card:hover {
    box-shadow: 0 4px 16px rgba(0, 72, 123, 0.08);
}

.secutop-card__banner {
    background: #00487B;
    padding: 12px 20px;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    align-items: center;
}

.secutop-card__tag {
    background: #1FABE3;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: 500;
    padding: 4px 10px;
    border-radius: 8px;
    letter-spacing: 0.3px;
    line-height: 1.4;
}

.secutop-card__format {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 400;
    opacity: 0.85;
}

.secutop-card__body {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.secutop-card__title {
    font-size: 17px;
    font-weight: 600;
    color: #00487B;
    margin: 0 0 14px;
    line-height: 1.3;
}

.secutop-card__info {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 8px;
}

.secutop-card__info svg {
    flex-shrink: 0;
    margin-top: 2px;
}

.secutop-card__info span {
    font-size: 14px;
    color: #1A1A1A;
    line-height: 1.5;
}

.secutop-card__places {
    background: #E6F4FB;
    border-radius: 8px;
    padding: 10px 12px;
    margin: 8px 0 16px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    align-self: flex-start;
}

.secutop-card__places span {
    font-size: 13px;
    font-weight: 500;
    color: #00487B;
    line-height: 1.3;
}

.secutop-card__cta {
    margin-top: auto;
    background: #1FABE3;
    color: #FFFFFF !important;
    font-size: 14px;
    font-weight: 500;
    padding: 12px 20px;
    border-radius: 12px;
    text-align: center;
    text-decoration: none;
    display: block;
    transition: background-color 150ms ease-out;
}

.secutop-card__cta:hover,
.secutop-card__cta:focus {
    background: #1a99cc;
    color: #FFFFFF !important;
    text-decoration: none;
}
