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

.research-topic-list {
    width: 100%;
}

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

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

.research-topic-layout {
    display: grid;
    grid-template-columns: clamp(14rem, 30vw, 20rem) minmax(0, 1fr);
    align-items: flex-start;
    gap: 1.5rem;
    width: 100%;
}

.research-topic-media {
    width: 100%;
    min-width: 0;
}

.research-topic-thumb {
    width: 100%;
    overflow: hidden;
    background-color: #edf0f2;
    border-radius: 0.25rem;
    border: 1px solid #d9dee3;
}

.research-topic-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

.research-topic-copy {
    min-width: 0;
    flex: 1 1 auto;
}

.research-topic-title {
    margin-bottom: 0.45rem;
    font-size: 1.25rem;
    font-weight: 500;
    color: #1e2a38;
    line-height: 1.2;
}

.research-topic-description {
    color: #3e3e3e;
    line-height: 1.45;
    font-size: 0.88rem;
}

.research-topic-description p {
    margin-bottom: 0.3rem;
}

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

@media (max-width: 767.98px) {
    .research-topic-layout {
        grid-template-columns: minmax(0, 1fr);
        gap: 0.85rem;
    }

    .research-topic-media {
        width: min(100%, 32rem);
    }
}
