#talks-page .talks-page-box {
    width: 100%;
}

.talk-list {
    width: 100%;
}

.talk-list-item {
    margin-bottom: 1.25rem;
}

.talk-list-item:last-child {
    margin-bottom: 0;
}

#talk_card {
    width: 100%;
}

.talk-meta {
    display: grid;
    gap: 0.55rem;
}

.talk-meta-row {
    display: grid;
    grid-template-columns: 6rem 1fr;
    gap: 0.9rem;
    align-items: start;
}

.talk-meta-label {
    font-weight: 600;
    color: #1e2a38;
}

.talk-meta-value {
    color: #3e3e3e;
}

.talk-description p:last-child {
    margin-bottom: 0;
}

@media (max-width: 575.98px) {
    .talk-meta-row {
        grid-template-columns: 1fr;
        gap: 0.2rem;
    }
}
