/* Style for frontend notice */
.sw-notice {
    background-color: #51A72D;
    color: #fff;
    text-align: center;
    padding: 10px;
    width: 100%;
    z-index: 9999;
    position: fixed;
    bottom: 0;
    left: 0;
}

.sw-notice-close {
    position: absolute;
    right: 20px; /* Adjusted for better spacing */
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 20px; /* Increased font size for a bigger button */
    font-weight: bold;
    color: #fff; /* Same color as the text */
    background: none;
    border: none;
}