/* GTM4Publishers Admin Styles */

.gtm4publishers-admin-notice {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    border-radius: 8px;
    color: white;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    padding: 20px;
    margin: 20px 0;
}

.gtm4publishers-admin-notice h2 {
    color: white;
    margin: 0 0 10px 0;
    font-size: 24px;
}

.gtm4publishers-admin-notice p {
    margin: 0 0 15px 0;
    line-height: 1.5;
    font-size: 16px;
}

.gtm4publishers-admin-notice .button {
    background: white;
    color: #667eea;
    border-color: white;
    font-weight: bold;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.gtm4publishers-admin-notice .button:hover {
    background: #f8f9fa;
    color: #667eea;
    border-color: #f8f9fa;
}

.gtm4publishers-support-section {
    background: linear-gradient(90deg, #229ED9 0%, #5A8DEE 100%);
    border-radius: 8px;
    color: white;
    display: flex;
    align-items: center;
    gap: 18px;
    box-shadow: 0 2px 8px rgba(34,158,217,0.08);
    padding: 18px 20px;
    margin: 32px 0 0 0;
}

.gtm4publishers-support-section .button {
    background: white;
    color: #229ED9;
    font-weight: bold;
    padding: 7px 18px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 15px;
    box-shadow: 0 1px 4px rgba(34,158,217,0.10);
    margin-top: 2px;
    display: inline-block;
}

.gtm4publishers-support-section .button:hover {
    background: #f8f9fa;
    color: #229ED9;
} 