.tpasg-notice-button {
    /* width: 100%; */
    background: linear-gradient(to right, #2563eb, #9333ea) !important;
    color: white;
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
    height: auto;
    transition: all 0.2s ease;
    transform: scale(1);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    border-radius: 0.5rem;
    border: none !important;
}
.tpasg-notice-button:hover {
    background: linear-gradient(to right, #1d4ed8, #7e22ce);
    transform: scale(1.01);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}
