.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;
}

/* Liventus [17007] START - FY - Heat warning display updates at checkout */
dt.label.warning-label::after {
    content: "\f06a" !important;
    font-weight: 900;
    font-size: 16px;
    margin-left: 6px;
    vertical-align: middle;
    font-family: 'FontAwesome';
    color: #e1110b;
}
/* Liventus [17007] END */
