/**
 * Maintenance Page Styles
 *
 * Styles for pages under maintenance (lifeAtAdamo, teams).
 */

.maintenance-container {
    text-align: center;
    padding: 5rem 2rem;
    max-width: 800px;
    margin: 0 auto;
}

.maintenance-icon {
    font-size: 5rem;
    margin-bottom: 2rem;
    color: #d04;
}

.maintenance-title {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    font-weight: bold;
}

.maintenance-text {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    line-height: 1.6;
}

.buttonRedMain {
    background-color: #d04;
    color: white;
    border: none;
    padding: 0.75rem 2rem;
    border-radius: 4px;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s;
}

.buttonRedMain:hover {
    background-color: #b03;
    color: white;
}
