.age-restriction-warning {
    display: flex;
    align-items: center;
    background-color: #fef5f5;
    color: #d9534f;
    padding: 10px;
    border: 1px solid #d9534f;
    margin-bottom: 15px;
}

.age-restriction-warning .warning-icon {
    margin-right: 10px;
    width: 24px;
    height: 24px;
}
.heat-warning-message {
    white-space: normal;
    word-break: break-word;
    overflow-wrap: anywhere;
    font-size: 13px;
    line-height: 1.4;
    margin-top: 5px;
}
