.airtheme-welcome-wrapper {
    max-width: 760px;
    margin: 40px auto;
    padding: 40px;
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 8px 28px rgba(0,0,0,0.08);
    text-align: center;
}

.airtheme-welcome-wrapper h1 {
    font-size: 32px;
    margin-bottom: 16px;
    color: #222;
    font-weight: 700;
}

.airtheme-intro {
    font-size: 16px;
    color: #444;
    margin-bottom: 28px;
}

.airtheme-list {
    list-style: none;
    margin: 0 auto 30px;
    padding: 0;
    max-width: 560px;
    text-align: left;
    line-height: 1.55;
    font-size: 15px;
}

.airtheme-list li {
    margin-bottom: 10px;
}
/* === AirTheme Welcome Button (Admin) === */
.airtheme-welcome-btn {
    display: inline-block;
    padding: 12px 28px;
    font-size: 15px;
    font-weight: 600;
    color: #fff !important;
    background: #1e73be; 
    border-radius: 8px;
    text-decoration: none;
    box-shadow: 0 3px 12px rgba(0,0,0,0.12);
    transition: 0.25s ease;
}

.airtheme-welcome-btn:hover {
    background: #155a93; 
    transform: translateY(-2px);
    color: #fff !important;
}

