.help-topic-card {
    background: #f0f1f3;
    border: 1px solid #d6d9de;
    border-radius: 6px;
    padding: 14px;
}

.help-topic-card__title h5 {
    margin: 0 0 12px;
    color: #242529;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.12;
}

.help-topic-card__body {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

.help-topic-card__content {
    min-width: 0;
    flex: 1 1 auto;
    margin: 0;
    color: #242529;
    font-size: 15px;
    line-height: 1.28;
}

.help-topic-card__content a {
    color: #0a5d99;
    text-decoration: none;
}

.help-topic-card__content a:hover,
.help-topic-card__content a:focus {
    text-decoration: underline;
}

.help-topic-card__icon {
    width: 75px;
    height: 75px;
    object-fit: contain;
    flex: 0 0 auto;
}
