/*
|---------------------------------------------------------
| Anchor Tag Styles
|---------------------------------------------------------
*/
a {
    text-decoration: none;
    color: black;
}

/*
|---------------------------------------------------------
| Border Styles
|---------------------------------------------------------
*/
.primary-border {
    border: 1px solid var(--bg-primary-color);
}

.secondary-border {
    border: 1px solid var(--bg-secondary-color);
}

/*
|----------------------------------------------------------------
| Blogs
|----------------------------------------------------------------
*/
/* publiser section */
.publisher-info h6 {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 0px;
}

.publisher-info p {
    font-size: 11px;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 0px;
    color: rgb(65, 64, 64);
}

/*
|----------------------------------------------------------------
| Cards
|----------------------------------------------------------------
*/
.cust-card {
    background-color: #eefff9;
    border: none;
}
.cust-card .card-header {
    background-color: #00492e;
    color: white;
}

.cust-card textarea,
input,
select {
    color: black !important;
    background-color: white !important;
    border: 1px solid #00492e59 !important;
    font-size: 12px !important;
    outline: none !important;
    box-shadow: none !important;
}

.cust-card label {
    font-size: 12px;
}

.cust-card .cust-btn {
    background-color: #00492e;
    color: white;
}
.cust-card .card-header h6 {
    font-weight: 600;
    font-size: 16px;
}
.card-title-cust {
    font-weight: 600;
    font-size: 12px;
}

/* Tools highlights section -- Tool detail page right section */
.cust-card .stat-box {
    padding: 15px 5px;
    border: 1px solid #00492e59;
    border-radius: 5px;
    text-align: center;
    font-size: 12px;
}
.cust-card .stat-box p {
    margin-bottom: 0px;
    line-height: 1.25;
}
.cust-card .stat-box h6 {
    font-weight: bold;
    margin-bottom: 0px;
}
.cust-card .stat-box i {
    display: inline-block;
    margin-bottom: 10px;
    border-radius: 25px;
    padding: 5px 10px;
    color: white;
    font-size: 15px;
    background-color: #00492e;
}

/* Was this helpful section -- Tool detail page right section */
.cust-card .custom-radio-label {
    font-size: 14px;
    box-shadow: none;
}

.cust-card .custom-radio-label {
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #00492e59;
    border-radius: 3px;
}

.cust-card .custom-radio-label:hover {
    background-color: #00492e;
    color: #fff;
}

.cust-card .custom-radio-label:active,
.btn-check:checked + .custom-radio-label {
    background-color: #00492e;
    color: #fff;
    box-shadow: none;
}

/* Related Tools section -- Tool detail page right section */
.cust-card .tl-wrapper a {
    color: black;
}

.cust-card .tl-wrapper:hover {
    border-radius: 5px;
    background-color: #baffe7e0;
}

.cust-card .tl-wrapper p {
    font-size: 11px;
    line-height: 1.25;
}

/*
|---------------------------------------------------------
| Tool Pages Styles
|---------------------------------------------------------
*/
.tool-wrapper textarea {
    font-size: 12px;
}

.file-details-table th,
.file-details-table td {
    font-size: 14px !important;
    width: 50%;
    text-align: left;
}

.file-details-table th {
    font-weight: bold;
}

/*
|---------------------------------------------------------
| Featured Categories
|---------------------------------------------------------
*/
#featured-categories .nav-link {
    padding: 0.5rem;
    line-height: 1.2;
}

#featured-categories .nav-link .item_img {
    width: 55px;
    height: 55px;
}

/*
|---------------------------------------------------------
| Landing page categories (square cards)
|---------------------------------------------------------
*/
.landing-categories .landing-cat-link {
    text-decoration: none;
    color: inherit;
    display: block;
    text-align: center;
}

.landing-categories .landing-cat-img {
    width: 100%;
    height: 80px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.landing-categories .landing-cat-img img {
    width: 34px;
    height: 34px;
    padding: 4px;
    object-fit: contain;
}

.landing-categories .landing-cat-title {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.2;
    color: #423d3d;
}

/*
|---------------------------------------------------------
| Home page categories (match quiz-detail tiles)
|---------------------------------------------------------
*/
.home-categories.landing-categories .landing-cat-link {
    text-align: left;
    padding: 6px;
    border-radius: 4px;
    transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
    display: flex;
    flex-direction: column;
    min-height: 165px;
}

.home-categories.landing-categories .landing-cat-link:hover {
    background: var(--mc-tile-hover-bg, rgba(217, 197, 255, 1));
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.home-categories.landing-categories .landing-cat-link:focus-visible {
    outline: 2px solid rgba(124, 77, 255, 0.6);
    outline-offset: 2px;
}

.home-categories.landing-categories .landing-cat-img {
    height: 95px;
    border-radius: 4px;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.home-categories.landing-categories .landing-cat-img img {
    width: 56px;
    height: 56px;
    padding: 6px;
}

.home-categories .landing-cat-title {
    font-size: 12px;
    font-weight: 800;
    color: #212529;
    font-family: "Poppins", "Google Sans", "Roboto", Arial, sans-serif;
    letter-spacing: -0.01em;
    text-align: left;
    margin-bottom: 2px;
}

.home-categories .landing-cat-views {
    margin: 0;
    font-size: 11px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.65);
    font-family: "Poppins", "Google Sans", "Roboto", Arial, sans-serif;
    line-height: 1.2;
}

/*
|---------------------------------------------------------
| Quiz detail subcategories (landing tiles variant)
|---------------------------------------------------------
*/
.quiz-subcategories.landing-categories .landing-cat-link {
    text-align: left;
    padding: 6px;
    border-radius: 4px;
    transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
    display: flex;
    flex-direction: column;
    min-height: 165px; /* keeps hover background height consistent across tiles */
}

.quiz-subcategories.landing-categories .landing-cat-link:hover {
    background: var(--quiz-tile-hover-bg, var(--quiz-hover-bg, rgba(217, 197, 255, 1)));
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.quiz-subcategories.landing-categories .landing-cat-link:focus-visible {
    outline: 2px solid rgba(124, 77, 255, 0.6);
    outline-offset: 2px;
}

.quiz-subcategories.landing-categories .landing-cat-img {
    height: 95px;
    border-radius: 4px;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.quiz-subcategories.landing-categories .landing-cat-img img {
    width: 56px;
    height: 56px;
    padding: 6px;
}

.quiz-subcategories .landing-cat-title {
    font-size: 12px;
    font-weight: 800;
    color: #212529;
    font-family: "Poppins", "Google Sans", "Roboto", Arial, sans-serif;
    letter-spacing: -0.01em;
    text-align: left;
    margin-bottom: 2px;
}

.quiz-subcategories .landing-cat-count {
    margin: 0;
    font-size: 11px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.65);
    font-family: "Poppins", "Google Sans", "Roboto", Arial, sans-serif;
    line-height: 1.2;
}

/*
|---------------------------------------------------------
| Section separator (thin line)
|---------------------------------------------------------
*/
.mc-section-separator {
    border: 0;
    border-top: 1px solid rgb(191 191 191);
    margin: 0;
    width: 100%;
}

/*
|---------------------------------------------------------
| Today history section (reference layout)
| Accent: #6A9955 (light tint)
|---------------------------------------------------------
*/
.today-history-separator {
    border-top: 1px solid rgba(106, 153, 85, 0.22);
    opacity: 1;
}

.today-history {
    background: #C3FBC2;
}

.today-history-kicker {
    display: inline-block;
    background: rgba(15, 70, 47, 0.92);
    color: #ffffff;
    font-weight: 800;
    font-size: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 6px 10px;
    border-radius: 4px;
}

.today-history-dates {
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.today-history-date-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: rgba(255, 255, 255, 0.75);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
    color: #111;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
}

.today-history-date-pill-label {
    font-size: 12px;
    font-weight: 800;
    color: rgba(15, 70, 47, 0.95);
}

.today-history-date-pill-value {
    font-weight: 800;
    color: #111;
}

.today-history-title {
    color: #111;
    font-weight: 900;
    line-height: 1.05;
    font-size: clamp(28px, 3.2vw, 54px);
    margin: 0;
}

.today-history-description {
    max-width: 720px;
    color: #3f4a3f;
    font-style: italic;
    font-size: 18px;
    line-height: 1.45;
}

.today-history-image {
    width: min(360px, 82vw);
    aspect-ratio: 1 / 1;
    border-radius: 999px;
    overflow: hidden;
    background: #fff;
    border: 10px solid rgba(255, 255, 255, 0.85);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.10);
}

.today-history-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.today-history-mini {
    padding-top: 14px;
    border-top: 1px solid rgba(106, 153, 85, 0.22);
}

.today-history-mini-category {
    color: #6A9955;
    font-weight: 700;
    font-size: 12px;
    margin-bottom: 6px;
    text-transform: capitalize;
}

.today-history-mini-title {
    display: inline-block;
    color: #111;
    font-weight: 800;
    font-size: 18px;
    line-height: 1.25;
    text-decoration: none;
}

.today-history-mini-title:hover {
    text-decoration: underline;
}

/*
|---------------------------------------------------------
| Form styles
|---------------------------------------------------------
*/
.form-label-frontend {
    font-weight: bold;
    font-size: 0.8rem;
    text-transform: capitalize;
}

.form-label {
    color: #08252cde !important;
    text-transform: capitalize;
}

.form-control-solid {
    background-color: #f5f5f5 !important;
    outline: none;
    box-shadow: none;
    border: none !important;
    color: #454141 !important;
}

.tool-tip-icon {
    color: #264046ba;
}

/* Age tools cards styles */
.bg-light-blue {
    border: 1px solid #c3deff;
    border-radius: 3px;
}
.faq-title {
    color: #00492e !important;
    opacity: 1 !important;
    width: 90%;
    transition: all 250ms ease-in-out;
}

.custom-heading {
    font-weight: 600;
    font-size: 14px;
    width: 25%;
    border-radius: 3px;
}

.custom-value {
    font-weight: 500;
    font-size: 14px;
}

details {
    background-color: transparent !important;
    max-width: 100% !important;
    margin-bottom: 10px !important;
    border: 1px solid #c3deff !important;
    border-radius: 3px !important;
}

/* BMI Tool Styles */
#bmi-form label {
    font-size: 12px;
}

#bmi-form .nav-tabs {
    border: none;
}

#bmi-form .nav-tabs li {
    width: 50%;
}

#bmi-form .nav-tabs li button {
    width: 100%;
}

#bmi-form .nav-tabs .nav-link {
    color: black;
    background-color: #ffffff;
}

#bmi-form .nav-tabs .nav-link.active {
    border: none;
    background-color: #00492e;
    color: white;
}

#bmi-form .tab-content {
    padding: 0px;
    border: none;
    min-height: auto;
}

#bmi-form .tab-content .form-control {
    color: #000;
    border: 1px solid #c6ccd2;
}

/* JSON Formater tool styles */
p.options label {
    margin-right: 10px;
}

p.options input[type=checkbox] {
    vertical-align: middle;
}

textarea#json-input {
    width: 100%;
    height: 200px;
}

textarea#json-input:focus {
    outline: none;
    border: 1px solid #A6BFB6;
}

pre#json-renderer {
    border: 1px solid #A6BFB6;
    font-size: 12px;
    min-height: 200px;
}

.formatter-card {
    background-color: #51ffbf;
}

/*
|---------------------------------------------------------
| Font size classes
|---------------------------------------------------------
*/
.fs-1 {
    font-size: 2rem;
}

.fs-2 {
    font-size: 1.5rem;
}

.fs-3 {
    font-size: 1rem;
}

.fs-4 {
    font-size: 0.9rem;
}

.fs-5 {
    font-size: 0.85rem;
}

.fs-6 {
    font-size: 0.8rem;
}

.fs-7 {
    font-size: 0.75rem;
}

.fs-8 {
    font-size: 0.7rem;
}

.fs-9 {
    font-size: 0.6rem;
}

.fs-10 {
    font-size: 0.5rem;
}

/*
|---------------------------------------------------------
| Font Color
|---------------------------------------------------------
*/
.primary-text {
    color: var(--bg-primary-color);
}
.secondary-text {
    color: var(--bg-secondary-color);
}

/*
|---------------------------------------------------------
| Hero Section Styles
|---------------------------------------------------------
*/

/* hero section styls */
.dotted-background__dots {
    top: 150px !important;
    right: 0px;
    mask-image: linear-gradient(
        0deg,
        hsla(0, 0%, 100%, 0) -10%,
        #fff 95%,
        hsla(0, 0%, 100%, 0)
    );
}

.s1_detail-page-heading {
    font-size: 3rem;
    color: white;
    font-weight: 600;
    font-family: sans-serif;
    line-height: normal;
}

.s1_detail-page-description {
    font-size: 1rem;
    color: white;
    font-weight: 500;
    font-family: sans-serif;
    line-height: 1.5;
    text-align: justify;
}

/* tool page category images */
.cat2_img-bg {
    border-radius: 50px;
    padding: 7px;
    margin: 0px;
}

.cat2_img-title {
    font-family: sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    text-align: left;
    line-height: 1.25;
    margin-bottom: 0px;
}

.h2-title-cust {
    font-family: Rubik, Helvetica, Arial, sans-serif;
    color: #39424d;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5em;
}

.shadow-cust {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.qrcode-settings-separater {
    font-size: 0.8rem !important;
    color: #dc3545;
    border-bottom: 1px solid #f5f5f5;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 5px;
}

/*
|----------------------------------------------------------------
| Sections Styles
|----------------------------------------------------------------
*/
.section-title {
    /* color: var(--bg-primary-color); */
    color: black;
    font-weight: 800;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

/*
|----------------------------------------------------------------
| Owl Carousel Styles
|----------------------------------------------------------------
*/
#owl-carousel .item .card {
    min-height: 220px;
}

#owl-carousel .top-tool-cat {
    font-size: 11px;
    line-height: 1.25;
}

.owl-carousel .owl-item img {
    font-size: 12px;
    line-height: 1.25;
    color: white;
}

/*
||---------------------------------------------------------
|| Quiz Cards Styles
||---------------------------------------------------------
*/
.quiz-card-modern {
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.quiz-card-modern:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.quiz-card-modern a {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.quiz-card-header {
    padding: 16px 16px 12px;
    text-align: center;
}

.quiz-card-header h6 {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.quiz-card-main {
    flex: 1;
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 280px;
    position: relative;
}

.quiz-card-title {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin: 0;
    line-height: 1;
    font-family: 'Poppins', sans-serif;
}

.quiz-card-instructions {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
    color: rgba(255, 255, 255, 0.9);
    font-size: 11px;
    line-height: 1.6;
    padding: 0 20px;
}

.quiz-card-footer {
    padding: 10px;
    background: #fff;
}

.quiz-card-creator {
    margin-bottom: 12px;
}

.quiz-card-stats {
    display: flex;
    justify-content: space-between;
    gap: 0;
    margin-bottom: 8px;
    padding: 0;
}

.quiz-card-stat {
    flex: 1;
    text-align: center;
    position: relative;
}

.quiz-card-stat:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 60%;
    width: 1px;
    background-color: #e0e0e0;
}

.quiz-card-stat-number {
    font-size: 16px;
    font-weight: 700;
    color: #212529;
    margin: 0 0 2px 0;
    line-height: 1.2;
}

.quiz-card-stat-label {
    font-size: 9px;
    color: #666;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.quiz-card-creator p {
    margin: 0;
    font-size: 12px;
    color: #666;
    line-height: 1.5;
}

.quiz-card-actions {
    display: flex;
    justify-content: center;
}

.quiz-card-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 6px 16px;
    border: none;
    background: #2d2d2d;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    border-radius: 6px;
    transition: all 0.2s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.quiz-card-btn:hover {
    background: #1a1a1a;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
    transform: translateY(-1px);
}

.quiz-card-btn i {
    font-size: 16px;
}

@media (max-width: 768px) {
    .quiz-card-main {
        min-height: 240px;
        padding: 30px 15px;
    }

    .quiz-card-title {
        font-size: 18px;
    }
}

/*
||---------------------------------------------------------
|| Quiz Detail Page Styles
||---------------------------------------------------------
*/
@media (min-width: 768px) {
    .quiz-sticky-wrapper {
        position: relative;
    }

    .quiz-sticky-score-card.is-sticky {
        position: fixed;
        top: 65px;
        width: inherit;
        z-index: 1000;
    }
}

/* Override hero-section styles to match quizerland */
.quiz-hero-section {
    position: relative !important;
    min-height: 500px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-end !important;
    overflow: visible !important;
    padding: 40px !important;
    /* Reset background properties - inline style will override */
    background-size: unset !important;
    background-position: unset !important;
    /* Clear complex multi-gradient backgrounds - inline style will set the background */
    background-image: none;
}

.quiz-hero-section .container-fluid {
    width: 100% !important;
    margin-top: auto !important;
}

.quiz-hero-section::before,
.quiz-hero-section::after {
    display: none !important;
}

/* Ensure heading and description styles match quizerland */
.quiz-heading-1 {
    font-size: 2.5rem;
    font-weight: 800;
    font-family: Poppins, sans-serif;
    line-height: 1;
}

.quiz-description-1 {
    font-size: 1.2rem;
    font-weight: 500;
}

/* Hero section stats */
.quiz-hero-section-stat ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.quiz-stat-wrapper {
    text-align: center;
    padding: 10px 2px;
    border: 1px solid #00000042;
    border-radius: 5px;
}

.quiz-stat-wrapper .quiz-stat-icon {
    display: block;
    font-size: 20px;
    margin-bottom: 10px;
}

.quiz-stat-wrapper .quiz-stat-title {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 0px;
}

.quiz-stat-wrapper .quiz-stat-number {
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 0px;
}

/* Question Card Styles to match quizerland */
.quiz-question-card .quiz-question-title,
.question-card .question-title {
    margin-top: 0px;
    font-size: 2rem;
    font-weight: 700;
    font-family: Poppins, sans-serif;
    line-height: 1;
    padding: 2rem;
    text-align: center;
    color: white;
    min-height: 200px;
}

.quiz-question-card .quiz-option-key,
.question-card .option-key {
    text-align: left;
    font-size: 12px;
    font-weight: 300;
    color: #a4a3a3;
}

.quiz-question-card .quiz-option-value,
.question-card .option-value {
    text-align: left;
    font-size: 15px;
}

/* Answer option hover and default styles */
.quiz-question-card .quiz-answer-option,
.question-card .answer-option {
    border: 1px solid #ddd;
    background-color: #fff;
    transition: all 0.2s ease;
    outline: none !important;
    box-shadow: none !important;
}

.quiz-question-card .quiz-answer-option:hover,
.question-card .answer-option:hover {
    border: 1px solid #ddd;
    background-color: #f5f5f5;
    outline: none !important;
    box-shadow: none !important;
}

.quiz-question-card .quiz-answer-option:focus,
.quiz-question-card .quiz-answer-option:active,
.question-card .answer-option:focus,
.question-card .answer-option:active {
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid #ddd;
}

/* Accordion styles for explanation */
.quiz-acr-item,
.acr-item {
    background-color: #F8F9FA;
    border: none;
    outline: none;
}

.quiz-acr-btn,
.acr-btn {
    background-color: #F8F9FA !important;
    font-size: 1rem !important;
    font-weight: bold !important;
    line-height: 1.5 !important;
    border: none !important;
    border-bottom: 1px solid #DEE2E6 !important;
    padding: 1rem !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}

.quiz-acr-btn:not(.collapsed),
.acr-btn:not(.collapsed) {
    font-size: 1rem !important;
    font-weight: bold !important;
    line-height: 1.5 !important;
    border-bottom: 1px solid #DEE2E6 !important;
}

.quiz-acr-btn.collapsed,
.acr-btn.collapsed {
    font-size: 1rem !important;
    font-weight: bold !important;
    line-height: 1.5 !important;
    border-bottom: 1px solid #DEE2E6 !important;
}

.accordion-button:focus {
    box-shadow: none;
    outline: none;
    border-bottom: 1px solid #DEE2E6 !important;
}

/* Accordion icon on the right - override template-1 CSS that hides it */
.quiz-acr-btn::after,
.acr-btn::after {
    display: block !important;
    margin-left: auto;
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    background-size: 1.25rem;
    background-repeat: no-repeat;
    background-position: center;
}

.quiz-acr-btn:not(.collapsed)::after,
.acr-btn:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(180deg);
}

.quiz-acr-btn.collapsed::after,
.acr-btn.collapsed::after {
    display: block !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(0deg);
}

.quiz-acr-btn:not(.collapsed)::after,
.acr-btn:not(.collapsed)::after {
    display: block !important;
}