.rpbp-settings-wrap {
    background-color: #f7f7f7;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    max-width: 700px;
    margin: 20px auto;
}

.rpbp-settings-wrap h1 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #333;
    font-family: Arial, sans-serif;
    text-align: center;
    border-bottom: 2px solid #ddd;
    padding-bottom: 10px;
}

.rpbp-settings-wrap h1 i {
    margin-right: 10px;
}

.form-table th {
    font-weight: bold;
    padding: 10px 0;
    width: 200px;
}

.form-table td {
    padding: 10px 0;
}

.rpbp-color-select {
    width: 100%;
    padding: 5px;
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 4px;
    height: 40px;
}
