.hvb-noticebox {
    margin: 2rem 0;
    padding: 1.25rem 1.5rem;
    border-radius: 12px;
    border-left: 4px solid var(--color1, #903315);
    background: #f9f6f4;
}

.hvb-noticebox__header {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.15rem;
    font-weight: 700;
    margin: 0 0 0.6rem;
    color: var(--color1, #903315);
}

.hvb-noticebox__icon {
    font-style: normal;
    font-size: 1.3rem;
    line-height: 1;
}

.hvb-noticebox__body p {
    margin: 0 0 0.6rem;
}

.hvb-noticebox__body p:last-child {
    margin-bottom: 0;
}

.hvb-noticebox__action {
    margin: 0.8rem 0 0;
}

.hvb-noticebox__link {
    display: inline-block;
    padding: 0.45rem 1rem;
    border-radius: 20px;
    background: var(--color1, #903315);
    color: #fff !important;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none !important;
    transition: background 0.2s;
}

.hvb-noticebox__link:hover {
    background: #7a2a10;
}

/* Varianten */
.hvb-noticebox--highlight {
    background: #fff8e1;
    border-left-color: #e65100;
}

.hvb-noticebox--highlight .hvb-noticebox__header {
    color: #e65100;
}

.hvb-noticebox--highlight .hvb-noticebox__link {
    background: #e65100;
}

.hvb-noticebox--highlight .hvb-noticebox__link:hover {
    background: #bf360c;
}

.hvb-noticebox--muted {
    background: #f4f4f4;
    border-left-color: #999;
}

.hvb-noticebox--muted .hvb-noticebox__header {
    color: #555;
}
