.faq-detail {
    background-color: #f2f2f2;
    padding: 20px;
    border-radius: 8px;
    margin-top: 20px;
}

.faq-detail h1 {
    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
}

.faq-answer {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 20px;
}

#rating-label .row .col.m6 {
    width: 30%;
   
}
.milople-faq {
    background-color: #f9fafc;
    font-family: 'Arial', sans-serif;
    color: #333;
    padding: 20px;
}

.milople-faq .faq-detail {
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.milople-faq .faq-question {
    font-size: 1.5em;
    margin-bottom: 10px;
    color: #007BFF;
    cursor: pointer;
}

.milople-faq .faq-answer {
    font-size: 1.2em;
    line-height: 1.6;
    color: #555;
    margin-top: 20px;
    display: none;
}

.milople-faq .faq-view-count {
    font-size: 0.9em;
    color: #777;
    margin-top: 10px;
}

.milople-faq .faq-tag-box {
    display: inline-block;
    padding: 5px 10px;
    margin: 5px;
    background-color: #007BFF;
    color: #ffffff;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}



.milople-faq #rating-label {
    margin-top: 30px;
}

.milople-faq #rating-label span {
    font-size: 1.2em;
   
}

.milople-faq #rating-actions .btn {
    display: inline-block;
    padding: 10px 20px;
    margin: 10px;
    background-color: #007BFF;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
}

.milople-faq #rating-actions .btn:hover {
    background-color: #0056b3;
}

.milople-faq #rating-actions .btn.active {
    background-color: #28a745;
}

.milople-faq #rating-actions .btn.disabled {
    background-color: #cccccc;
    cursor: not-allowed;
}

.milople-faq .messages {
    margin-top: 20px;
    font-size: 1em;
    color: #28a745;
}

.milople-faq .tag-header {
    font-size: 1.5em;
    color: #333;
    margin-top: 30px;
}

#rating-actions .in-active {
    background-color: #eeeeee;
    color: inherit;
}

#rating-actions a {
    width: 85%;
}

#rating-actions {
    display: flex;
    margin-top: 30px;
    justify-content: center;
}

#helpful {
    text-align: center;
}

#rating-label .messages {
    text-align: center;
}

.faq-tag-box {
    border: 1px solid;
    margin-left: 12px;
}

.faq-tags {
    display: flex;
}

.faq-container {
    max-width: 600px;
    margin: 50px auto;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.faq-header {
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
}

.faq-form-group {
    position: relative;
    margin-bottom: 20px;
}

.faq-form-group label {
    position: absolute;
    left: 35px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    transition: 0.3s ease;
}

.faq-form-group input[type="text"],
.faq-form-group input[type="email"],
.faq-form-group textarea,
.faq-form-group input[type="checkbox"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    transition: 0.3s ease;
    background-color: #f5f5f5;
}

.faq-form-group input[type="text"]:focus,
.faq-form-group input[type="email"]:focus,
.faq-form-group textarea:focus,
.faq-form-group input[type="checkbox"]:focus {
    border-color: #007bff;
    outline: none;
}

.faq-form-group input[type="text"]:focus+label,
.faq-form-group input[type="email"]:focus+label,
.faq-form-group textarea:focus+label,
.faq-form-group input[type="text"]:valid+label,
.faq-form-group input[type="email"]:valid+label,
.faq-form-group textarea:valid+label {
    top: 0;
    font-size: 12px;
    color: #007bff;
}

.checkbox-container {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.checkbox-container input[type="checkbox"] {
    margin-right: 10px;
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    border-radius: 5px;
    position: relative;
    transition: background-color 0.3s ease;
}

.checkbox-container input[type="checkbox"]:checked {
    background-color: #007bff;
    border-color: #007bff;
}

.checkbox-container input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 7px;
    height: 14px;
    border: solid white;
    border-width: 0 2px 2px 0;
}

@media (max-width: 768px) {
    .faq-container {
        padding: 15px;
    }
}


/* search */

.miloplefaqs .card-panel {
    -webkit-transition: -webkit-box-shadow .25s;
    transition: -webkit-box-shadow .25s;
    transition: box-shadow .25s;
    transition: box-shadow .25s, -webkit-box-shadow .25s;
    padding: 24px;
    margin: 0.5rem 0 1rem 0;
    border-radius: 2px;
}

.abs-margin-for-blocks-and-widgets-desktop,
.page-main .block,
.customer-review .product-details {
    margin-bottom: 50px;
}

.miloplefaqs .center,
.miloplefaqs .center-align {
    text-align: center;
}

.miloplefaqs .white-text {
    color: #FFFFFF !important;
}

.miloplefaqs h1 {
    font-size: 4.2rem;
    line-height: 110%;
    margin: 2.8rem 0 1.68rem 0;
}

.miloplefaqs-search__field {
    width: 65%;
    margin: auto;
    position: relative;
}


/* Add styles for search results */

.miloplefaqs-search__results {
    list-style-type: none;
    padding: 0;
    margin-top: 20px;
}

.miloplefaqs-search__results a {
    color: #ffffff;
}

.miloplefaqs-search__result-item {
    background-color: #f9f9f9;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
}

.miloplefaqs-search__result-item:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.miloplefaqs-search__result-title {
    font-weight: bold;
    margin-bottom: 5px;
}

.miloplefaqs-search__result-description {
    color: #666;
}


/*  */

.faq-detail {
    background-color: #f2f2f2;
    padding: 20px;
    border-radius: 8px;
    margin-top: 20px;
}

.faq-detail h1 {
    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
}

.faq-answer {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.faq-meta {
    font-size: 14px;
    color: #777;
}

.faq-tag-box {
    border: 1px solid;
    margin-left: 12px;
}

.faq-tags {
    display: flex;
}


/*  */

.faq-container {
    max-width: 600px;
    margin: 50px auto;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.faq-header {
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
}

.faq-form-group {
    position: relative;
    margin-bottom: 20px;
}

.faq-form-group label {
    position: absolute;
    left: 35px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    transition: 0.3s ease;
}

.faq-form-group input[type="text"],
.faq-form-group input[type="email"],
.faq-form-group textarea,
.faq-form-group input[type="checkbox"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    transition: 0.3s ease;
    background-color: #f5f5f5;
}

.faq-form-group input[type="text"]:focus,
.faq-form-group input[type="email"]:focus,
.faq-form-group textarea:focus,
.faq-form-group input[type="checkbox"]:focus {
    border-color: #007bff;
    outline: none;
}

.faq-form-group input[type="text"]:focus+label,
.faq-form-group input[type="email"]:focus+label,
.faq-form-group textarea:focus+label,
.faq-form-group input[type="text"]:valid+label,
.faq-form-group input[type="email"]:valid+label,
.faq-form-group textarea:valid+label {
    top: 0;
    font-size: 12px;
    color: #007bff;
}

.checkbox-container {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.checkbox-container input[type="checkbox"] {
    margin-right: 10px;
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    border-radius: 5px;
    position: relative;
    transition: background-color 0.3s ease;
}

.checkbox-container input[type="checkbox"]:checked {
    background-color: #007bff;
    border-color: #007bff;
}

.checkbox-container input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 7px;
    height: 14px;
    border: solid white;
    border-width: 0 2px 2px 0;
}

@media (max-width: 768px) {
    .faq-container {
        padding: 15px;
    }
}

.faq-container {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    padding: 20px;
    border-radius: 8px;
}

.faq-header {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.faq-date {
    font-size: 14px;
    margin-bottom: 10px;
}

.faq-item {
    margin-bottom: 20px;
}

.faq-detail {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 20px;
    margin: 0 auto;
    background-color: #f9f9f9;
    transition: all 0.3s ease;
}

.faq-detail:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.faq-question {
    font-size: 1.5em;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
    cursor: pointer; /* Add cursor pointer for clickable effect */
}

.faq-answer {
     /* Hide answer by default */
    font-size: 1.2em;
    color: #555;
    margin-bottom: 15px;
}

.faq-view-count {
    font-size: 0.9em;
    color: #999;
}

.faq-list {
    font-family: 'Arial', sans-serif;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.faq-list h2 {
    font-size: 24px;
    color: #333;
    border-bottom: 2px solid #e0e0e0;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.faq-list ul {
    list-style-type: none;
    padding: 0;
}

.faq-list li {
    margin-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 20px;
}

.faq-list h3 {
    font-size: 18px;
    color: #444;
    margin-bottom: 10px;
}

.faq-list span {
    display: inline-block;
    margin-right: 10px;
    font-weight: bold;
}

.faq-list .question-name {
    font-size: 16px;
    color: #666;
}

.faq-list .fa-user-circle,
.faq-list .fas fa-question-circle {
    margin-right: 5px;
    color: #007bff;
}

.faq-list a {
    text-decoration: none;
    color: #007bff;
    transition: color 0.3s ease;
}

.faq-list a:hover {
    color: #0056b3;
}

.faq-container .checbox-container {
    margin-bottom: 20px;
}

.faq-container .checbox-container input[type="checkbox"] {
    margin: 6px 0 11px 24px;
}


.faq-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.faq-tag-box {
    display: inline-block;
    padding: 10px 15px;
    /* Blue background color */
    color: #000; /* White text color */
    border-radius: 5px; /* Rounded corners */
    text-decoration: none; /* Remove underline */
    transition: background-color 0.3s, color 0.3s; /* Smooth transition for hover effects */
}