
.som-customer-notice {
    background: #fff8dc;
    border: 2px solid #d4a017;
    border-radius: 8px;
    padding: 15px;
    margin: 15px 0;
    font-size: 16px;
    line-height: 1.45;
}
.som-customer-notice h3 {
    margin-top: 0;
}
.som-customer-notice ul {
    margin: 0 0 0 20px;
}
.som-button {
    display: inline-block;
    padding: 8px 12px;
    background: #222;
    color: #fff !important;
    text-decoration: none;
    border-radius: 4px;
    margin: 4px 8px 4px 0;
}
.som-button-secondary {
    background: #555;
}
