.quiz-button {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(to right, #f9f9fb 0%, #e5e8ec 50%, #f9f9fb 100%) 1;
    padding: 0 0 50px 0;
}

.quiz-button__columns {
    display: grid;
    background-color: oklab(0.999994 0.0000455677 0.0000200868 / 0.8);
    backdrop-filter: blur(8px);
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
    border-radius: 25px;
    border: 1px solid;
    border-color: oklab(0.967 -0.000285348 -0.0029864 / 0.6);
}

.quiz-button__column--left {
    background-image: linear-gradient(to right bottom, oklab(0.36342 -0.000455797 -0.127774 / 0.05) 0%, oklab(0.729884 0.16093 0.0369245 / 0.05) 100%);
    padding: 30px;
    border-radius: 25px 25px 0 0;
}

.quiz-button__left-title {
    font-size: 24px;
}

.quiz-button__left-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.quiz-button__left-item {
    backdrop-filter: blur(8px);
    background-color: oklab(0.999994 0.0000455677 0.0000200868 / 0.6);
    border: 1px solid;
    border-color: oklab(0.967 -0.000285348 -0.0029864 / 0.4);
    border-radius: 15px;
    padding: 15px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

img.quiz-button__left-icon {
    margin-top: 5px;
}

.quiz-button__left-item-title {
    color: #253580;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 5px;
}

.quiz-button__left-item-desc {
    color: #6b7280;
    font-size: 14px;
}

.quiz-button__column--right {
    padding: 30px;
    border-radius: 25px 25px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}

.quiz-button__right-image {
    background-image: linear-gradient(to right bottom, oklab(0.729884 0.16093 0.0369245 / 0.2) 0%, oklab(0.36342 -0.000455797 -0.127774 / 0.2) 100%);
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.quiz-button__left-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
}

.quiz-button__right-title {
    font-size: 24px;
    text-align: center;
    margin: 0;
    margin-bottom: 15px;
}

.new-page .quiz-button__right-description {
    color: #6b7280;
    font-size: 16px;
    text-align: center;
    margin: 0;
}

.quiz-button__link {
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(to right, rgb(37, 53, 128) 0%, oklab(0.36342 -0.000455797 -0.127774 / 0.9) 100%);
    border: 1px solid;
    border-color: rgb(37, 53, 128);
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, oklab(0.36342 -0.000455797 -0.127774 / 0.25) 0px 10px 15px -3px, oklab(0.36342 -0.000455797 -0.127774 / 0.25) 0px 4px 6px -4px;
    width: 100%;
    padding: 11px;
    border-radius: 15px;
    backdrop-filter: blur(16px);
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.quiz-button__link:hover {
    background-color: oklab(0.729884 0.16093 0.0369245 / 0.9);
    background-image: linear-gradient(to right in oklab, rgb(37, 53, 128) 0%, rgb(37, 53, 128) 100%);
    border-color: rgb(37, 53, 128);
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, oklab(0.36342 -0.000455797 -0.127774 / 0.4) 0px 20px 25px -5px, oklab(0.36342 -0.000455797 -0.127774 / 0.4) 0px 8px 10px -6px;
}

.quiz-button__link:after {
    content: "";
    position: relative;
    width: 16px;
    height: 16px;
    background-image: url(/wp-content/themes/vittoriavita/images/quiz-arrow.svg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.new-page .quiz-button__right-text {
    color: #6b7280;
    text-align: center;
    font-size: 14px;
    margin: 10px 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #0000001a;
}

.quiz-button__right-list {
    display: flex;
    gap: 20px;
}

.quiz-button__right-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.quiz-button__right-item-title {
    color: #6b7280;
    font-size: 12px;
    text-align: center;
}


@media screen and (min-width: 992px) {
    .quiz-button__columns {
        grid-template-columns: 1fr 1fr;
    }

    .quiz-button__column--left {
        border-radius: 25px 0 0 25px;
        padding: 40px;
    }

    .quiz-button__column--right {
        padding: 40px;
    }
}

@media screen and (min-width: 1200px) {}