/* Frontend scaffold for hero-card block */

.hero-card {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    color: inherit;
    text-decoration: none;
}

.hero-card-image {
    display: block;
    width: 100%;
    height: auto;
}

.hero-card-title {
    margin-top: 12px;
}

.three-row-hero-block .hero-card-subtitle {
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.375rem;
    margin: 0;
}