#custom-message-banner {
    color: #000;
    text-align: center;
    padding: 10px;
    position: relative;
}

#custom-message-close {
    background: none;
    border: none;
    font-size: 16px;
    position: absolute;
    right: 10px;
    top: 5px;
    cursor: pointer;
}

.custom-message-checkout {
    color: #000;
    text-align: center;
    padding: 10px;
    margin-bottom: 10px;
}
