.pomodoro-feature-icon {
    width: 3rem;
    height: 3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    background-color: var(--bs-primary);
    color: var(--pom-primary-contrast);
}

.pomodoro-hero-image {
    width: 100%;
    max-height: 420px;
    object-fit: cover;
}

.pomodoro-trailer-frame {
    min-height: 320px;
}

.pomodoro-news-image {
    width: 100%;
    height: 300px;
    max-height: 300px;
    object-fit: cover;
}

.pomodoro-testimonial {
    background-color: var(--bs-tertiary-bg);
    color: var(--bs-body-color);
}

.pomodoro-testimonial-avatar {
    width: 48px;
    height: 48px;
    max-width: 48px;
    max-height: 48px;
    object-fit: cover;
}

.pomodoro-hero-server-status {
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.875rem;
}
