.wccn-notice {
    background-color: #fff3cd;
    border: 1px solid #ffeeba;
    border-radius: 4px;
    padding: 15px;
    position: relative;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.wccn-notice-text {
    font-size: 16px;
    color: #856404;
    text-align: center; /* Center-aligns the text */
    flex-grow: 1; /* Allows the text to take up the remaining space */
}
