/* Plugin Styles */

.blogpro-form {
    max-width: 400px;
    margin: 0 auto;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
}

.form-group input,
.form-group textarea,
.form-group select {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    font-size: 1rem;
    transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
    outline: none;
    border-color: #6366f1;
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.1);
}

.form-footer {
    margin-top: 1.5rem;
    text-align: center;
    font-size: 0.875rem;
}

.btn-block {
    width: 100%;
    text-align: center;
}

.form-control {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #ddd;
    border-radius: 0.375rem;
    font-size: 1rem;
}

/* Dashboard Styles */
.blogpro-dashboard {
    max-width: 1200px;
    margin: 0 auto;
}

.status-badge {
    display: inline-block;
}

.status-publish {
    color: #059669;
    background-color: #d1fae5 !important;
}

.status-pending {
    color: #d97706;
    background-color: #fef3c7 !important;
}

.status-draft {
    color: #4b5563;
    background-color: #f3f4f6 !important;
}

.btn-danger {
    background-color: #ef4444;
    color: white;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 0.375rem;
    cursor: pointer;
    font-size: 0.875rem;
}

.btn-danger:hover {
    background-color: #dc2626;
}

#thumbnail-preview img {
    max-width: 200px;
    margin-top: 10px;
    border-radius: 5px;
}

.help-text {
    font-size: 0.875rem;
    color: #6b7280;
    margin-top: 0.25rem;
}

/* Admin Styles */
.column-actions {
    width: 200px;
}

/* Button Styles */
.btn-edit {
    color: #2563eb !important;
    border-color: #2563eb !important;
    background-color: transparent;
}

.btn-edit:hover {
    background-color: #2563eb !important;
    color: white !important;
}
