.feedback-form {
    background: #f9f9f9;
    border: 1px solid #ddd;
    padding: 20px 40px;
    margin: 15px 0;
    justify-items: center;
    font-size: 20px;
}

.feedback-form h2 {
    font-size: 30px;
    font-weight: bold;
    color: #333;
}

.feedback-form-fields {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.sidebar. sidebar-main .block-collapsible-nav-content  .nav{
    display:flex!important;
    flex-direction: column!important;

}

.feedback-form textarea {
    width: 100%;
    height: 100px;
    margin-top: 10px;
    padding: 8px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 6px;
    resize: vertical;
}
.feedback-form {
    width: 100%;
}

 .feedback-scale {
    width: 100%;
    text-align: center;
}
.feedback-header {
    display: flex;
    justify-content: space-between;
    margin-left: 39%;
    margin-bottom: 8px;
    margin-top: 10px;
}

.feedback-header span {
    font-size: 14px;
    font-weight: 500;
    color: #333;
}

.feedback-label {
    font-size: 14px;
    color: #333;
    flex: 0 0 30%;
}

.feedback-scale-header {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    margin: 11px 0px 5px 0px;
}
.feedback-scale-header span {
   font-size: 14px;
    color: #333;
}
.feedback-form .feedback-options {
    display: flex;
    gap: 15px;
    justify-content: space-between;
}

.feedback-form .feedback-options input[type="radio"] {
    display: none; /* hide default radio */
}

.feedback-form .feedback-options label {
    display: inline-block;
    padding: 7px 7px;
    border: 2px solid #ccc;
    border-radius: 8px;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    transition: all 0.2s ease;
    text-align: center;
    min-width: 30px;
}

.feedback-form .feedback-options input[type="radio"]:checked + label {
    background-color: #004770;
    color: white;
    border-color: #004770;
}

.feedback-row {
    display:flex;
    gap:15px;
    align-items:center;
    margin-bottom: 22px;
    justify-content: space-between;
}

.feedback-form  label {
    font-weight: 500;
    font-size: 16px;
}

.feedback-form input[type="email"] {
    font-size: 14px!important;
}
