:root {
    --grey - 80: #222c;
    --grey - 100: #222;
    --grey - 20: #2223;
    --parchment: #f5f4f4;
    --white - 100: white;
    --white - 90: #ffffffe6;
    --white - 20: #fff3;
    --grey - 10: #2222221a;
    --primary - 1\<deleted\| variable - d7baf143\>: #1a744e;
    --border\<deleted\| variable - 68a93cde\>: #0000001a;
    --white\<deleted\| variable - 69f6a639\>: white;
    --pastel - 1: #ffe6e5;
    --pastel - 2: #fff5d6;
    --pastel - 3: #e3f5e8;
    --pastel - 4: #e5ebff
}

body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

.page-wrapper {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
}

.account-form-block {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
}

/* Verification message styling */
.w-users-usersignupverificationmessage {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    text-align: center;
    flex-direction: column;
    flex: 1;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    padding-left: 18px;
    padding-right: 18px;
    display: flex !important;
}

/* Dashboard and Checkout specific styles */
.subscription-status {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 1rem;
    margin-bottom: 1rem;
}

.websites-section h3 {
    margin-bottom: 1rem;
    font-size: 1.25rem;
    font-weight: 600;
}

.website-item {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 1rem;
    margin-bottom: 0.75rem;
}

.website-item h4 {
    margin: 0 0 0.5rem 0;
    font-size: 1rem;
    font-weight: 600;
}

.website-item p {
    margin: 0 0 0.75rem 0;
    color: #666;
    font-size: 0.9rem;
}

.embed-code {
    background: #1e293b;
    color: #e2e8f0;
    padding: 0.75rem;
    border-radius: 6px;
    font-family: monospace;
    font-size: 0.8rem;
    overflow: auto;
    margin: 0.5rem 0;
}

.test-widget-section {
    background: #f0f9ff;
    border: 2px solid #0ea5e9;
    border-radius: 12px;
    padding: 1.5rem;
    margin: 2rem 0;
}

.test-widget-section h4 {
    margin: 0 0 1rem 0;
    color: #0c4a6e;
}

.test-widget-section p {
    margin: 0 0 1rem 0;
    color: #0c4a6e;
}

.verification-spinner {
    text-align: center;
    padding: 2rem;
}

.spinner {
    border: 3px solid #f3f4f6;
    border-top: 3px solid #3b82f6;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
    margin: 0 auto 1rem;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Progress bar styles for checkout */
.progress-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
    padding: 0 1rem;
}

.progress-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.step-number {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #e2e8f0;
    color: #6b7280;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.progress-step.completed .step-number {
    background: #10b981;
    color: white;
}

.progress-step.active .step-number {
    background: #3b82f6;
    color: white;
}

.step-label {
    font-size: 0.875rem;
    color: #6b7280;
    font-weight: 500;
}

.progress-line {
    width: 60px;
    height: 2px;
    background: #e2e8f0;
    margin: 0 1rem;
}

/* Payment section styles */
.pricing-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1rem;
    margin: 1rem 0;
}

.pricing-card {
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    padding: 1.5rem;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s;
}

.pricing-card:hover {
    border-color: #3b82f6;
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.15);
}

.pricing-card.selected {
    border-color: #3b82f6;
    background: #eff6ff;
}

.selected-plan {
    background: #f0f9ff;
    border: 2px solid #0ea5e9;
    border-radius: 8px;
    padding: 1rem;
    margin: 1rem 0;
    text-align: center;
}

.verification-status {
    background: #fef3c7;
    border: 2px solid #f59e0b;
    border-radius: 8px;
    padding: 1rem;
    margin: 1rem 0;
}

.status-item {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.status-icon {
    font-size: 1.5rem;
}

.success-message {
    background: #d1fae5;
    border: 2px solid #10b981;
    border-radius: 8px;
    padding: 1rem;
    margin: 1rem 0;
    text-align: center;
}

.success-icon {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}
.button, .w-button {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    border: 1px solid var(--grey-20);
    background-color: var(--grey-100);
    color: #fff;
    font-variation-settings: "wght" 550;
    text-align: center;
    border-radius: 7px;
    justify-content: center;
    align-items: center;
    padding: 12px 16px;
    transition: border-color .2s, background-color .2s, filter .2s;
    display: flex
;
}
.w-inline-block {
    max-width: 100%;
    display: inline-block;
}

#plan-dropdown-list {
    background-color: #0000;
}