.deldia-reviews {
    --deldia-review-bg: #f4f2f0;
    --deldia-review-text: #42342e;
    --deldia-review-title: #6d5147;
    --deldia-review-secondary: #847069;
    --deldia-review-accent: #f8470a;
    --deldia-review-border: #e6e2e0;
    box-sizing: border-box;
    position: absolute;
    inset: 0;
    z-index: 120;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100dvh;
    overflow: clip;
    color: var(--deldia-review-text);
    background: var(--deldia-review-bg);
    border-radius: inherit;
    font-family: "Deldia Noto Serif", NotoSerif, "Noto Serif", serif;
}

.deldia-reviews *,
.deldia-reviews *::before,
.deldia-reviews *::after {
    box-sizing: border-box;
}

.deldia-reviews[hidden],
.deldia-reviews [hidden] {
    display: none !important;
}

.deldia-reviews__sheet {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 0;
    gap: 32px;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    padding: 8px 16px 0;
    border-radius: 32px 32px 0 0;
    background: var(--deldia-review-bg);
    outline: none;
    scrollbar-width: thin;
}

.deldia-reviews__summary {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    gap: 16px;
    width: 100%;
}

.deldia-reviews__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 25px;
    gap: 16px;
}

.deldia-reviews__header h2 {
    margin: 0;
    color: var(--deldia-review-title);
    font-family: "Deldia Noto Serif", NotoSerif, "Noto Serif", serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0;
}

.deldia-reviews__icon-button {
    position: relative;
    display: grid;
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: transparent;
    place-items: center;
    cursor: pointer;
}

.deldia-reviews__icon-button::before {
    position: absolute;
    inset: -10px;
    content: "";
}

.deldia-reviews__icon-button img {
    display: block;
    width: 20px;
    height: 20px;
}

.deldia-reviews__summary-cards {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}

.deldia-reviews__restaurant,
.deldia-reviews__user {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 12px;
    padding: 8px;
    border-radius: 20px;
    background: #fff;
}

.deldia-reviews__restaurant {
    min-height: 82px;
}

.deldia-reviews__user {
    min-height: 56px;
}

.deldia-reviews__restaurant > img,
.deldia-reviews__restaurant-placeholder {
    flex: 0 0 66px;
    width: 66px;
    height: 66px;
    border-radius: 16px;
    object-fit: cover;
    background: linear-gradient(135deg, #e8ded9, #d3cbc7);
}

.deldia-reviews__restaurant > div,
.deldia-reviews__user > div {
    min-width: 0;
}

.deldia-reviews__restaurant h3,
.deldia-reviews__user h3 {
    overflow: hidden;
    margin: 0;
    color: var(--deldia-review-text);
    font-family: "Deldia Noto Serif", NotoSerif, "Noto Serif", serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.deldia-reviews__restaurant p {
    overflow: hidden;
    margin: 4px 0 0;
    color: var(--deldia-review-secondary);
    font-family: "Deldia Inter", Inter, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.deldia-reviews__user p {
    overflow: hidden;
    margin: 2px 0 0;
    color: var(--deldia-review-secondary);
    font-family: "Deldia Inter", Inter, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.deldia-reviews__user > img,
.deldia-reviews__avatar {
    display: grid;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    color: #315a86;
    background: #b9d3ef;
    font-family: "Deldia Inter", Inter, sans-serif;
    font-size: 13px;
    font-weight: 700;
    place-items: center;
}

.deldia-reviews__status,
.deldia-reviews__error {
    display: none;
    min-height: 0;
    margin: 0;
    font-family: "Deldia Inter", Inter, sans-serif;
    font-size: 13px;
    line-height: 1.4;
}

.deldia-reviews__status:not(:empty),
.deldia-reviews__error:not(:empty) {
    display: block;
}

.deldia-reviews__status {
    color: #376b45;
}

.deldia-reviews__error {
    color: #a52a1f;
}

.deldia-reviews__form {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 100%;
    gap: 32px;
    margin: 0;
}

.deldia-reviews__rating {
    min-width: 0;
    min-height: 102px;
    margin: 0;
    padding: 0;
    border: 0;
}

.deldia-reviews__rating legend,
.deldia-reviews__field > span,
.deldia-reviews__photos h3 {
    display: block;
    margin: 0 0 8px;
    padding: 0;
    color: var(--deldia-review-text);
    font-family: "Deldia Noto Serif", NotoSerif, "Noto Serif", serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0;
}

.deldia-reviews__stars {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    min-height: 72px;
    gap: 8px;
}

.deldia-reviews__stars label {
    position: relative;
    display: grid;
    flex: 0 0 48px;
    width: 48px;
    height: 72px;
    place-items: center;
    cursor: pointer;
}

.deldia-reviews__stars input {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
}

.deldia-reviews__stars span {
    display: block;
    width: 48px;
    height: 48px;
    overflow: hidden;
    color: transparent;
    background-color: #d3cbc7;
    font-size: 0;
    -webkit-mask: url("../images/star.svg") center / 37.348px 35.717px no-repeat;
    mask: url("../images/star.svg") center / 37.348px 35.717px no-repeat;
    transition: background-color 120ms ease, transform 120ms ease;
}

.deldia-reviews__stars label.is-filled span,
.deldia-reviews__stars label:hover span {
    background-color: var(--deldia-review-accent);
}

.deldia-reviews__stars input:focus-visible + span {
    border-radius: 8px;
    outline: 3px solid rgba(248, 71, 10, 0.35);
    outline-offset: 1px;
}

.deldia-reviews__field {
    display: block;
    min-height: 130px;
}

.deldia-reviews__field textarea {
    display: block;
    width: 100%;
    height: 100px;
    min-height: 100px;
    margin: 0;
    resize: vertical;
    padding: 19px 20px;
    border: 1px solid transparent;
    border-radius: 20px;
    box-shadow: none;
    background: #fff;
    color: var(--deldia-review-text);
    font-family: "Deldia Inter", Inter, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
}

.deldia-reviews__field textarea::placeholder {
    color: #a39c9a;
    opacity: 1;
}

.deldia-reviews__photos {
    min-width: 0;
}

.deldia-reviews__photos h3 {
    margin-bottom: 8px;
}

.deldia-reviews__upload {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100px;
    min-height: 100px;
    gap: 8px;
    border: 1px dashed var(--deldia-review-accent);
    border-radius: 20px;
    background: #fff;
    color: #a39c9a;
    font-family: "Deldia Inter", Inter, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;
    cursor: pointer;
}

.deldia-reviews__upload > img {
    display: block;
    width: 24px;
    height: 24px;
}

.deldia-reviews__upload input {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
}

.deldia-reviews__upload:focus-within {
    outline: 3px solid rgba(248, 71, 10, 0.35);
    outline-offset: 3px;
}

.deldia-reviews__photo-help {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
}

.deldia-reviews__previews {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 8px;
}

.deldia-reviews__previews:empty {
    display: none;
    margin-top: 0;
}

.deldia-reviews__preview {
    position: relative;
    flex: 0 0 96px;
    width: 96px;
    height: 96px;
    overflow: hidden;
    border-radius: 16px;
}

.deldia-reviews__preview > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.deldia-reviews__preview button {
    position: absolute;
    top: 4px;
    right: 4px;
    display: grid;
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.35);
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
    place-items: center;
    cursor: pointer;
}

.deldia-reviews__preview button::before,
.deldia-reviews__preview button::after {
    position: absolute;
    width: 20px;
    height: 1.5px;
    border-radius: 2px;
    background: #fff;
    content: "";
}

.deldia-reviews__preview button::before {
    transform: rotate(45deg);
}

.deldia-reviews__preview button::after {
    transform: rotate(-45deg);
}

.deldia-reviews__submit {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 48px;
    min-height: 48px;
    gap: 12px;
    margin: 0;
    padding: 12px 24px;
    border: 0;
    border-radius: 24px;
    background: var(--deldia-review-accent);
    color: #fff;
    font-family: "Deldia Inter", Inter, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0;
    text-transform: uppercase;
    cursor: pointer;
}

.deldia-reviews__submit:disabled {
    cursor: wait;
    opacity: 0.65;
}

.deldia-reviews__submit-arrow {
    display: block;
    width: 20px;
    height: 20px;
    padding: 2px;
    object-fit: contain;
}

.deldia-reviews[data-deldia-reviews-state="login"] .deldia-reviews__sheet {
    gap: 88px;
    padding-top: 16px;
}

.deldia-reviews.is-authenticated .deldia-reviews__sheet {
    padding-top: 16px;
}

.deldia-reviews__login {
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    align-items: center;
    width: calc(100% + 2px);
    gap: 24px;
    margin-left: -1px;
    padding: 40px 24px;
    border-radius: 24px;
    background: var(--deldia-review-bg);
    text-align: center;
}

.deldia-reviews__login-intro {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.deldia-reviews__message-icon {
    display: block;
    width: 48px;
    height: 48px;
    margin: 0 0 8px;
}

.deldia-reviews__login h3,
.deldia-reviews__thanks h3 {
    margin: 0;
    color: var(--deldia-review-text);
    font-family: "Deldia Noto Serif", NotoSerif, "Noto Serif", serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0;
}

.deldia-reviews__login-intro p {
    width: 100%;
    max-width: 281px;
    margin: 8px 0 0;
    color: var(--deldia-review-secondary);
    font-family: "Deldia Noto Serif", NotoSerif, "Noto Serif", serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;
    text-align: center;
}

.deldia-reviews__login-actions {
    width: 100%;
}

.deldia-reviews__login .deldia-google-button {
    width: 100%;
    min-height: 48px;
}

.deldia-reviews__login .deldia-auth__error {
    color: #9c2f18;
    font-family: "Deldia Inter", Inter, sans-serif;
    font-size: 13px;
    line-height: 1.45;
}

.deldia-reviews__login .deldia-auth__error:empty {
    display: none;
}

.deldia-reviews__privacy {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 6px;
    margin: 16px 0 0;
    color: var(--deldia-review-secondary);
    font-family: "Deldia Inter", Inter, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0;
}

.deldia-reviews__privacy img {
    display: block;
    flex: 0 0 16px;
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.deldia-reviews__thanks-layer {
    position: absolute;
    inset: 0;
    z-index: 5;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: min(162px, max(24px, calc((100dvh - 284px) / 2))) 15px 15px;
    background: rgba(0, 0, 0, 0.4);
}

.deldia-reviews.is-thanks {
    background: transparent;
}

.deldia-reviews.is-thanks .deldia-reviews__sheet {
    visibility: hidden;
}

.deldia-reviews__thanks {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    min-height: 284px;
    padding: 40px 24px;
    border-radius: 24px;
    background: var(--deldia-review-bg);
}

.deldia-reviews__thanks > img {
    display: block;
    width: 48px;
    height: 48px;
    margin: 0 0 8px;
}

.deldia-reviews__thanks > h3 {
    margin: 0 0 8px;
}

.deldia-reviews__thanks > p {
    width: 98%;
    margin: 0 0 24px;
    color: var(--deldia-review-secondary);
    font-family: "Deldia Noto Serif", NotoSerif, "Noto Serif", serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;
    text-align: center;
}

.deldia-reviews__thanks-close {
    position: absolute;
    top: 16px;
    right: 16px;
    display: grid;
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 6px;
    border: 0;
    border-radius: 50%;
    background: transparent;
    place-items: center;
    cursor: pointer;
}

.deldia-reviews__thanks-close img {
    display: block;
    width: 20px;
    height: 20px;
}

body.deldia-reviews-modal-open {
    overflow: hidden;
}

#page.deldia-reviews-shell-open {
    overflow: hidden;
}

body.deldia-reviews-fluid-shell #page.layout-wrap {
    width: 100%;
    max-width: none;
}

.deldia-reviews button:focus-visible,
.deldia-reviews textarea:focus-visible {
    outline: 3px solid rgba(248, 71, 10, 0.45);
    outline-offset: 3px;
}

@media (max-width: 767px) {
    #page.deldia-reviews-shell-open {
        height: 100dvh;
        min-height: 100dvh;
    }

    .deldia-reviews {
        min-height: 100dvh;
        border-radius: 0;
    }
}

@media (min-width: 768px) {
    .deldia-reviews__thanks-layer {
        padding-top: min(122px, max(24px, calc((100dvh - 376px) / 2)));
    }
}

@media (max-width: 340px) {
    .deldia-reviews__sheet {
        padding-right: 16px;
        padding-left: 16px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .deldia-reviews *,
    .deldia-reviews *::before,
    .deldia-reviews *::after {
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}

.deldia-public-reviews {
    --deldia-public-bg: #f4f2f0;
    --deldia-public-card: #fff;
    --deldia-public-text: #42342e;
    --deldia-public-secondary: #847069;
    --deldia-public-muted: #a39c9a;
    --deldia-public-accent: #f8470a;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    padding: 28px 15px 40px;
    overflow: hidden;
    color: var(--deldia-public-text);
    background: var(--deldia-public-bg);
}

.deldia-public-reviews *,
.deldia-public-reviews *::before,
.deldia-public-reviews *::after {
    box-sizing: border-box;
}

.deldia-public-reviews__summary,
.deldia-public-reviews__heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 0;
    gap: 12px;
}

.deldia-public-reviews__summary {
    margin-bottom: 34px;
}

.deldia-public-reviews__summary h2,
.deldia-public-reviews__heading h3 {
    margin: 0;
    color: #361c12;
    font-family: NotoSerif, "Noto Serif", serif;
    font-weight: 700;
    line-height: 1.4;
}

.deldia-public-reviews__summary h2 {
    font-size: 22px;
}

.deldia-public-reviews__heading {
    margin-bottom: 16px;
}

.deldia-public-reviews__heading h3 {
    font-size: 16px;
}

.deldia-public-reviews__average {
    display: grid;
    grid-template-columns: 20px auto;
    align-items: center;
    min-height: 40px;
    gap: 4px;
    padding: 7px 12px;
    border: 1px solid var(--deldia-public-bg);
    border-radius: 24px;
    background: #fff;
}

.deldia-public-reviews__average > span {
    color: var(--deldia-public-accent);
    font-size: 19px;
    line-height: 1;
}

.deldia-public-reviews__average strong {
    color: var(--deldia-public-text);
    font-family: NotoSerif, "Noto Serif", serif;
    font-size: 17px;
    font-weight: 400;
}

.deldia-public-reviews__average small {
    grid-column: 1 / -1;
    color: var(--deldia-public-secondary);
    font-family: Inter, sans-serif;
    font-size: 10px;
    line-height: 1.2;
    text-align: center;
}

.deldia-public-reviews__write,
.deldia-public-reviews__toggle,
.deldia-public-reviews__load {
    border: 0;
    background: transparent;
    font-family: Inter, sans-serif;
    font-weight: 700;
    cursor: pointer;
}

.deldia-public-reviews__write {
    flex: 0 0 auto;
    padding: 8px 0;
    color: var(--deldia-public-accent);
    font-size: 13px;
    line-height: 1.4;
    text-decoration: underline;
    text-transform: uppercase;
    text-underline-offset: 3px;
}

.deldia-public-reviews__list {
    display: grid;
    width: 100%;
    gap: 16px;
}

.deldia-public-reviews__card {
    width: 100%;
    min-width: 0;
    padding: 20px;
    border-radius: 24px;
    background: var(--deldia-public-card);
}

.deldia-public-reviews__author {
    display: flex;
    align-items: flex-start;
    min-width: 0;
    gap: 12px;
    margin-bottom: 18px;
}

.deldia-public-reviews__avatar,
.deldia-public-reviews__avatar-fallback {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.deldia-public-reviews__avatar {
    display: block;
    object-fit: cover;
}

.deldia-public-reviews__avatar-fallback {
    display: grid;
    color: #fff;
    background: #847069;
    font-family: NotoSerif, "Noto Serif", serif;
    font-size: 18px;
    font-weight: 700;
    place-items: center;
}

.deldia-public-reviews__author > div {
    min-width: 0;
}

.deldia-public-reviews__author h4 {
    margin: 0;
    overflow-wrap: anywhere;
    color: #361c12;
    font-family: NotoSerif, "Noto Serif", serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}

.deldia-public-reviews__author time {
    display: block;
    margin-top: 2px;
    color: var(--deldia-public-muted);
    font-family: Inter, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.4;
}

.deldia-public-reviews__rating {
    display: flex;
    align-items: center;
    width: max-content;
    max-width: 100%;
    gap: 7px;
    margin-bottom: 8px;
}

.deldia-public-reviews__stars {
    display: flex;
    gap: 2px;
    color: #d8d2cf;
    font-size: 19px;
    line-height: 1;
}

.deldia-public-reviews__stars .is-filled {
    color: var(--deldia-public-accent);
}

.deldia-public-reviews__rating strong {
    color: var(--deldia-public-text);
    font-family: Inter, sans-serif;
    font-size: 12px;
    font-weight: 600;
}

.deldia-public-reviews__copy {
    position: relative;
    color: #312723;
    font-family: NotoSerif, "Noto Serif", serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
    overflow-wrap: anywhere;
}

.deldia-public-reviews__copy p {
    margin: 0;
}

.deldia-public-reviews__copy.is-collapsed {
    max-height: 6.8em;
    overflow: hidden;
}

.deldia-public-reviews__copy.is-collapsed::after {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 30%;
    height: 1.4em;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), #fff 75%);
    content: "";
}

.deldia-public-reviews__toggle {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-top: 14px;
    padding: 3px 0;
    color: var(--deldia-public-text);
    font-size: 12px;
    line-height: 1.4;
    text-transform: uppercase;
}

.deldia-public-reviews__toggle[aria-expanded="true"] > span:last-child {
    transform: rotate(180deg);
}

.deldia-public-reviews__photos {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(72px, 96px));
    gap: 10px;
    margin-top: 18px;
}

.deldia-public-reviews__photos .deldia-public-reviews__photo {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    border-radius: 16px;
    object-fit: cover;
}

.deldia-public-reviews__empty {
    margin: 0;
    padding: 24px 20px;
    border-radius: 24px;
    color: var(--deldia-public-secondary);
    background: #fff;
    font-family: NotoSerif, "Noto Serif", serif;
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
}

.deldia-public-reviews__load {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 48px;
    margin-top: 16px;
    padding: 12px 24px;
    border: 1px solid var(--deldia-public-accent);
    border-radius: 24px;
    color: var(--deldia-public-accent);
    font-size: 14px;
    line-height: 1.4;
    text-transform: uppercase;
}

.deldia-public-reviews__load[hidden] {
    display: none;
}

.deldia-public-reviews__load:disabled {
    cursor: wait;
    opacity: 0.65;
}

.deldia-public-reviews__status {
    min-height: 0;
    color: var(--deldia-public-secondary);
    font-family: Inter, sans-serif;
    font-size: 13px;
}

.deldia-public-reviews__status:not(:empty) {
    margin: -6px 0 12px;
}

.deldia-public-reviews button:focus-visible {
    outline: 3px solid rgba(248, 71, 10, 0.45);
    outline-offset: 3px;
}

@media (max-width: 340px) {
    .deldia-public-reviews {
        padding-right: 12px;
        padding-left: 12px;
    }

    .deldia-public-reviews__card {
        padding: 16px;
    }

    .deldia-public-reviews__summary {
        align-items: flex-start;
    }

    .deldia-public-reviews__summary h2 {
        font-size: 20px;
    }

    .deldia-public-reviews__write {
        max-width: 130px;
        text-align: right;
        white-space: normal;
    }
}

@media (min-width: 640px) {
    .deldia-public-reviews__list {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }
}

@media (prefers-reduced-motion: reduce) {
    .deldia-public-reviews *,
    .deldia-public-reviews *::before,
    .deldia-public-reviews *::after {
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}
