/**
 * Amazon affiliate for Elementor - Admin Styles
 */

.aae-settings-wrap {
    max-width: 1200px;
}

.aae-settings-container {
    display: flex;
    gap: 30px;
    margin-top: 20px;
}

.aae-settings-container > form {
    flex: 1;
    background: #fff;
    padding: 20px 25px;
    border: 1px solid #c3c4c7;
    border-radius: 4px;
}

.aae-settings-sidebar {
    width: 320px;
    flex-shrink: 0;
}

.aae-info-box {
    background: #fff;
    padding: 20px;
    border: 1px solid #c3c4c7;
    border-radius: 4px;
    margin-bottom: 20px;
}

.aae-info-box h3 {
    margin-top: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    color: #1d2327;
}

.aae-info-box ol {
    padding-left: 20px;
    margin-bottom: 15px;
}

.aae-info-box ol li {
    margin-bottom: 8px;
    color: #50575e;
}

#aae-test-result {
    margin-top: 15px;
}

#aae-test-result .notice {
    margin: 0;
}

/* Form fields */
.aae-settings-wrap .form-table th {
    width: 200px;
    padding: 20px 10px 20px 0;
}

.aae-settings-wrap .form-table td {
    padding: 15px 10px;
}

.aae-settings-wrap h2 {
    font-size: 1.3em;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    margin-top: 30px;
}

.aae-settings-wrap h2:first-of-type {
    margin-top: 0;
}

/* Responsive */
@media screen and (max-width: 782px) {
    .aae-settings-container {
        flex-direction: column;
    }
    
    .aae-settings-sidebar {
        width: 100%;
    }
}
