.tpsm-wizard-wrapper {
    width: 100%;
}
.tpsm-wizard-container {
    width: 420px;
    background-color: #fff;
    margin: auto;
    margin-top: 50px;
    text-align: center;
    padding: 28px 28px 24px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(80, 80, 120, 0.18);
}
.tpsm-wizard-container .tpsm-wizard-logo img {
    width: 64px;
    height: 64px;
}
.tpsm-wizard-container h3 {
    font-size: 19px;
    font-weight: 700;
    margin: 14px 0 8px;
    color: #111827;
}
.tpsm-wizard-container p {
    font-size: 14px;
    text-align: center;
    margin: 0 0 16px;
    color: #4b5563;
    line-height: 1.55;
}
.tpsm-wizard-container .tpsm-wizard-consent {
    font-size: 12px;
    line-height: 1.5;
    color: #9ca3af;
    margin-bottom: 18px;
}
.tpsm-wizard-container .tpsm-wizard-consent a {
    color: #7c3aed;
    text-decoration: none;
}
.tpsm-wizard-container .tpsm-wizard-consent a:hover {
    text-decoration: underline;
}
.tpsm-wizard-container form {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.tpsm-wizard-container form button {
    height: auto;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.18s ease;
}

.tpsm-optin-allow {
    flex: 1;
    background: linear-gradient(to right, #2563eb, #9333ea) !important;
    color: #fff !important;
    padding: 11px 20px !important;
    box-shadow: 0 6px 14px -4px rgba(124, 58, 237, 0.5);
    border: none !important;
}
.tpsm-optin-allow:hover {
    background: linear-gradient(to right, #1d4ed8, #7e22ce) !important;
    box-shadow: 0 10px 18px -4px rgba(124, 58, 237, 0.6);
    transform: translateY(-1px);
}
.tpsm-optin-deny {
    color: #6b7280 !important;
    background-color: transparent !important;
    padding: 11px 18px !important;
    border: 1px solid #e5e7eb !important;
}
.tpsm-optin-deny:hover {
    color: #374151 !important;
    background-color: #f9fafb !important;
    border-color: #d1d5db !important;
}
