/* Installation Guide Specific Styles */

.install-guide-header {
    text-align: center;
    margin-bottom: 10px;
}

.install-guide-subtitle {
    text-align: center;
    color: #ddd;
    margin-bottom: 40px;
}

.install-guide-section-title {
    margin: 40px 0 20px;
}

.alert-link {
    color: var(--gold);
    text-decoration: underline;
}

.success-alert {
    background: rgba(0, 200, 0, 0.1);
    border-color: #00c800;
}

.support-section {
    text-align: center;
    padding: 20px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

.support-email {
    color: var(--gold);
}

.back-button {
    display: inline-block;
    padding: 15px 40px;
    background: linear-gradient(135deg, var(--gold), #b8860b);
    color: #000;
    font-weight: bold;
    border-radius: 50px;
    text-decoration: none;
    transition: transform 0.3s;
}

.back-button:hover {
    transform: translateY(-2px);
}

.back-button-container {
    text-align: center;
    margin-top: 40px;
}

.footer-text {
    text-align: center;
    margin-top: 30px;
    color: #888;
    font-size: 0.9rem;
}