/* Meta Box Styling */
.rocketship-seo-meta-box label {
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
}

.rocketship-seo-meta-box input,
.rocketship-seo-meta-box textarea {
    margin-bottom: 5px;
}

.rocketship-seo-meta-box .description {
    font-style: italic;
    color: #666;
}

/* Gutenberg Sidebar Preview */
.rocketship-seo-preview {
    margin-top: 20px;
    padding: 10px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.rocketship-seo-preview h4 {
    margin-top: 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
}

.rocketship-seo-preview-title {
    font-size: 18px;
    color: #1a0dab;
    margin-bottom: 5px;
    font-weight: 600;
}

.rocketship-seo-preview-description {
    font-size: 14px;
    color: #545454;
    line-height: 1.4;
} 