@charset "UTF-8";

#focus-topics-body {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    margin-top: 2em;
}

.focus-topics-items-centered {
    margin: auto;
    width: 230px;
}

.focus-topics-item {
    border-right: 1px solid var(--border-gray);
    margin-bottom: 2em;
}

#focus-topics-body div:nth-child(4n) {
    border-right: none;
}

#focus-topics-body div:last-child {
    border-right: none;
}

.focus-topic-category-title {
    color: var(--font-orange);
    font-style: italic;
}

h4.focus-topic-title {
    /* max-width: 216px; */
    white-space: normal;
    font-size: 18px;
    font-weight: 400;
    color: var(--font-default-color);
    margin-top: 0.5em;
}

.focus-topic-thumb img {
    width: 230px;
}

