.seo-faqs-metabox {
    padding: 15px;
}

.faq-item {
    background: #fff;
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 4px;
}

.faq-item label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.faq-item input[type="text"],
.faq-item textarea {
    width: 100%;
    margin-bottom: 10px;
}

.remove-faq {
    color: #a00;
    text-decoration: none;
}

.remove-faq:hover {
    color: #dc3232;
}