
/* STAX Gated Content Styles */
.stax-gated-content-container,
.stax-gated-pdf-container {
    margin: 30px 0;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    overflow: hidden;
}

.stax-preview-content {
    padding: 20px;
    background: #f9f9f9;
    border-bottom: 1px dashed #ccc;
    font-style: italic;
}

.stax-preview-text {
    padding: 20px;
    background: #f9f9f9;
    border-bottom: 1px dashed #ccc;
}

.stax-content-gate-form,
.stax-pdf-gate-form {
    padding: 25px;
    background: #fff;
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
}

.stax-email-form {
    margin-top: 20px;
}

.stax-email-form input[type="email"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.stax-submit-btn {
    background: #0073aa;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    transition: background 0.3s;
}

.stax-submit-btn:hover {
    background: #005177;
}

.stax-form-message {
    margin-top: 15px;
}

.stax-success {
    color: #4CAF50;
    font-weight: bold;
}

.stax-error {
    color: #f44336;
    font-weight: bold;
}

.stax-hidden-content {
    padding: 25px;
    background: #fff;
}

.stax-pdf-download {
    padding: 25px;
    text-align: center;
    background: #f9f9f9;
}

.stax-download-btn {
    display: inline-block;
    background: #0073aa;
    color: #fff;
    text-decoration: none;
    padding: 12px 25px;
    border-radius: 4px;
    font-weight: bold;
    transition: background 0.3s;
}

.stax-download-btn:hover {
    background: #005177;
}
        