.bewerb-hinweise {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    margin-top: 0.85rem;
}

.bewerb-hinweis {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    padding: 0.75rem 0.9rem;
    border-radius: 8px;
    font-size: 0.9rem;
    line-height: 1.55;
}

.bewerb-hinweis--hinweis {
    background: #fef9c3;
    border: 1px solid #fde047;
    color: #713f12;
}

.bewerb-hinweis--achtung {
    background: #fef2f2;
    border: 1px solid #fca5a5;
    color: #991b1b;
}

.bewerb-hinweis__icon {
    flex-shrink: 0;
    margin-top: 0.15rem;
    color: #dc2626;
    font-size: 1rem;
}

.bewerb-hinweis__text {
    flex: 1;
    min-width: 0;
}

.bewerb-hinweis__text p {
    margin: 0 0 0.5rem;
}

.bewerb-hinweis__text p:last-child {
    margin-bottom: 0;
}
