/* wp-content/plugins/bbu-auto-poster-pro/assets/bbu-admin-styles.css */
/* Arayüz için ekstra stil, daha şık hale getirmek için */
.nav-tab-wrapper {
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    background: #f1f1f1;
    padding: 0 10px;
    border-radius: 5px;
}
.nav-tab {
    font-size: 14px;
    padding: 10px 20px;
    color: #0073aa;
}
.nav-tab-active {
    background: #fff;
    border: 1px solid #ccc;
    border-bottom: none;
    color: #333;
    font-weight: bold;
}
.tab-content {
    margin-top: 0;
    padding: 20px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.form-table th {
    width: 200px;
    font-weight: bold;
    color: #333;
}
.widefat th, .widefat td {
    padding: 12px;
    font-size: 13px;
    border-bottom: 1px solid #eee;
}
.widefat th {
    background: #f1f1f1;
    font-weight: bold;
    color: #333;
}
.text-center {
    text-align: center;
    margin: 1em 0;
}
.button-secondary {
    background: #0073aa;
    color: #fff;
    border: none;
}
.button-secondary:hover {
    background: #005177;
}
.large-text {
    width: 100%;
    height: 200px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px;
}
.updated, .error {
    margin: 10px 0;
    padding: 10px;
    border-radius: 4px;
}
.updated {
    background: #d4edda;
    border-color: #c3e6cb;
    color: #155724;
}
.error {
    background: #f8d7da;
    border-color: #f5c6cb;
    color: #721c24;
}