.frautz-frame-options {
    margin: 15px 0;
    padding: 15px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    background: #fafafa;
}

.frautz-frame-title {
    font-weight: 600;
    font-size: 14px;
    margin: 0 0 10px 0;
    color: #333;
}

.frautz-frame-option {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    cursor: pointer;
}

.frautz-frame-option:last-child {
    margin-bottom: 0;
}

.frautz-frame-option input[type="checkbox"] {
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.frautz-frame-label {
    font-size: 14px;
    color: #444;
}

.frautz-frame-price {
    color: #666;
    font-size: 13px;
    margin-left: 4px;
}
