/* OtterWP Buy Again Admin Styles */
.otterwp-settings-wrap { max-width: 1200px; margin: 0 auto; padding: 20px; }
.otterwp-header { background: linear-gradient(to right, #0073aa, #00a0d2); color: white; padding: 20px; border-radius: 8px; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); margin-bottom: 20px; }
.otterwp-header h1 {color: white; margin: 0; font-size: 24px; }
.otterwp-content { display: flex; gap: 20px; }
.otterwp-main { flex: 3; background: white; padding: 20px; border-radius: 8px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }
.otterwp-sidebar { flex: 1; background: #f9fafb; padding: 20px; border-radius: 8px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }
.otterwp-sidebar.collapsed .otterwp-plugin-card { display: none; }
.otterwp-sidebar .toggle-sidebar { cursor: pointer; color: #0073aa; font-weight: 600; margin-bottom: 10px; display: block; }
.otterwp-sidebar .toggle-sidebar:hover { text-decoration: underline; }
.otterwp-color-field { padding: 10px; border: 1px solid #e5e7eb; border-radius: 4px; margin-bottom: 10px; transition: transform 0.2s, box-shadow 0.2s; }
.otterwp-color-field:hover { transform: translateY(-2px); box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); }
.otterwp-color-label { display: block; margin-bottom: 8px; font-weight: 600; text-transform: capitalize; }
.otterwp-plugin-card { margin-bottom: 20px; }
.otterwp-plugin-card h3 { margin: 0 0 10px; font-size: 18px; }
.otterwp-plugin-card p { margin: 0 0 10px; color: #555; }
.otterwp-plugin-card a { color: #0073aa; text-decoration: none; font-weight: 600; }
.otterwp-plugin-card a:hover { text-decoration: underline; }
input[type="submit"] { background: #0073aa; color: white; border: none; padding: 10px 20px; border-radius: 4px; cursor: pointer; }
input[type="submit"]:hover { background: #005f8c; }
.form-table th, .form-table td { padding: 10px; }
.form-table th { text-align: left; text-transform: capitalize; }
@media (max-width: 768px) {
    .otterwp-content { flex-direction: column; }
    .otterwp-main, .otterwp-sidebar { flex: 1; }
}