.rac-extra-warranty-hidden-cart-item {
    display: none !important;
}

.rac-wrapper {
    margin: 0 0 2rem;
}

.rac-card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    margin: 0 0 1rem;
    padding: 1rem;
}

.rac-order-header {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin: 0 0 1rem;
}

.rac-form label {
    display: block;
    font-weight: 600;
    margin-bottom: 0.35rem;
}

.rac-form input[type="text"],
.rac-form input[type="email"],
.rac-form input[type="number"],
.rac-form select,
.rac-form textarea {
    box-sizing: border-box;
    max-width: 520px;
    width: 100%;
}

.rac-items {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin: 0 0 1rem;
}

.rac-item-row {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.10);
    border-radius: 10px;
    display: flex;
    gap: 0.9rem;
    min-width: 0;
    overflow: visible;
    padding: 0.75rem 0.9rem;
    position: relative;
}

.rac-item-check {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    justify-content: center;
}

.rac-item-check input[type="checkbox"] {
    margin: 0;
}

.rac-item-main {
    align-items: center;
    display: flex;
    flex: 1 1 auto;
    gap: 0.9rem;
    min-width: 0;
}

.rac-item-image-wrap {
    align-items: center;
    display: inline-flex;
    flex: 0 0 60px;
    height: 60px;
    justify-content: center;
    position: relative;
    width: 60px;
    z-index: 2;
}

.rac-item-image {
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    display: block;
    height: 60px !important;
    max-width: none !important;
    object-fit: cover;
    width: 60px !important;
}

.rac-item-image-preview {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 12px;
    bottom: calc(100% + 12px);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
    display: flex;
    height: 220px;
    justify-content: center;
    left: 50%;
    opacity: 0;
    padding: 12px;
    pointer-events: none;
    position: absolute;
    transform: translate(-50%, 6px) scale(0.98);
    transition: opacity 0.15s ease, transform 0.15s ease;
    visibility: hidden;
    width: 220px;
    z-index: 60;
}

.rac-item-image-preview::before,
.rac-item-image-preview::after {
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 0;
}

.rac-item-image-preview::before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid rgba(0, 0, 0, 0.12);
    bottom: -10px;
}

.rac-item-image-preview::after {
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #fff;
    bottom: -8px;
}

.rac-item-image-preview img {
    display: block;
    height: auto !important;
    max-height: 196px;
    max-width: 196px !important;
    object-fit: contain;
    width: auto !important;
}

.rac-item-image-wrap:hover .rac-item-image-preview,
.rac-item-image-wrap:focus .rac-item-image-preview,
.rac-item-image-wrap:focus-within .rac-item-image-preview {
    opacity: 1;
    transform: translate(-50%, 0) scale(1);
    visibility: visible;
}

.rac-return-bank-fields {
    background: #f6f7f7;
    border: 1px solid #dcdcde;
    border-radius: 10px;
    box-sizing: border-box;
    display: grid;
    gap: 0.85rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0 0 1rem;
    padding: 1rem;
}

.rac-return-bank-fields p {
    margin: 0;
}

.rac-return-bank-fields input[type="text"] {
    max-width: none;
}

.rac-item-title {
    flex: 1 1 auto;
    min-width: 0;
}

.rac-item-title a,
.rac-item-title label {
    color: inherit;
    display: block;
    font-weight: 600;
    line-height: 1.35;
    margin: 0;
    overflow-wrap: anywhere;
    text-decoration: none;
}

.rac-item-title a:hover,
.rac-item-title a:focus {
    text-decoration: underline;
}

.rac-qty-label {
    align-items: center;
    display: inline-flex !important;
    flex: 0 0 auto;
    gap: 0.5rem;
    justify-content: flex-end;
    margin: 0;
    white-space: nowrap;
}

.rac-qty-label span {
    font-weight: 600;
}

.rac-form .rac-qty-label input[type="number"] {
    box-sizing: border-box;
    max-width: 78px;
    min-width: 78px;
    text-align: center;
    width: 78px;
}

.rac-notice {
    border-radius: 6px;
    margin: 0 0 1rem;
    padding: 0.85rem 1rem;
}

.rac-notice-success {
    background: #ecf8ef;
    border: 1px solid #a8d9b3;
}

.rac-notice-error {
    background: #fff1f1;
    border: 1px solid #e3abab;
}

.order-status.status-client-cancel,
mark.order-status.status-client-cancel,
.woocommerce-order-status.status-client-cancel {
    background: #d63638;
    color: #fff;
}

.order-status.status-client-cancel span,
mark.order-status.status-client-cancel span,
.woocommerce-order-status.status-client-cancel span {
    color: #fff;
}

.rac-form .rac-direct-cancel-reason {
    height: 42px;
    min-height: 42px;
    resize: vertical;
}

@media (min-width: 768px) {
    .rac-return-product-list .rac-item-row {
        flex-wrap: wrap;
    }

    .rac-return-product-list .rac-item-main {
        flex: 1 1 320px;
        min-width: 240px;
    }

    .rac-return-product-list .rac-item-title {
        min-width: 0;
        width: auto;
    }

    .rac-return-product-list .rac-item-title a,
    .rac-return-product-list .rac-item-title label {
        overflow-wrap: break-word;
        word-break: normal;
    }

    .rac-return-product-list .rac-return-deadline-badge {
        flex: 1 0 100%;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .rac-item-row {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .rac-item-main {
        flex: 1 1 calc(100% - 36px);
    }

    .rac-qty-label {
        margin-left: 36px;
    }

    .rac-item-image-preview {
        height: 180px;
        width: 180px;
    }

    .rac-item-image-preview img {
        max-height: 156px;
        max-width: 156px !important;
    }

    .rac-return-bank-fields {
        grid-template-columns: 1fr;
    }
}


.rac-returns-toolbar {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    margin: 0 0 1.5rem;
}

.rac-returns-toolbar h2 {
    margin: 0;
}

.rac-return-list {
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 10px;
}

.rac-return-list-item {
    align-items: center;
    border-top: 1px solid #efefef;
    display: grid;
    gap: 1rem;
    grid-template-columns: 160px 72px minmax(0, 1fr) 120px;
    padding: 1.25rem 1rem;
}

.rac-return-list-item:first-child {
    border-top: 0;
}

.rac-return-list-meta {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.rac-return-list-meta strong {
    font-size: 1.1rem;
}

.rac-return-list-thumb img {
    border-radius: 8px;
    display: block;
    height: 64px;
    object-fit: contain;
    width: 64px;
}

.rac-return-list-title {
    line-height: 1.45;
}

.rac-return-list-action {
    text-align: right;
}

.rac-return-list-mobile-action {
    display: none !important;
}

.rac-return-flow {
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    padding: 1.5rem;
}

.rac-return-flow-header {
    margin: 0 0 1.25rem;
}

.rac-return-flow-header h2 {
    margin: 0;
}

.rac-return-steps {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0 0 1.25rem;
    position: relative;
}

.rac-return-steps::before {
    background: #e5e5e5;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
}

.rac-return-step {
    align-items: center;
    background: #f1f1f1;
    border-radius: 999px;
    display: inline-flex;
    font-weight: 700;
    height: 34px;
    justify-content: center;
    position: relative;
    width: 34px;
    z-index: 1;
}

.rac-return-step.is-active {
    background: #2f7ddd;
    color: #fff;
}

.rac-return-flow-info {
    background: #eef4fb;
    border-radius: 10px;
    margin: 0 0 1.5rem;
    padding: 1rem;
}

.rac-return-flow-title {
    font-size: 1.7rem;
    margin: 0 0 1rem;
}

.rac-return-flow-order-label {
    font-weight: 700;
    margin: 0 0 1rem;
}

.rac-return-flow-back {
    margin: 1rem 0 0;
}

.rac-return-details-card {
    padding: 1.5rem;
}

.rac-return-detail-hero {
    align-items: center;
    display: flex;
    gap: 1.25rem;
    margin: 0 0 1.25rem;
}

.rac-return-detail-hero img {
    border-radius: 10px;
    display: block;
    height: 90px;
    object-fit: contain;
    width: 90px;
}

.rac-return-detail-hero-text h3,
.rac-return-detail-hero-text p {
    margin: 0 0 0.35rem;
}

.rac-return-detail-box {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    margin: 0 0 1rem;
    padding: 1rem;
}

.rac-return-detail-bank {
    background: #f6f7f7;
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.rac-return-detail-bank span {
    color: #666;
    display: block;
    font-size: 0.92rem;
    margin: 0 0 0.2rem;
}

.rac-return-detail-bank strong {
    display: block;
}

.rac-empty-state {
    text-align: center;
}

@media (max-width: 767px) {
    .rac-returns-toolbar {
        align-items: flex-start;
        flex-direction: column;
    }

    .rac-return-list-item {
        grid-template-columns: 1fr;
    }

    .rac-return-list-action {
        text-align: left;
    }

    .rac-return-detail-hero {
        align-items: flex-start;
        flex-direction: column;
    }

    .rac-return-detail-bank {
        grid-template-columns: 1fr;
    }
}

.rac-return-form-message {
    background: #fff1f1;
    border: 1px solid #e3abab;
    border-radius: 6px;
    margin: 0 0 1rem;
    padding: 0.85rem 1rem;
}

.rac-return-panel[hidden],
.rac-return-sealed-reasons[hidden],
.rac-return-flow-info[hidden] {
    display: none !important;
}

.rac-return-product-list {
    gap: 0.85rem;
}

.rac-return-form-card .rac-return-bank-fields {
    margin-top: 0;
}

.rac-form-actions {
    align-items: center;
    display: flex;
    gap: 0.75rem;
    margin: 1rem 0 0;
}

.rac-return-steps {
    margin-top: 1.75rem;
}

.rac-return-step.is-complete {
    background: #109c34;
    color: #fff;
}

.rac-return-step.is-complete::after {
    background: #109c34;
    content: "";
    height: 2px;
    left: 100%;
    position: absolute;
    top: 50%;
    width: calc(50vw - 2rem);
    z-index: -1;
}

.rac-return-step-help {
    margin: 0 0 1.5rem;
}

.rac-selected-products {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin: 0 0 1.5rem;
}

.rac-selected-product {
    align-items: center;
    display: flex;
    gap: 1rem;
}

.rac-selected-product img {
    display: block;
    height: 58px;
    object-fit: contain;
    width: 72px;
}

.rac-selected-product span {
    font-weight: 700;
    line-height: 1.35;
}

.rac-return-reason-box {
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    padding: 1rem;
}

.rac-return-reason-box > strong,
.rac-return-sealed-reasons > strong {
    display: block;
    margin: 0 0 0.8rem;
}

.rac-return-sealed-reasons {
    margin: 1rem 0 0;
}

.rac-return-choice {
    align-items: center;
    display: flex !important;
    font-weight: 400 !important;
    gap: 0.75rem;
    margin: 0 0 0.9rem !important;
}

.rac-return-choice:last-child {
    margin-bottom: 0 !important;
}

.rac-return-choice input[type="radio"] {
    margin: 0;
}

.rac-return-flow[data-rac-return-flow] .rac-card {
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
}

.rac-return-flow[data-rac-return-flow] .rac-order-header {
    display: none;
}

@media (max-width: 767px) {
    .rac-form-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .rac-form-actions .button {
        text-align: center;
        width: 100%;
    }
}

.rac-return-steps {
    overflow: hidden;
}

.rac-return-steps::before {
    left: 17px;
    right: 17px;
}

.rac-return-progress {
    background: #109c34;
    content: "";
    display: block;
    height: 2px;
    left: 17px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: width 0.15s ease;
    width: 0;
    z-index: 0;
}

.rac-return-progress.is-full {
    width: calc(100% - 34px);
}

.rac-return-step {
    border: 0;
    cursor: pointer;
    padding: 0;
}

.rac-return-step.is-complete::after {
    display: none !important;
}

.rac-return-other-reason {
    margin: 0.5rem 0 0;
}

.rac-return-other-reason textarea {
    max-width: 620px;
    min-height: 88px;
}

.rac-return-success-card {
    background: #f7fbf8;
    border: 1px solid #b7dfbd;
    border-radius: 12px;
    padding: 1.25rem;
}

.rac-return-success-card h3 {
    color: #109c34;
    margin: 0 0 0.75rem;
}

.rac-return-company-box {
    background: #fff;
    border: 1px solid #dcdcde;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    margin: 1rem 0 0;
    padding: 1rem;
}

.rac-return-success-flow .rac-return-step {
    cursor: default;
}

.rac-return-success-flow .rac-return-step.is-complete {
    background: #109c34;
    color: #fff;
}


.rac-return-list-item {
    grid-template-columns: 220px 72px minmax(0, 1fr) 120px;
    min-height: 118px;
}

.rac-return-list-meta {
    align-items: flex-start;
    gap: 0.5rem;
}

.rac-return-list-id {
    color: #1d3557;
    display: block;
    font-size: 0.98rem;
    font-weight: 700;
    line-height: 1.35;
    white-space: nowrap;
}

.rac-return-status-badge {
    border-radius: 6px;
    display: inline-flex;
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1;
    padding: 0.4rem 0.65rem;
}

.rac-return-status-pending {
    background: #fff2e2;
    border: 1px solid #f2c185;
    color: #b76400;
}

.rac-return-status-approved {
    background: #eaf2ff;
    border: 1px solid #8cb6ff;
    color: #1d5fd0;
}

.rac-return-status-refused {
    background: #fff1f1;
    border: 1px solid #e4aaaa;
    color: #c53929;
}

.rac-return-status-cancelled {
    background: #f4f4f5;
    border: 1px solid #c9c9ce;
    color: #55565c;
}

.rac-return-status-refunded {
    background: #ecf8ef;
    border: 1px solid #9cd3a7;
    color: #0d8a2a;
}

.rac-return-list-date {
    color: #52606d;
    display: block;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.4;
}

@media (max-width: 767px) {
    .rac-return-list-item {
        min-height: 0;
    }

    .rac-return-list-id {
        white-space: normal;
    }
}


.rac-return-details-layout {
    display: grid;
    gap: 2rem;
    grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.8fr);
}

.rac-return-details-card {
    padding: 1.5rem;
}

.rac-return-details-main,
.rac-return-details-sidebar {
    min-width: 0;
}

.rac-return-detail-section {
    border-top: 1px solid #ececec;
    padding-top: 1rem;
}

.rac-return-detail-section:first-child {
    border-top: 0;
    padding-top: 0;
}

.rac-return-detail-section + .rac-return-detail-section {
    margin-top: 1.5rem;
}

.rac-return-detail-section h3 {
    font-size: 1.55rem;
    margin: 0 0 1rem;
}

.rac-return-detail-product {
    align-items: center;
    display: flex;
    gap: 1rem;
}

.rac-return-detail-product img {
    border-radius: 10px;
    display: block;
    flex: 0 0 72px;
    height: 72px;
    object-fit: contain;
    width: 72px;
}

.rac-return-detail-product-text {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.rac-return-detail-product-text strong,
.rac-return-detail-product-text span {
    line-height: 1.45;
}

.rac-return-timeline {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
}

.rac-return-timeline-item {
    align-items: flex-start;
    display: flex;
    gap: 0.9rem;
    position: relative;
}

.rac-return-timeline-item:not(:last-child)::after {
    background: #d9d9d9;
    content: '';
    height: calc(100% + 0.9rem);
    left: 16px;
    position: absolute;
    top: 14px;
    width: 2px;
}

.rac-return-timeline-icon {
    background: #f1f1f1;
    border: 2px solid #d5d5d5;
    border-radius: 50%;
    box-sizing: border-box;
    display: inline-flex;
    flex: 0 0 34px;
    height: 34px;
    position: relative;
    width: 34px;
    z-index: 1;
}

.rac-return-timeline-icon::after {
    border-bottom: 2px solid transparent;
    border-right: 2px solid transparent;
    content: '';
    height: 9px;
    left: 10px;
    position: absolute;
    top: 7px;
    transform: rotate(45deg);
    width: 5px;
}

.rac-return-timeline-content {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    padding-top: 0.2rem;
}

.rac-return-timeline-content strong {
    font-size: 1.02rem;
    line-height: 1.35;
}

.rac-return-timeline-content span {
    color: #5d6976;
    font-size: 0.92rem;
    line-height: 1.35;
}

.rac-return-timeline-item.is-active .rac-return-timeline-icon {
    background: #eaf2ff;
    border-color: #2f7ddd;
}

.rac-return-timeline-item.is-active .rac-return-timeline-icon::after {
    border-bottom-color: #2f7ddd;
    border-right-color: #2f7ddd;
}

.rac-return-timeline-item.is-active .rac-return-timeline-content strong {
    color: #2f7ddd;
}

.rac-return-timeline-item.is-complete .rac-return-timeline-icon {
    background: #f3f4f5;
    border-color: #cfd5dc;
}

.rac-return-timeline-item.is-complete .rac-return-timeline-icon::after {
    border-bottom-color: #6f7b88;
    border-right-color: #6f7b88;
}

.rac-return-timeline-item.is-complete .rac-return-timeline-content strong {
    color: #374151;
}

.rac-return-timeline-item.is-inactive .rac-return-timeline-icon::after {
    display: none;
}

.rac-return-detail-row {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    margin: 0 0 1rem;
}

.rac-return-detail-row:last-child {
    margin-bottom: 0;
}

.rac-return-detail-row span {
    color: #5d6976;
    font-size: 0.94rem;
    line-height: 1.35;
}

.rac-return-detail-row strong {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.45;
}

@media (max-width: 991px) {
    .rac-return-details-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .rac-return-detail-product {
        align-items: flex-start;
    }
}

.rac-return-details-layout {
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 1.5rem;
}

.rac-return-details-sidebar {
    font-size: 0.9rem;
}

.rac-return-detail-section h3 {
    font-size: 1.28rem;
    margin-bottom: 0.75rem;
}

.rac-return-details-sidebar .rac-return-detail-section h3 {
    font-size: 1.08rem;
}

.rac-return-detail-row {
    margin-bottom: 0.65rem;
}

.rac-return-detail-row span {
    font-size: 0.78rem;
    line-height: 1.25;
}

.rac-return-detail-row strong {
    font-size: 0.86rem;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

.rac-return-detail-product-text strong {
    font-size: 0.94rem;
    line-height: 1.35;
}

.rac-return-detail-product-text span {
    font-size: 0.84rem;
    line-height: 1.35;
}

.rac-return-timeline {
    gap: 0.75rem;
}

.rac-return-timeline-item {
    gap: 0.75rem;
}

.rac-return-timeline-item:not(:last-child)::after {
    background: #d3d7dd;
    height: calc(100% + 0.75rem);
    left: 15px;
    top: 30px;
    width: 2px;
}

.rac-return-timeline-icon {
    align-items: center;
    box-shadow: 0 0 0 3px rgba(210, 216, 224, 0.45), 0 0 12px rgba(210, 216, 224, 0.55);
    display: inline-flex;
    flex: 0 0 32px;
    height: 32px;
    justify-content: center;
    width: 32px;
}

.rac-return-timeline-icon::after {
    height: 10px;
    left: 11px;
    top: 7px;
    width: 6px;
}

.rac-return-timeline-item.is-active .rac-return-timeline-icon {
    background: #f4f9ff;
    border-color: #2f7ddd;
    box-shadow: 0 0 0 4px rgba(47, 125, 221, 0.14), 0 0 16px rgba(47, 125, 221, 0.42);
}

.rac-return-timeline-item.is-complete .rac-return-timeline-icon {
    background: #f7f8f9;
    border-color: #c6ccd4;
    box-shadow: 0 0 0 4px rgba(198, 204, 212, 0.20), 0 0 12px rgba(198, 204, 212, 0.42);
}

.rac-return-timeline-content {
    padding-top: 0.15rem;
}

.rac-return-timeline-content strong {
    font-size: 0.95rem;
}

.rac-return-timeline-content span {
    font-size: 0.84rem;
}

@media (max-width: 991px) {
    .rac-return-details-layout {
        grid-template-columns: 1fr;
    }
}

.rac-return-timeline-content em {
    background: #f1f6ff;
    border-left: 3px solid #2f7ddd;
    border-radius: 8px;
    color: #3f4b5a;
    display: block;
    font-size: 0.82rem;
    font-style: normal;
    line-height: 1.45;
    margin-top: 0.35rem;
    max-width: 520px;
    padding: 0.55rem 0.7rem;
}

.rac-return-timeline-item.is-active .rac-return-timeline-content em {
    box-shadow: 0 0 14px rgba(47, 125, 221, 0.12);
}

.rac-return-timeline-item.is-refused .rac-return-timeline-icon {
    background: #fff5f5;
    border-color: #d63638;
    box-shadow: 0 0 0 4px rgba(214, 54, 56, 0.14), 0 0 16px rgba(214, 54, 56, 0.38);
}

.rac-return-timeline-item.is-refused .rac-return-timeline-icon::before,
.rac-return-timeline-item.is-refused .rac-return-timeline-icon::after {
    background: #d63638;
    border: 0;
    content: "";
    height: 15px;
    left: 14px;
    position: absolute;
    top: 7px;
    transform: rotate(45deg);
    width: 3px;
}

.rac-return-timeline-item.is-refused .rac-return-timeline-icon::after {
    transform: rotate(-45deg);
}

.rac-return-timeline-item.is-refused .rac-return-timeline-content strong {
    color: #d63638;
}

.rac-return-timeline-item.is-refused .rac-return-timeline-content em {
    background: #fff1f1;
    border-left-color: #d63638;
    color: #7f1d1d;
    box-shadow: 0 0 14px rgba(214, 54, 56, 0.12);
}

.rac-return-refusal-photo-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 8px;
}

.rac-return-refusal-photo-list a {
    border: 1px solid #e3abab;
    border-radius: 6px;
    display: inline-flex;
    height: 44px;
    overflow: hidden;
    width: 44px;
}

.rac-return-refusal-photo-list img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.rac-public-return-page {
    padding-bottom: 2rem;
    padding-top: 2rem;
}

.rac-public-return-page .rac-wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1180px;
    padding-left: 16px;
    padding-right: 16px;
}

.rac-public-return-page .rac-returns-toolbar h1 {
    margin: 0;
}

body.rac-public-return-template {
    background: #f5f7f9;
    color: #16243a;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.45;
    margin: 0;
    padding: 0;
}

body.rac-public-return-template * {
    box-sizing: border-box;
}

body.rac-public-return-template .rac-public-return-shell {
    background: #f5f7f9;
    min-height: 100vh;
    width: 100%;
}

body.rac-public-return-template .rac-public-return-header {
    align-items: center;
    background: #fff;
    border-bottom: 1px solid #e8edf3;
    display: flex;
    min-height: 76px;
    padding: 16px max(20px, calc((100vw - 1180px) / 2));
}

body.rac-public-return-template .rac-public-return-logo {
    align-items: center;
    color: #16243a;
    display: inline-flex;
    font-size: 22px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
}

body.rac-public-return-template .rac-public-return-logo img {
    display: block;
    height: auto;
    max-height: 52px;
    max-width: 170px;
    object-fit: contain;
    width: auto;
}

body.rac-public-return-template .rac-public-return-page {
    display: block;
    padding: 36px 20px;
    width: 100%;
}

body.rac-public-return-template .rac-public-return-container {
    margin: 0 auto;
    max-width: 1180px;
    width: 100%;
}

body.rac-public-return-template .rac-return-details-page,
body.rac-public-return-template .rac-return-details-page * {
    letter-spacing: normal;
    text-transform: none;
}

body.rac-public-return-template .rac-returns-toolbar {
    align-items: center;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    margin: 0 0 18px;
}

body.rac-public-return-template .rac-returns-toolbar h1,
body.rac-public-return-template .rac-returns-toolbar h2 {
    color: #16243a;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.25;
    margin: 0;
    padding: 0;
}

body.rac-public-return-template .rac-card,
body.rac-public-return-template .rac-return-details-card {
    background: #fff;
    border: 1px solid #dce3eb;
    border-radius: 10px;
    box-shadow: none;
    color: #16243a;
    margin: 0;
    padding: 24px;
}

body.rac-public-return-template .rac-return-details-layout {
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(0, 1fr) 300px;
}

body.rac-public-return-template .rac-return-details-main,
body.rac-public-return-template .rac-return-details-sidebar {
    min-width: 0;
}

body.rac-public-return-template .rac-return-detail-section {
    border-top: 1px solid #edf0f4;
    margin: 0;
    padding: 22px 0 0;
}

body.rac-public-return-template .rac-return-detail-section:first-child {
    border-top: 0;
    padding-top: 0;
}

body.rac-public-return-template .rac-return-detail-section + .rac-return-detail-section {
    margin-top: 22px;
}

body.rac-public-return-template .rac-return-detail-section h3 {
    color: #16243a;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.25;
    margin: 0 0 16px;
    padding: 0;
}

body.rac-public-return-template .rac-return-details-sidebar .rac-return-detail-section h3 {
    font-size: 18px;
    margin-bottom: 14px;
}

body.rac-public-return-template .rac-return-detail-product {
    align-items: center;
    display: flex;
    gap: 16px;
    margin: 0;
}

body.rac-public-return-template .rac-return-detail-product img {
    background: #fff;
    border-radius: 8px;
    display: block;
    flex: 0 0 72px;
    height: 72px;
    max-height: 72px;
    max-width: 72px;
    object-fit: contain;
    width: 72px;
}

body.rac-public-return-template .rac-return-detail-product-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

body.rac-public-return-template .rac-return-detail-product-text strong {
    color: #24364d;
    display: block;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.35;
    margin: 0;
}

body.rac-public-return-template .rac-return-detail-product-text span {
    color: #44556d;
    display: block;
    font-size: 13px;
    line-height: 1.35;
    margin: 0;
}

body.rac-public-return-template .rac-return-timeline {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 0;
    padding: 0;
}

body.rac-public-return-template .rac-return-timeline-item {
    align-items: flex-start;
    display: flex;
    gap: 12px;
    min-height: 38px;
    position: relative;
}

body.rac-public-return-template .rac-return-timeline-item:not(:last-child)::after {
    background: #d5dbe3;
    content: "";
    height: calc(100% + 12px);
    left: 15px;
    position: absolute;
    top: 30px;
    width: 2px;
}

body.rac-public-return-template .rac-return-timeline-icon {
    align-items: center;
    background: #f8fafc;
    border: 2px solid #d2d8e0;
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(210, 216, 224, 0.22), 0 0 12px rgba(210, 216, 224, 0.42);
    display: inline-flex;
    flex: 0 0 32px;
    height: 32px;
    justify-content: center;
    position: relative;
    width: 32px;
    z-index: 1;
}

body.rac-public-return-template .rac-return-timeline-icon::after {
    border-bottom: 2px solid transparent;
    border-right: 2px solid transparent;
    content: "";
    height: 10px;
    left: 11px;
    position: absolute;
    top: 7px;
    transform: rotate(45deg);
    width: 6px;
}

body.rac-public-return-template .rac-return-timeline-content {
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
    padding-top: 2px;
}

body.rac-public-return-template .rac-return-timeline-content strong {
    color: #24364d;
    display: block;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.3;
    margin: 0;
}

body.rac-public-return-template .rac-return-timeline-content span {
    color: #536174;
    display: block;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.35;
    margin: 0;
}

body.rac-public-return-template .rac-return-timeline-item.is-active .rac-return-timeline-icon {
    background: #f4f9ff;
    border-color: #2f7ddd;
    box-shadow: 0 0 0 4px rgba(47, 125, 221, 0.14), 0 0 16px rgba(47, 125, 221, 0.42);
}

body.rac-public-return-template .rac-return-timeline-item.is-active .rac-return-timeline-icon::after {
    border-bottom-color: #2f7ddd;
    border-right-color: #2f7ddd;
}

body.rac-public-return-template .rac-return-timeline-item.is-active .rac-return-timeline-content strong {
    color: #2f7ddd;
}

body.rac-public-return-template .rac-return-timeline-item.is-complete .rac-return-timeline-icon {
    background: #f7f8f9;
    border-color: #c6ccd4;
}

body.rac-public-return-template .rac-return-timeline-item.is-complete .rac-return-timeline-icon::after {
    border-bottom-color: #6f7b88;
    border-right-color: #6f7b88;
}

body.rac-public-return-template .rac-return-timeline-item.is-inactive .rac-return-timeline-icon::after {
    display: none;
}

body.rac-public-return-template .rac-return-timeline-content em {
    background: #f1f6ff;
    border-left: 3px solid #2f7ddd;
    border-radius: 8px;
    color: #3f4b5a;
    display: block;
    font-size: 13px;
    font-style: normal;
    line-height: 1.45;
    margin-top: 6px;
    max-width: 520px;
    padding: 8px 10px;
}

body.rac-public-return-template .rac-return-timeline-item.is-refused .rac-return-timeline-icon {
    background: #fff5f5;
    border-color: #d63638;
    box-shadow: 0 0 0 4px rgba(214, 54, 56, 0.14), 0 0 16px rgba(214, 54, 56, 0.38);
}

body.rac-public-return-template .rac-return-timeline-item.is-refused .rac-return-timeline-icon::before,
body.rac-public-return-template .rac-return-timeline-item.is-refused .rac-return-timeline-icon::after {
    background: #d63638;
    border: 0;
    content: "";
    height: 15px;
    left: 14px;
    position: absolute;
    top: 7px;
    transform: rotate(45deg);
    width: 3px;
}

body.rac-public-return-template .rac-return-timeline-item.is-refused .rac-return-timeline-icon::after {
    transform: rotate(-45deg);
}

body.rac-public-return-template .rac-return-timeline-item.is-refused .rac-return-timeline-content strong {
    color: #d63638;
}

body.rac-public-return-template .rac-return-timeline-item.is-refused .rac-return-timeline-content em {
    background: #fff1f1;
    border-left-color: #d63638;
    color: #7f1d1d;
}

body.rac-public-return-template .rac-return-detail-row {
    display: flex;
    flex-direction: column;
    gap: 3px;
    margin: 0 0 11px;
}

body.rac-public-return-template .rac-return-detail-row:last-child {
    margin-bottom: 0;
}

body.rac-public-return-template .rac-return-detail-row span {
    color: #627083;
    display: block;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.25;
    margin: 0;
}

body.rac-public-return-template .rac-return-detail-row strong {
    color: #24364d;
    display: block;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.35;
    margin: 0;
    overflow-wrap: anywhere;
}

body.rac-public-return-template .rac-return-refusal-photo-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 8px;
}

body.rac-public-return-template .rac-return-refusal-photo-list a {
    border: 1px solid #e3abab;
    border-radius: 6px;
    display: inline-flex;
    height: 44px;
    overflow: hidden;
    width: 44px;
}

body.rac-public-return-template .rac-return-refusal-photo-list img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

body.rac-public-return-template .rac-empty-state h1 {
    color: #16243a;
    font-size: 24px;
    line-height: 1.25;
    margin: 0 0 10px;
}

body.rac-public-return-template .rac-empty-state p {
    color: #44556d;
    font-size: 14px;
    margin: 0;
}

@media (max-width: 900px) {
    body.rac-public-return-template .rac-return-details-layout {
        grid-template-columns: 1fr;
    }

    body.rac-public-return-template .rac-return-details-sidebar {
        border-top: 1px solid #edf0f4;
        padding-top: 22px;
    }
}

@media (max-width: 600px) {
    body.rac-public-return-template .rac-public-return-header {
        min-height: 68px;
        padding: 14px 18px;
    }

    body.rac-public-return-template .rac-public-return-logo img {
        max-height: 44px;
        max-width: 150px;
    }

    body.rac-public-return-template .rac-public-return-page {
        padding: 22px 12px;
    }

    body.rac-public-return-template .rac-card,
    body.rac-public-return-template .rac-return-details-card {
        border-radius: 9px;
        padding: 16px;
    }

    body.rac-public-return-template .rac-returns-toolbar h1,
    body.rac-public-return-template .rac-returns-toolbar h2 {
        font-size: 18px;
        line-height: 1.3;
        overflow-wrap: anywhere;
    }

    body.rac-public-return-template .rac-return-detail-section h3 {
        font-size: 17px;
        margin-bottom: 12px;
    }

    body.rac-public-return-template .rac-return-details-sidebar .rac-return-detail-section h3 {
        font-size: 16px;
    }

    body.rac-public-return-template .rac-return-detail-product {
        align-items: flex-start;
        gap: 12px;
    }

    body.rac-public-return-template .rac-return-detail-product img {
        flex-basis: 58px;
        height: 58px;
        max-height: 58px;
        max-width: 58px;
        width: 58px;
    }

    body.rac-public-return-template .rac-return-detail-product-text strong {
        font-size: 13px;
    }

    body.rac-public-return-template .rac-return-timeline-content strong {
        font-size: 13px;
    }

    body.rac-public-return-template .rac-return-timeline-content span,
    body.rac-public-return-template .rac-return-timeline-content em,
    body.rac-public-return-template .rac-return-detail-row strong {
        font-size: 12px;
    }

    body.rac-public-return-template .rac-return-detail-row span {
        font-size: 11px;
    }
}

.rac-form input[type="password"] {
    box-sizing: border-box;
    max-width: 520px;
    width: 100%;
}

.rac-delete-account-wrapper {
    max-width: 680px;
}

.rac-delete-account-warning {
    background: #fff5e5;
    border: 1px solid #f2c185;
    border-radius: 8px;
    color: #6f3f00;
    margin: 0 0 1rem;
    padding: 0.85rem 1rem;
}

.rac-delete-account-email {
    font-weight: 600;
}

.rac-delete-account-button {
    background: #d63638;
    border-color: #d63638;
    color: #fff;
}

.rac-delete-account-button:hover,
.rac-delete-account-button:focus {
    background: #b32d2e;
    border-color: #b32d2e;
    color: #fff;
}

.woocommerce-orders-table__cell-order-actions .button.rac-cancel-order,
.woocommerce-orders-table__cell-order-actions .woocommerce-button.rac-cancel-order,
.woocommerce-MyAccount-orders .button.rac-cancel-order {
    align-items: center;
    background: #fff1f1;
    border: 1px solid #e3abab;
    border-radius: 6px;
    color: #d63638;
    display: inline-flex;
    font-size: 0;
    height: 34px;
    justify-content: center;
    line-height: 1;
    margin-left: 0.25rem;
    min-width: 34px;
    padding: 0;
    text-decoration: none;
    width: 34px;
}

.woocommerce-orders-table__cell-order-actions .button.rac-cancel-order::before,
.woocommerce-orders-table__cell-order-actions .woocommerce-button.rac-cancel-order::before,
.woocommerce-MyAccount-orders .button.rac-cancel-order::before {
    content: "×";
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
}

.woocommerce-orders-table__cell-order-actions .button.rac-cancel-order:hover,
.woocommerce-orders-table__cell-order-actions .woocommerce-button.rac-cancel-order:hover,
.woocommerce-MyAccount-orders .button.rac-cancel-order:hover,
.woocommerce-orders-table__cell-order-actions .button.rac-cancel-order:focus,
.woocommerce-orders-table__cell-order-actions .woocommerce-button.rac-cancel-order:focus,
.woocommerce-MyAccount-orders .button.rac-cancel-order:focus {
    background: #d63638;
    border-color: #d63638;
    color: #fff;
}

.rac-cancel-back-orders {
    margin: 1rem 0 0;
}

.woocommerce-orders-table__cell-order-number,
.woocommerce-orders-table__header-order-number {
    text-align: center;
    vertical-align: middle;
}

.woocommerce-orders-table__cell-order-number a {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    min-height: 34px;
}

.rac-myaccount-status-badge {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-size: 0.86rem;
    font-weight: 700;
    line-height: 1;
    padding: 0.42rem 0.72rem;
    white-space: nowrap;
}

.rac-myaccount-status-badge span {
    line-height: 1;
}

.rac-myaccount-status-pending {
    background: #e5e5e5;
    color: #777;
}

.rac-myaccount-status-processing {
    background: #c6e1c6;
    color: #5b841b;
}

.rac-myaccount-status-on-hold {
    background: #f8dda7;
    color: #94660c;
}

.rac-myaccount-status-completed {
    background: #c8d7e1;
    color: #2e4453;
}

.rac-myaccount-status-cancelled,
.rac-myaccount-status-refunded,
.rac-myaccount-status-failed,
.rac-myaccount-status-client-cancel {
    background: #eba3a3;
    color: #761919;
}

.rac-myaccount-status-rac-return-requested {
    background: #fff2e2;
    color: #b76400;
}

.rac-myaccount-status-rac-return-approved {
    background: #eaf2ff;
    color: #1d5fd0;
}

.rac-myaccount-status-rac-return-refused {
    background: #fff1f1;
    color: #c53929;
}

.rac-myaccount-status-rac-return-refunded {
    background: #ecf8ef;
    color: #0d8a2a;
}

.woocommerce-orders-table__cell-order-actions {
    text-align: center;
    vertical-align: middle;
}

.woocommerce-orders-table__cell-order-actions .button.view,
.woocommerce-orders-table__cell-order-actions .woocommerce-button.view,
.woocommerce-MyAccount-orders .button.view,
.woocommerce-orders-table__cell-order-actions .button.rac-cancel-order,
.woocommerce-orders-table__cell-order-actions .woocommerce-button.rac-cancel-order,
.woocommerce-MyAccount-orders .button.rac-cancel-order {
    align-items: center !important;
    border-radius: 8px !important;
    box-sizing: border-box;
    display: inline-flex !important;
    font-size: 0 !important;
    height: 38px !important;
    justify-content: center !important;
    line-height: 1 !important;
    margin: 0.15rem 0.2rem !important;
    min-height: 38px !important;
    min-width: 38px !important;
    padding: 0 !important;
    position: relative;
    text-decoration: none !important;
    text-indent: 0 !important;
    vertical-align: middle;
    width: 38px !important;
}

.woocommerce-orders-table__cell-order-actions .button.view,
.woocommerce-orders-table__cell-order-actions .woocommerce-button.view,
.woocommerce-MyAccount-orders .button.view {
    background: #eef4ff !important;
    border: 1px solid #94b8ff !important;
    color: #2563eb !important;
}

.woocommerce-orders-table__cell-order-actions .button.view::before,
.woocommerce-orders-table__cell-order-actions .woocommerce-button.view::before,
.woocommerce-MyAccount-orders .button.view::before {
    content: "👁";
    font-size: 17px;
    line-height: 1;
}

.woocommerce-orders-table__cell-order-actions .button.rac-cancel-order,
.woocommerce-orders-table__cell-order-actions .woocommerce-button.rac-cancel-order,
.woocommerce-MyAccount-orders .button.rac-cancel-order {
    background: #fff1f1 !important;
    border: 1px solid #e3abab !important;
    color: #d63638 !important;
}

.woocommerce-orders-table__cell-order-actions .button.rac-cancel-order::before,
.woocommerce-orders-table__cell-order-actions .woocommerce-button.rac-cancel-order::before,
.woocommerce-MyAccount-orders .button.rac-cancel-order::before {
    content: "×";
    font-size: 26px;
    font-weight: 800;
    line-height: 1;
}

.woocommerce-orders-table__cell-order-actions .button.view:hover,
.woocommerce-orders-table__cell-order-actions .woocommerce-button.view:hover,
.woocommerce-MyAccount-orders .button.view:hover,
.woocommerce-orders-table__cell-order-actions .button.view:focus,
.woocommerce-orders-table__cell-order-actions .woocommerce-button.view:focus,
.woocommerce-MyAccount-orders .button.view:focus {
    background: #2563eb !important;
    border-color: #2563eb !important;
    color: #fff !important;
}

.woocommerce-orders-table__cell-order-actions .button.rac-cancel-order:hover,
.woocommerce-orders-table__cell-order-actions .woocommerce-button.rac-cancel-order:hover,
.woocommerce-MyAccount-orders .button.rac-cancel-order:hover,
.woocommerce-orders-table__cell-order-actions .button.rac-cancel-order:focus,
.woocommerce-orders-table__cell-order-actions .woocommerce-button.rac-cancel-order:focus,
.woocommerce-MyAccount-orders .button.rac-cancel-order:focus {
    background: #d63638 !important;
    border-color: #d63638 !important;
    color: #fff !important;
}

.woocommerce-orders-table__cell-order-actions .button.view::after,
.woocommerce-orders-table__cell-order-actions .woocommerce-button.view::after,
.woocommerce-MyAccount-orders .button.view::after,
.woocommerce-orders-table__cell-order-actions .button.rac-cancel-order::after,
.woocommerce-orders-table__cell-order-actions .woocommerce-button.rac-cancel-order::after,
.woocommerce-MyAccount-orders .button.rac-cancel-order::after {
    background: #111827;
    border-radius: 6px;
    bottom: calc(100% + 9px);
    color: #fff;
    content: attr(aria-label);
    font-size: 12px;
    font-weight: 700;
    left: 50%;
    line-height: 1;
    opacity: 0;
    padding: 0.48rem 0.62rem;
    pointer-events: none;
    position: absolute;
    transform: translate(-50%, 4px);
    transition: opacity 0.15s ease, transform 0.15s ease;
    visibility: hidden;
    white-space: nowrap;
    z-index: 1000;
}

.woocommerce-orders-table__cell-order-actions .button.view:hover::after,
.woocommerce-orders-table__cell-order-actions .woocommerce-button.view:hover::after,
.woocommerce-MyAccount-orders .button.view:hover::after,
.woocommerce-orders-table__cell-order-actions .button.view:focus::after,
.woocommerce-orders-table__cell-order-actions .woocommerce-button.view:focus::after,
.woocommerce-MyAccount-orders .button.view:focus::after,
.woocommerce-orders-table__cell-order-actions .button.rac-cancel-order:hover::after,
.woocommerce-orders-table__cell-order-actions .woocommerce-button.rac-cancel-order:hover::after,
.woocommerce-MyAccount-orders .button.rac-cancel-order:hover::after,
.woocommerce-orders-table__cell-order-actions .button.rac-cancel-order:focus::after,
.woocommerce-orders-table__cell-order-actions .woocommerce-button.rac-cancel-order:focus::after,
.woocommerce-MyAccount-orders .button.rac-cancel-order:focus::after {
    opacity: 1;
    transform: translate(-50%, 0);
    visibility: visible;
}

.woocommerce-orders-table__cell-order-actions .button.view::before,
.woocommerce-orders-table__cell-order-actions .woocommerce-button.view::before,
.woocommerce-MyAccount-orders .button.view::before {
    background: currentColor;
    content: "" !important;
    display: block;
    font-size: 0 !important;
    height: 19px;
    line-height: 1;
    margin: 0;
    -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20viewBox%3D%270%200%2024%2024%27%3E%3Cpath%20d%3D%27M12%205C6.5%205%202.1%208.4%201%2012c1.1%203.6%205.5%207%2011%207s9.9-3.4%2011-7c-1.1-3.6-5.5-7-11-7Zm0%2011.5A4.5%204.5%200%201%201%2012%207a4.5%204.5%200%200%201%200%209.5Zm0-2A2.5%202.5%200%201%200%2012%209a2.5%202.5%200%200%200%200%205.5Z%27/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20viewBox%3D%270%200%2024%2024%27%3E%3Cpath%20d%3D%27M12%205C6.5%205%202.1%208.4%201%2012c1.1%203.6%205.5%207%2011%207s9.9-3.4%2011-7c-1.1-3.6-5.5-7-11-7Zm0%2011.5A4.5%204.5%200%201%201%2012%207a4.5%204.5%200%200%201%200%209.5Zm0-2A2.5%202.5%200%201%200%2012%209a2.5%202.5%200%200%200%200%205.5Z%27/%3E%3C/svg%3E") center / contain no-repeat;
    width: 19px;
}

.woocommerce-orders-table__cell-order-actions .button.rac-cancel-order::before,
.woocommerce-orders-table__cell-order-actions .woocommerce-button.rac-cancel-order::before,
.woocommerce-MyAccount-orders .button.rac-cancel-order::before {
    background: currentColor;
    content: "" !important;
    display: block;
    font-size: 0 !important;
    height: 19px;
    line-height: 1;
    margin: 0;
    -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20viewBox%3D%270%200%2024%2024%27%3E%3Cpath%20d%3D%27M12%202a10%2010%200%201%200%200%2020%2010%2010%200%200%200%200-20Zm0%202a8%208%200%200%201%206.32%2012.9L7.1%205.68A7.96%207.96%200%200%201%2012%204Zm0%2016a8%208%200%200%201-6.32-12.9L16.9%2018.32A7.96%207.96%200%200%201%2012%2020Z%27/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20viewBox%3D%270%200%2024%2024%27%3E%3Cpath%20d%3D%27M12%202a10%2010%200%201%200%200%2020%2010%2010%200%200%200%200-20Zm0%202a8%208%200%200%201%206.32%2012.9L7.1%205.68A7.96%207.96%200%200%201%2012%204Zm0%2016a8%208%200%200%201-6.32-12.9L16.9%2018.32A7.96%207.96%200%200%201%2012%2020Z%27/%3E%3C/svg%3E") center / contain no-repeat;
    width: 19px;
}

.woocommerce-orders-table__cell-order-actions .button.view::after,
.woocommerce-orders-table__cell-order-actions .woocommerce-button.view::after,
.woocommerce-MyAccount-orders .button.view::after {
    content: "Vezi detalii" !important;
}

.woocommerce-orders-table__cell-order-actions .button.rac-cancel-order::after,
.woocommerce-orders-table__cell-order-actions .woocommerce-button.rac-cancel-order::after,
.woocommerce-MyAccount-orders .button.rac-cancel-order::after {
    content: "Anulează comanda" !important;
}

.woocommerce-orders-table__cell-order-actions .button.view::before,
.woocommerce-orders-table__cell-order-actions .woocommerce-button.view::before,
.woocommerce-MyAccount-orders .button.view::before {
    background: radial-gradient(circle at center, currentColor 0 2.5px, transparent 3px) !important;
    border: 2px solid currentColor;
    border-radius: 50% / 62%;
    box-sizing: border-box;
    content: "" !important;
    display: block !important;
    height: 14px !important;
    -webkit-mask: none !important;
    mask: none !important;
    transform: none !important;
    width: 22px !important;
}

.woocommerce-orders-table__cell-order-actions .button.rac-cancel-order::before,
.woocommerce-orders-table__cell-order-actions .woocommerce-button.rac-cancel-order::before,
.woocommerce-MyAccount-orders .button.rac-cancel-order::before {
    background: linear-gradient(45deg, transparent 44%, currentColor 45%, currentColor 55%, transparent 56%) !important;
    border: 2px solid currentColor;
    border-radius: 50%;
    box-sizing: border-box;
    content: "" !important;
    display: block !important;
    height: 21px !important;
    -webkit-mask: none !important;
    mask: none !important;
    transform: none !important;
    width: 21px !important;
}

.woocommerce-orders-table__cell-order-actions .button.has-rac-action-icon::before,
.woocommerce-orders-table__cell-order-actions .woocommerce-button.has-rac-action-icon::before,
.woocommerce-MyAccount-orders .button.has-rac-action-icon::before {
    content: none !important;
    display: none !important;
}

.woocommerce-orders-table__cell-order-actions .button.has-rac-action-icon,
.woocommerce-orders-table__cell-order-actions .woocommerce-button.has-rac-action-icon,
.woocommerce-MyAccount-orders .button.has-rac-action-icon {
    font-size: 0 !important;
}

.woocommerce-orders-table__cell-order-actions .button.has-rac-action-icon .rac-action-icon,
.woocommerce-orders-table__cell-order-actions .woocommerce-button.has-rac-action-icon .rac-action-icon,
.woocommerce-MyAccount-orders .button.has-rac-action-icon .rac-action-icon {
    display: block;
    fill: currentColor;
    height: 20px;
    pointer-events: none;
    width: 20px;
}

.woocommerce-orders-table__cell-order-actions .button.has-rac-action-icon .screen-reader-text,
.woocommerce-orders-table__cell-order-actions .woocommerce-button.has-rac-action-icon .screen-reader-text,
.woocommerce-MyAccount-orders .button.has-rac-action-icon .screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal;
}

.woocommerce-orders-table__cell-order-actions .button.rac-cancel-order-disabled,
.woocommerce-orders-table__cell-order-actions .woocommerce-button.rac-cancel-order-disabled,
.woocommerce-MyAccount-orders .button.rac-cancel-order-disabled {
    align-items: center !important;
    background: #f3f4f6 !important;
    border: 1px solid #d1d5db !important;
    border-radius: 8px !important;
    box-sizing: border-box;
    color: #9ca3af !important;
    cursor: not-allowed !important;
    display: inline-flex !important;
    font-size: 0 !important;
    height: 38px !important;
    justify-content: center !important;
    line-height: 1 !important;
    margin: 0.15rem 0.2rem !important;
    min-height: 38px !important;
    min-width: 38px !important;
    opacity: 1 !important;
    padding: 0 !important;
    pointer-events: auto !important;
    position: relative;
    text-decoration: none !important;
    text-indent: 0 !important;
    vertical-align: middle;
    width: 38px !important;
}

.woocommerce-orders-table__cell-order-actions .button.rac-cancel-order-disabled:hover,
.woocommerce-orders-table__cell-order-actions .woocommerce-button.rac-cancel-order-disabled:hover,
.woocommerce-MyAccount-orders .button.rac-cancel-order-disabled:hover,
.woocommerce-orders-table__cell-order-actions .button.rac-cancel-order-disabled:focus,
.woocommerce-orders-table__cell-order-actions .woocommerce-button.rac-cancel-order-disabled:focus,
.woocommerce-MyAccount-orders .button.rac-cancel-order-disabled:focus {
    background: #f3f4f6 !important;
    border-color: #d1d5db !important;
    color: #9ca3af !important;
}

.woocommerce-orders-table__cell-order-actions .button.rac-cancel-order-disabled::before,
.woocommerce-orders-table__cell-order-actions .woocommerce-button.rac-cancel-order-disabled::before,
.woocommerce-MyAccount-orders .button.rac-cancel-order-disabled::before {
    content: none !important;
    display: none !important;
}

.woocommerce-orders-table__cell-order-actions .button.rac-cancel-order-disabled::after,
.woocommerce-orders-table__cell-order-actions .woocommerce-button.rac-cancel-order-disabled::after,
.woocommerce-MyAccount-orders .button.rac-cancel-order-disabled::after {
    background: #111827;
    border-radius: 6px;
    bottom: calc(100% + 9px);
    color: #fff;
    content: "Comanda nu mai poate fi anulată" !important;
    font-size: 12px;
    font-weight: 700;
    left: 50%;
    line-height: 1;
    opacity: 0;
    padding: 0.48rem 0.62rem;
    pointer-events: none;
    position: absolute;
    transform: translate(-50%, 4px);
    transition: opacity 0.15s ease, transform 0.15s ease;
    visibility: hidden;
    white-space: nowrap;
    z-index: 1000;
}

.woocommerce-orders-table__cell-order-actions .button.rac-cancel-order-disabled:hover::after,
.woocommerce-orders-table__cell-order-actions .woocommerce-button.rac-cancel-order-disabled:hover::after,
.woocommerce-MyAccount-orders .button.rac-cancel-order-disabled:hover::after,
.woocommerce-orders-table__cell-order-actions .button.rac-cancel-order-disabled:focus::after,
.woocommerce-orders-table__cell-order-actions .woocommerce-button.rac-cancel-order-disabled:focus::after,
.woocommerce-MyAccount-orders .button.rac-cancel-order-disabled:focus::after {
    opacity: 1;
    transform: translate(-50%, 0);
    visibility: visible;
}

.woocommerce-orders-table__cell-order-actions .button.rac-cancel-order-disabled.has-rac-action-icon .rac-action-icon,
.woocommerce-orders-table__cell-order-actions .woocommerce-button.rac-cancel-order-disabled.has-rac-action-icon .rac-action-icon,
.woocommerce-MyAccount-orders .button.rac-cancel-order-disabled.has-rac-action-icon .rac-action-icon {
    fill: currentColor;
}

.rac-mobile-orders-window,
.rac-mobile-orders {
    display: none;
}

@media (max-width: 767px) {
    html.rac-mobile-orders-window-open,
    body.rac-mobile-orders-window-open {
        overflow: hidden !important;
    }

    .woocommerce-MyAccount-content.rac-mobile-orders-view-active > *:not(.rac-mobile-orders-window):not(.rac-rating-modal):not(.rac-invoice-modal) {
        display: none !important;
    }

    .rac-mobile-orders-window {
        align-items: center;
        background: rgba(15, 23, 42, 0.32);
        bottom: 0;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        left: 0;
        overflow: hidden;
        padding: 0.85rem;
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 999998;
    }

    .rac-mobile-orders-window .rac-mobile-orders-shell {
        display: flex;
        flex-direction: column;
        margin: auto 0 !important;
        max-height: calc(100vh - 1.7rem);
        max-height: calc(100dvh - 1.7rem);
        max-width: 640px !important;
        min-height: 0;
        width: 100% !important;
    }

    .rac-mobile-orders-shell:focus {
        outline: none;
    }

    .rac-mobile-orders-top {
        flex: 0 0 auto;
        position: relative;
        z-index: 2;
    }

    .woocommerce-MyAccount-content .woocommerce-orders-table,
    .woocommerce-MyAccount-content .woocommerce-pagination {
        display: none !important;
    }

    .rac-mobile-orders {
        display: flex;
        flex: 1 1 auto;
        flex-direction: column;
        gap: 1rem;
        margin: 0;
        min-height: 0;
        overflow-x: hidden;
        overflow-y: auto;
        overscroll-behavior: contain;
        padding: 0 0.35rem 0 0;
        scrollbar-color: #a8b2c1 transparent;
        scrollbar-width: thin;
        -webkit-overflow-scrolling: touch;
    }

    .rac-mobile-orders::-webkit-scrollbar {
        width: 7px;
    }

    .rac-mobile-orders::-webkit-scrollbar-track {
        background: transparent;
    }

    .rac-mobile-orders::-webkit-scrollbar-thumb {
        background: #a8b2c1;
        border-radius: 999px;
    }

    .rac-mobile-order-card {
        background: #fff;
        border: 1px solid #e5e7eb;
        border-radius: 14px;
        box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
        box-sizing: border-box;
        padding: 1rem;
    }

    .rac-mobile-order-head {
        align-items: flex-start;
        display: flex;
        gap: 0.75rem;
        justify-content: space-between;
        margin: 0 0 0.75rem;
    }

    .rac-mobile-order-title {
        display: flex;
        flex: 1 1 auto;
        flex-direction: column;
        gap: 0.25rem;
        min-width: 0;
    }

    .rac-mobile-order-title strong {
        color: #152238;
        font-size: 1.05rem;
        font-weight: 800;
        line-height: 1.25;
        overflow-wrap: anywhere;
    }

    .rac-mobile-order-title span {
        color: #4b5563;
        font-size: 0.88rem;
        font-weight: 600;
        line-height: 1.35;
    }

    .rac-mobile-order-actions {
        align-items: center;
        display: flex;
        flex: 0 0 auto;
        gap: 0.45rem;
        justify-content: flex-end;
        padding-top: 0.1rem;
    }

    .rac-mobile-order-icon {
        align-items: center;
        border-radius: 9px;
        box-sizing: border-box;
        display: inline-flex;
        height: 38px;
        justify-content: center;
        position: relative;
        text-decoration: none;
        width: 38px;
    }

    .rac-mobile-order-icon svg {
        display: block;
        fill: currentColor;
        height: 20px;
        width: 20px;
    }

    .rac-mobile-order-icon-view {
        background: #eef4ff;
        border: 1px solid #94b8ff;
        color: #2563eb;
    }

    .rac-mobile-order-icon-cancel {
        background: #fff1f1;
        border: 1px solid #e3abab;
        color: #d63638;
    }

    .rac-mobile-order-icon.is-disabled {
        background: #f3f4f6;
        border-color: #d1d5db;
        color: #9ca3af;
        cursor: not-allowed;
    }

    .rac-mobile-order-icon::after {
        background: #111827;
        border-radius: 6px;
        bottom: calc(100% + 8px);
        color: #fff;
        content: attr(data-rac-tooltip);
        font-size: 0.72rem;
        font-weight: 700;
        left: 50%;
        line-height: 1;
        opacity: 0;
        padding: 0.45rem 0.55rem;
        pointer-events: none;
        position: absolute;
        transform: translate(-50%, 4px);
        transition: opacity 0.15s ease, transform 0.15s ease;
        visibility: hidden;
        white-space: nowrap;
        z-index: 10;
    }

    .rac-mobile-order-icon:hover::after,
    .rac-mobile-order-icon:focus::after {
        opacity: 1;
        transform: translate(-50%, 0);
        visibility: visible;
    }

    .rac-mobile-order-card .rac-myaccount-status-badge {
        margin: 0 0 0.85rem;
    }

    .rac-mobile-order-products {
        border-top: 1px solid #eef0f3;
        display: flex;
        flex-direction: column;
        gap: 0.9rem;
        padding-top: 0.95rem;
    }

    .rac-mobile-order-product {
        align-items: center;
        display: grid;
        gap: 0.85rem;
        grid-template-columns: 70px minmax(0, 1fr);
    }

    .rac-mobile-order-product-image {
        align-items: center;
        display: flex;
        height: 70px;
        justify-content: center;
        position: relative;
        width: 70px;
    }

    .rac-mobile-order-product-image a {
        align-items: center;
        display: flex;
        height: 70px;
        justify-content: center;
        width: 70px;
    }

    .rac-mobile-order-product-image img {
        display: block;
        height: 64px;
        max-height: 64px;
        max-width: 64px;
        object-fit: contain;
        width: 64px;
    }

    .rac-mobile-order-qty {
        align-items: center;
        background: #2563eb;
        border: 2px solid #fff;
        border-radius: 999px;
        color: #fff;
        display: inline-flex;
        font-size: 0.72rem;
        font-weight: 800;
        height: 22px;
        justify-content: center;
        line-height: 1;
        min-width: 22px;
        padding: 0 0.25rem;
        position: absolute;
        right: 0;
        top: 0;
    }

    .rac-mobile-order-product-body {
        display: flex;
        flex-direction: column;
        gap: 0.45rem;
        min-width: 0;
    }

    .rac-mobile-order-product-body strong {
        color: #1f2937;
        font-size: 0.92rem;
        font-weight: 800;
        line-height: 1.35;
        overflow-wrap: anywhere;
    }

    .rac-mobile-rating {
        display: flex;
        gap: 0.35rem;
    }

    .rac-mobile-rating a {
        align-items: center;
        background: #f8fafc;
        border: 1px solid #d9dee7;
        border-radius: 7px;
        color: #c4c8cf;
        display: inline-flex;
        height: 34px;
        justify-content: center;
        text-decoration: none;
        transition: border-color 0.15s ease, color 0.15s ease, background 0.15s ease;
        width: 34px;
    }

    .rac-mobile-rating a svg {
        display: block;
        fill: currentColor;
        height: 19px;
        width: 19px;
    }

    .rac-mobile-rating a:hover,
    .rac-mobile-rating a:focus {
        background: #fff8e5;
        border-color: #f59e0b;
        color: #f59e0b;
    }
}

@media (max-width: 767px) {
    .rac-mobile-order-title span {
        font-size: 0.78rem !important;
        line-height: 1.25 !important;
        white-space: nowrap;
    }

    .rac-mobile-order-title strong {
        font-size: 1rem !important;
    }

    .rac-mobile-order-product {
        align-items: center !important;
        grid-template-columns: 70px minmax(0, 1fr) !important;
    }

    .rac-mobile-order-product-body strong {
        display: -webkit-box;
        font-size: 0.84rem !important;
        line-height: 1.28 !important;
        max-height: 2.56em;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .rac-mobile-order-qty {
        display: inline-flex !important;
    }

    .rac-mobile-rating {
        display: flex !important;
        gap: 0.28rem !important;
        grid-column: 1 / -1;
        margin-top: 0.2rem;
        padding-left: 0;
    }

    .rac-mobile-rating a {
        height: 30px !important;
        width: 30px !important;
    }

    .rac-mobile-rating a svg {
        height: 17px !important;
        width: 17px !important;
    }
}

@media (max-width: 420px) {
    .rac-mobile-order-title span {
        font-size: 0.72rem !important;
    }
}

.rac-rating-modal[hidden] {
    display: none !important;
}

.rac-rating-modal {
    align-items: center;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    padding: 1rem;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999999;
}

.rac-rating-modal-backdrop {
    background: rgba(15, 23, 42, 0.55);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.rac-rating-modal-dialog {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.25);
    box-sizing: border-box;
    max-height: calc(100vh - 2rem);
    max-width: 520px;
    overflow: auto;
    padding: 1.25rem;
    position: relative;
    width: min(100%, 520px);
    z-index: 1;
}

.rac-rating-modal-close {
    align-items: center;
    background: #f3f4f6;
    border: 1px solid #d1d5db;
    border-radius: 999px;
    color: #111827;
    cursor: pointer;
    display: inline-flex;
    font-size: 1.4rem;
    height: 34px;
    justify-content: center;
    line-height: 1;
    padding: 0;
    position: absolute;
    right: 1rem;
    top: 1rem;
    width: 34px;
}

.rac-rating-modal h3 {
    margin: 0 2.5rem 0.5rem 0;
}

.rac-rating-modal-product {
    color: #4b5563;
    font-weight: 700;
    line-height: 1.35;
    margin: 0 0 1rem;
}

.rac-rating-modal-stars {
    display: flex;
    gap: 0.45rem;
    margin: 0 0 1rem;
}

.rac-rating-modal-stars button {
    align-items: center;
    background: #f8fafc;
    border: 1px solid #d9dee7;
    border-radius: 8px;
    color: #c4c8cf;
    cursor: pointer;
    display: inline-flex;
    height: 40px;
    justify-content: center;
    padding: 0;
    width: 40px;
}

.rac-rating-modal-stars button svg {
    display: block;
    fill: currentColor;
    height: 22px;
    width: 22px;
}

.rac-rating-modal-stars button.is-selected,
.rac-rating-modal-stars button:hover,
.rac-rating-modal-stars button:focus {
    background: #fff8e5;
    border-color: #f59e0b;
    color: #f59e0b;
}

.rac-rating-form textarea {
    max-width: none;
    width: 100%;
}

html.rac-rating-modal-open {
    overflow: hidden;
}

@media (max-width: 767px) {
    .rac-rating-modal {
        align-items: flex-end;
        padding: 0.75rem;
    }

    .rac-rating-modal-dialog {
        border-radius: 18px;
        max-height: calc(100vh - 1.5rem);
        padding: 1rem;
    }

    .rac-rating-modal h3 {
        font-size: 1.08rem;
    }

    .rac-rating-modal-product {
        font-size: 0.9rem;
    }

    .rac-rating-modal-stars button {
        height: 36px;
        width: 36px;
    }
}

@media (max-width: 767px) {
    .rac-mobile-order-actions {
        align-items: flex-end;
        flex-direction: column;
        gap: 0.5rem;
    }

    .rac-mobile-order-actions .rac-myaccount-status-badge {
        font-size: 0.76rem;
        margin: 0;
        max-width: 100%;
        padding: 0.38rem 0.6rem;
    }

    .rac-mobile-order-buy-again {
        align-items: center;
        background: #2563eb;
        border: 1px solid #2563eb;
        border-radius: 999px;
        color: #fff;
        display: inline-flex;
        font-size: 0.86rem;
        font-weight: 800;
        justify-content: center;
        line-height: 1;
        margin: 0 0 0.85rem;
        min-height: 40px;
        padding: 0.68rem 1.05rem;
        text-decoration: none;
    }

    .rac-mobile-order-buy-again:hover,
    .rac-mobile-order-buy-again:focus {
        background: #1d4ed8;
        border-color: #1d4ed8;
        color: #fff;
        text-decoration: none;
    }

    .rac-mobile-rating-row {
        align-items: center;
        display: flex;
        gap: 0.65rem;
        grid-column: 1 / -1;
        justify-content: space-between;
        margin-top: 0.2rem;
    }

    .rac-mobile-rating-row .rac-mobile-rating {
        margin: 0;
        padding: 0;
    }

    .rac-mobile-invoice-icon {
        align-items: center;
        background: #f0fdfa;
        border: 1px solid #5eead4;
        border-radius: 7px;
        color: #0f766e;
        display: inline-flex;
        flex: 0 0 auto;
        height: 30px;
        justify-content: center;
        position: relative;
        text-decoration: none;
        width: 30px;
    }

    .rac-mobile-invoice-icon svg {
        display: block;
        fill: currentColor;
        height: 17px;
        width: 17px;
    }

    .rac-mobile-invoice-icon::after {
        background: #111827;
        border-radius: 6px;
        bottom: calc(100% + 8px);
        color: #fff;
        content: attr(data-rac-tooltip);
        font-size: 0.72rem;
        font-weight: 700;
        left: 50%;
        line-height: 1;
        opacity: 0;
        padding: 0.45rem 0.55rem;
        pointer-events: none;
        position: absolute;
        transform: translate(-50%, 4px);
        transition: opacity 0.15s ease, transform 0.15s ease;
        visibility: hidden;
        white-space: nowrap;
        z-index: 10;
    }

    .rac-mobile-invoice-icon:hover,
    .rac-mobile-invoice-icon:focus {
        background: #ccfbf1;
        border-color: #14b8a6;
        color: #0f766e;
        text-decoration: none;
    }

    .rac-mobile-invoice-icon:hover::after,
    .rac-mobile-invoice-icon:focus::after {
        opacity: 1;
        transform: translate(-50%, 0);
        visibility: visible;
    }
}

@media (max-width: 767px) {
    .rac-mobile-order-actions {
        align-items: center !important;
        display: grid !important;
        flex-direction: initial !important;
        gap: 0.45rem !important;
        grid-template-columns: 38px 38px !important;
        justify-content: end !important;
        justify-items: center !important;
        padding-top: 0.1rem !important;
    }

    .rac-mobile-order-actions .rac-mobile-order-icon {
        margin: 0 !important;
    }

    .rac-mobile-order-actions .rac-myaccount-status-badge {
        grid-column: 1 / 3;
        justify-self: center;
        margin: 0 !important;
        text-align: center;
    }

    .rac-mobile-order-buy-again {
        border-radius: 6px !important;
        font-size: 0.76rem !important;
        font-weight: 800 !important;
        line-height: 1 !important;
        margin: 0 0 0.85rem !important;
        min-height: 0 !important;
        padding: 0.42rem 0.68rem !important;
    }
}

@media (max-width: 767px) {
    .rac-mobile-order-actions {
        align-items: center !important;
        display: flex !important;
        flex-direction: row !important;
        gap: 0.45rem !important;
        justify-content: flex-end !important;
        justify-items: initial !important;
        padding-top: 0.1rem !important;
    }

    .rac-mobile-order-actions .rac-myaccount-status-badge {
        display: none !important;
    }

    .rac-mobile-order-secondary {
        align-items: center;
        display: flex;
        gap: 0.75rem;
        justify-content: space-between;
        margin: 0 0 0.85rem;
    }

    .rac-mobile-order-secondary .rac-myaccount-status-badge {
        flex: 0 0 auto;
        margin: 0 !important;
    }

    .rac-mobile-order-buy-again {
        align-items: center;
        border-radius: 6px !important;
        display: inline-flex !important;
        flex: 0 0 auto;
        font-size: 0.76rem !important;
        font-weight: 800 !important;
        justify-content: center;
        line-height: 1 !important;
        margin: 0 !important;
        min-height: 0 !important;
        padding: 0.42rem 0.68rem !important;
        white-space: nowrap;
    }
}

.rac-invoice-modal[hidden] {
    display: none !important;
}

.rac-invoice-modal {
    align-items: center;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    padding: 1rem;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999999;
}

.rac-invoice-modal-backdrop {
    background: rgba(15, 23, 42, 0.55);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.rac-invoice-modal-dialog {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.25);
    box-sizing: border-box;
    max-height: calc(100vh - 2rem);
    max-width: 520px;
    overflow: auto;
    padding: 1.25rem;
    position: relative;
    width: min(100%, 520px);
    z-index: 1;
}

.rac-invoice-modal-close {
    align-items: center;
    background: #f3f4f6;
    border: 1px solid #d1d5db;
    border-radius: 999px;
    color: #111827;
    cursor: pointer;
    display: inline-flex;
    font-size: 1.4rem;
    height: 34px;
    justify-content: center;
    line-height: 1;
    padding: 0;
    position: absolute;
    right: 1rem;
    top: 1rem;
    width: 34px;
}

.rac-invoice-modal h3 {
    margin: 0 2.5rem 1rem 0;
}

.rac-invoice-modal-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.rac-invoice-modal-row {
    align-items: center;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    display: flex;
    gap: 0.75rem;
    justify-content: space-between;
    padding: 0.85rem;
}

.rac-invoice-modal-row span:first-child {
    color: #1f2937;
    font-size: 0.92rem;
    font-weight: 800;
    line-height: 1.35;
}

.rac-invoice-download {
    align-items: center;
    background: #eef4ff;
    border: 1px solid #94b8ff;
    border-radius: 8px;
    color: #2563eb;
    display: inline-flex;
    flex: 0 0 auto;
    height: 36px;
    justify-content: center;
    text-decoration: none;
    width: 36px;
}

.rac-invoice-download svg {
    display: block;
    fill: currentColor;
    height: 20px;
    width: 20px;
}

.rac-invoice-download:hover,
.rac-invoice-download:focus {
    background: #2563eb;
    border-color: #2563eb;
    color: #fff;
    text-decoration: none;
}

.rac-invoice-download.is-disabled {
    background: #f3f4f6;
    border-color: #d1d5db;
    color: #9ca3af;
}

.rac-invoice-modal-awb {
    background: #f0fdfa;
    border: 1px solid #5eead4;
    border-radius: 10px;
    color: #0f766e;
    display: flex;
    gap: 0.5rem;
    justify-content: space-between;
    margin-top: 0.85rem;
    padding: 0.85rem;
}

.rac-invoice-modal-awb span,
.rac-invoice-modal-awb strong {
    font-size: 0.9rem;
    line-height: 1.35;
}

.rac-invoice-modal-empty {
    color: #6b7280;
    font-size: 0.92rem;
    font-weight: 700;
    margin: 0;
}

html.rac-invoice-modal-open {
    overflow: hidden;
}

@media (max-width: 767px) {
    .rac-invoice-modal {
        align-items: flex-end;
        padding: 0.75rem;
    }

    .rac-invoice-modal-dialog {
        border-radius: 18px;
        max-height: calc(100vh - 1.5rem);
        padding: 1rem;
    }

    .rac-invoice-modal h3 {
        font-size: 1.08rem;
    }

    .rac-invoice-modal-row {
        padding: 0.75rem;
    }

    .rac-invoice-modal-row span:first-child {
        font-size: 0.85rem;
    }
}

@media (max-width: 767px) {
    .rac-mobile-order-documents {
        align-items: center;
        display: inline-flex;
        flex: 0 0 auto;
        gap: 0.5rem;
        justify-content: flex-end;
    }

    .rac-mobile-order-documents .rac-mobile-invoice-icon {
        height: 30px;
        width: 30px;
    }

    .rac-mobile-order-documents .rac-mobile-invoice-icon svg {
        height: 17px;
        width: 17px;
    }
}

.rac-invoice-modal-section-title {
    color: #152238;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.25;
    margin: 1rem 0 0.6rem;
}

.rac-warranty-modal-row {
    border-color: #d8f3ed;
}

.rac-mobile-view-order {
    display: none;
}

@media (max-width: 767px) {
    .woocommerce-MyAccount-content.rac-mobile-order-view-active > p,
    .woocommerce-MyAccount-content.rac-mobile-order-view-active .woocommerce-order-details,
    .woocommerce-MyAccount-content.rac-mobile-order-view-active .woocommerce-customer-details,
    .woocommerce-MyAccount-content.rac-mobile-order-view-active .woocommerce-table--order-details,
    .woocommerce-MyAccount-content.rac-mobile-order-view-active .order_details {
        display: none !important;
    }

    .rac-mobile-view-order {
        box-sizing: border-box;
        color: #172238;
        display: block;
        margin: 0 auto 1.5rem;
        max-width: 100%;
        width: 100%;
    }

    .rac-mobile-view-order * {
        box-sizing: border-box;
    }

    .rac-mobile-view-order-top {
        align-items: center;
        display: grid;
        gap: 0.5rem;
        grid-template-columns: 40px 1fr 40px;
        margin: 0 0 1rem;
    }

    .rac-mobile-view-order-top h2 {
        color: #152238;
        font-size: 1.18rem;
        font-weight: 900;
        line-height: 1.2;
        margin: 0;
        text-align: center;
    }

    .rac-mobile-view-order-back {
        align-items: center;
        background: #eef4ff;
        border: 1px solid #c9d9ff;
        border-radius: 10px;
        color: #2563eb;
        display: inline-flex;
        height: 40px;
        justify-content: center;
        text-decoration: none;
        width: 40px;
    }

    .rac-mobile-view-order-back svg {
        display: block;
        fill: currentColor;
        height: 22px;
        width: 22px;
    }

    .rac-mobile-view-card {
        background: #fff;
        border: 1px solid #e4e8ef;
        border-radius: 14px;
        box-shadow: 0 8px 22px rgba(15, 23, 42, 0.05);
        margin: 0 0 1rem;
        padding: 1rem;
    }

    .rac-mobile-view-summary {
        display: flex;
        flex-direction: column;
        gap: 0.7rem;
    }

    .rac-mobile-view-kv,
    .rac-mobile-view-money-row {
        align-items: flex-start;
        display: flex;
        gap: 0.85rem;
        justify-content: space-between;
    }

    .rac-mobile-view-kv span,
    .rac-mobile-view-money-row span {
        color: #5a667a;
        font-size: 0.92rem;
        font-weight: 700;
        line-height: 1.25;
    }

    .rac-mobile-view-kv strong,
    .rac-mobile-view-money-row strong {
        color: #172238;
        font-size: 0.94rem;
        font-weight: 900;
        line-height: 1.25;
        text-align: right;
    }

    .rac-mobile-view-money-row.is-negative strong {
        color: #d63638;
    }

    .rac-mobile-view-buy-again {
        align-items: center;
        background: #2563eb;
        border: 1px solid #2563eb;
        border-radius: 10px;
        color: #fff;
        display: flex;
        font-size: 0.94rem;
        font-weight: 900;
        justify-content: center;
        line-height: 1;
        margin: 0 0 1.35rem;
        min-height: 46px;
        padding: 0.82rem 1rem;
        text-decoration: none;
        width: 100%;
    }

    .rac-mobile-view-buy-again:hover,
    .rac-mobile-view-buy-again:focus {
        background: #1d4ed8;
        border-color: #1d4ed8;
        color: #fff;
        text-decoration: none;
    }

    .rac-mobile-view-section-title {
        color: #152238;
        font-size: 1.15rem;
        font-weight: 900;
        line-height: 1.22;
        margin: 1.35rem 0 0.7rem;
    }

    .rac-mobile-view-status {
        align-items: center;
        display: flex;
        justify-content: space-between;
        padding: 0.85rem 1rem;
    }

    .rac-mobile-view-status > span {
        color: #5a667a;
        font-size: 0.95rem;
        font-weight: 800;
    }

    .rac-mobile-view-products {
        display: flex;
        flex-direction: column;
        gap: 0.9rem;
        margin: 0 0 1rem;
    }

    .rac-mobile-view-product {
        background: #fff;
        border: 1px solid #e4e8ef;
        border-radius: 14px;
        box-shadow: 0 8px 22px rgba(15, 23, 42, 0.05);
        overflow: hidden;
    }

    .rac-mobile-view-product summary {
        align-items: center;
        cursor: pointer;
        display: grid;
        gap: 0.85rem;
        grid-template-columns: 58px minmax(0, 1fr) 24px;
        list-style: none;
        padding: 0.9rem 1rem;
    }

    .rac-mobile-view-product summary::-webkit-details-marker {
        display: none;
    }

    .rac-mobile-view-product-image {
        align-items: center;
        display: flex;
        height: 58px;
        justify-content: center;
        width: 58px;
    }

    .rac-mobile-view-product-image img {
        display: block;
        height: 54px;
        max-height: 54px;
        max-width: 54px;
        object-fit: contain;
        width: 54px;
    }

    .rac-mobile-view-product-title {
        color: #172238;
        display: -webkit-box;
        font-size: 0.95rem;
        font-weight: 900;
        line-height: 1.28;
        max-height: 2.56em;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .rac-mobile-view-product-toggle {
        color: #d63662;
        height: 24px;
        position: relative;
        width: 24px;
    }

    .rac-mobile-view-product-toggle::before,
    .rac-mobile-view-product-toggle::after {
        background: currentColor;
        border-radius: 999px;
        content: "";
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .rac-mobile-view-product-toggle::before {
        height: 3px;
        width: 18px;
    }

    .rac-mobile-view-product-toggle::after {
        height: 18px;
        width: 3px;
    }

    .rac-mobile-view-product[open] .rac-mobile-view-product-toggle::after {
        opacity: 0;
    }

    .rac-mobile-view-product-details {
        border-top: 1px solid #edf0f5;
        display: flex;
        flex-direction: column;
        gap: 0.78rem;
        padding: 0.9rem 1rem;
    }

    .rac-mobile-view-rating-row {
        align-items: center;
        border-top: 1px solid #edf0f5;
        display: flex;
        gap: 0.75rem;
        justify-content: space-between;
        padding: 0.85rem 1rem;
    }

    .rac-mobile-view-rating-row > span {
        color: #5a667a;
        font-size: 0.88rem;
        font-weight: 800;
        line-height: 1.25;
    }

    .rac-mobile-view-rating-row .rac-mobile-rating {
        flex: 0 0 auto;
        gap: 0.22rem;
        margin: 0;
    }

    .rac-mobile-view-rating-row .rac-mobile-rating a {
        height: 30px !important;
        width: 30px !important;
    }

    .rac-mobile-view-rating-row .rac-mobile-rating a svg {
        height: 17px !important;
        width: 17px !important;
    }

    .rac-mobile-view-costs {
        display: flex;
        flex-direction: column;
        gap: 0.75rem;
    }

    .rac-mobile-view-total {
        align-items: flex-end;
        border-top: 1px solid #edf0f5;
        display: flex;
        gap: 1rem;
        justify-content: space-between;
        margin-top: 0.2rem;
        padding-top: 0.9rem;
    }

    .rac-mobile-view-total span {
        display: flex;
        flex-direction: column;
        gap: 0.08rem;
    }

    .rac-mobile-view-total span strong {
        color: #172238;
        font-size: 1rem;
        font-weight: 900;
        line-height: 1.2;
    }

    .rac-mobile-view-total span small {
        color: #6b7280;
        font-size: 0.78rem;
        font-weight: 700;
        line-height: 1.2;
    }

    .rac-mobile-view-total > strong {
        color: #2563eb;
        font-size: 1.25rem;
        font-weight: 950;
        line-height: 1.1;
        text-align: right;
    }

    .rac-mobile-view-documents {
        padding: 0;
    }

    .rac-mobile-view-documents > summary {
        align-items: center;
        cursor: pointer;
        display: grid;
        gap: 0.75rem;
        grid-template-columns: minmax(0, 1fr) auto 20px;
        list-style: none;
        padding: 1rem;
    }

    .rac-mobile-view-documents > summary::-webkit-details-marker {
        display: none;
    }

    .rac-mobile-view-documents > summary > span {
        color: #5a667a;
        font-size: 0.95rem;
        font-weight: 800;
    }

    .rac-mobile-view-documents > summary > strong {
        color: #172238;
        font-size: 0.9rem;
        font-weight: 900;
        max-width: 170px;
        overflow: hidden;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .rac-mobile-view-document-toggle {
        color: #d63662;
        height: 20px;
        position: relative;
        width: 20px;
    }

    .rac-mobile-view-document-toggle::before,
    .rac-mobile-view-document-toggle::after {
        background: currentColor;
        border-radius: 999px;
        content: "";
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .rac-mobile-view-document-toggle::before {
        height: 3px;
        width: 16px;
    }

    .rac-mobile-view-document-toggle::after {
        height: 16px;
        width: 3px;
    }

    .rac-mobile-view-documents[open] .rac-mobile-view-document-toggle::after {
        opacity: 0;
    }

    .rac-mobile-view-documents-body {
        border-top: 1px solid #edf0f5;
        display: flex;
        flex-direction: column;
        gap: 0.75rem;
        padding: 1rem;
    }

    .rac-mobile-view-documents-body h4 {
        color: #152238;
        font-size: 0.96rem;
        font-weight: 900;
        line-height: 1.2;
        margin: 0.25rem 0 0;
    }

    .rac-mobile-view-document-row {
        align-items: center;
        background: #f8fafc;
        border: 1px solid #e4e8ef;
        border-radius: 10px;
        display: flex;
        gap: 0.75rem;
        justify-content: space-between;
        padding: 0.75rem;
    }

    .rac-mobile-view-document-row span {
        color: #172238;
        font-size: 0.86rem;
        font-weight: 850;
        line-height: 1.25;
    }

    .rac-mobile-view-document-row a {
        align-items: center;
        background: #eef4ff;
        border: 1px solid #9bbdff;
        border-radius: 8px;
        color: #2563eb;
        display: inline-flex;
        flex: 0 0 auto;
        height: 34px;
        justify-content: center;
        text-decoration: none;
        width: 34px;
    }

    .rac-mobile-view-document-row a svg {
        display: block;
        fill: currentColor;
        height: 19px;
        width: 19px;
    }

    .rac-mobile-view-awb {
        background: #ecfdf5;
        border: 1px solid #a7f3d0;
        border-radius: 10px;
        display: flex;
        flex-direction: column;
        gap: 0.25rem;
        padding: 0.75rem;
    }

    .rac-mobile-view-awb span {
        color: #047857;
        font-size: 0.84rem;
        font-weight: 900;
        text-transform: uppercase;
    }

    .rac-mobile-view-awb strong {
        color: #064e3b;
        font-size: 0.95rem;
        font-weight: 900;
        overflow-wrap: anywhere;
    }

    .rac-mobile-view-address {
        display: flex;
        flex-direction: column;
        gap: 0.35rem;
    }

    .rac-mobile-view-address span {
        color: #334155;
        font-size: 0.92rem;
        font-weight: 750;
        line-height: 1.35;
    }

    .rac-mobile-view-payment {
        margin-top: 1.2rem;
    }
}

@media (max-width: 767px) {
    .rac-mobile-view-products {
        margin-top: 1rem !important;
    }

    .rac-mobile-view-product {
        background: #fff !important;
        border: 1px solid #e4e8ef !important;
        border-radius: 14px !important;
        box-shadow: 0 8px 22px rgba(15, 23, 42, 0.05) !important;
        overflow: hidden !important;
    }

    .rac-mobile-view-product-main {
        align-items: center;
        display: grid;
        gap: 0.85rem;
        grid-template-columns: 58px minmax(0, 1fr);
        padding: 0.9rem 1rem;
    }

    .rac-mobile-view-product .rac-mobile-view-product-details {
        border-top: 1px solid #edf0f5;
        display: flex !important;
        flex-direction: column;
        gap: 0.78rem;
        padding: 0.9rem 1rem;
    }

    .rac-mobile-view-product summary,
    .rac-mobile-view-product-toggle,
    .rac-mobile-view-rating-row {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .rac-mobile-view-order {
        padding: 0.25rem 0.15rem 1.5rem;
    }

    .rac-mobile-view-shell {
        background: #fff;
        border: 1px solid #dfe5ee;
        border-radius: 20px;
        box-shadow: 0 16px 45px rgba(15, 23, 42, 0.08);
        margin: 0 auto;
        max-width: 100%;
        overflow: hidden;
        padding: 1rem;
    }

    .rac-mobile-view-order-top {
        align-items: center !important;
        display: grid !important;
        gap: 0.5rem !important;
        grid-template-columns: 40px minmax(0, 1fr) 40px !important;
        margin: 0 0 1rem !important;
    }

    .rac-mobile-view-order-close {
        align-items: center;
        background: #fff1f1;
        border: 1px solid #f4c2c2;
        border-radius: 10px;
        color: #d63638;
        display: inline-flex;
        height: 40px;
        justify-content: center;
        justify-self: end;
        text-decoration: none;
        width: 40px;
    }

    .rac-mobile-view-order-close:hover,
    .rac-mobile-view-order-close:focus {
        background: #d63638;
        border-color: #d63638;
        color: #fff;
        text-decoration: none;
    }

    .rac-mobile-view-order-close svg {
        display: block;
        fill: currentColor;
        height: 20px;
        width: 20px;
    }

    .rac-mobile-view-total {
        align-items: center !important;
        gap: 0.75rem !important;
    }

    .rac-mobile-view-total > strong,
    .rac-mobile-view-total > strong .woocommerce-Price-amount,
    .rac-mobile-view-total > strong .amount {
        white-space: nowrap !important;
    }

    .rac-mobile-view-total > strong {
        display: inline-flex !important;
        flex: 0 0 auto !important;
        justify-content: flex-end !important;
        min-width: max-content !important;
    }
}

@media (max-width: 380px) {
    .rac-mobile-view-total > strong {
        font-size: 1.08rem !important;
    }
}

@media (max-width: 767px) {
    .rac-mobile-view-order {
        align-items: flex-start !important;
        background: rgba(15, 23, 42, 0.32) !important;
        bottom: 0 !important;
        display: flex !important;
        justify-content: center !important;
        left: 0 !important;
        margin: 0 !important;
        max-width: none !important;
        overflow-y: auto !important;
        padding: 0.85rem !important;
        position: fixed !important;
        right: 0 !important;
        top: 0 !important;
        width: 100% !important;
        z-index: 999999 !important;
        -webkit-overflow-scrolling: touch;
    }

    .rac-mobile-view-shell {
        margin: auto 0 !important;
        max-width: 560px !important;
        width: 100% !important;
    }

    .rac-mobile-view-total {
        align-items: center !important;
        display: grid !important;
        gap: 0.75rem !important;
        grid-template-columns: minmax(0, 1fr) max-content !important;
    }

    .rac-mobile-view-total > strong.rac-mobile-view-total-amount {
        display: block !important;
        font-size: 1.18rem !important;
        line-height: 1 !important;
        max-width: none !important;
        min-width: max-content !important;
        overflow: visible !important;
        text-align: right !important;
        white-space: nowrap !important;
        word-break: keep-all !important;
    }
}

@media (max-width: 360px) {
    .rac-mobile-view-shell {
        padding: 0.75rem !important;
    }

    .rac-mobile-view-total > strong.rac-mobile-view-total-amount {
        font-size: 1.02rem !important;
    }
}

@media (max-width: 767px) {
    .rac-mobile-view-shell {
        font-size: 0.94rem !important;
    }

    .rac-mobile-view-kv span,
    .rac-mobile-view-money-row span {
        font-size: 0.84rem !important;
    }

    .rac-mobile-view-kv strong,
    .rac-mobile-view-money-row strong {
        font-size: 0.86rem !important;
    }

    .rac-mobile-view-address span {
        font-size: 0.84rem !important;
        line-height: 1.32 !important;
    }

    .rac-mobile-view-product-title {
        font-size: 0.88rem !important;
    }

    .rac-mobile-view-total span strong {
        font-size: 0.94rem !important;
    }

    .rac-mobile-view-total > strong.rac-mobile-view-total-amount {
        font-size: 1.08rem !important;
    }

    .rac-mobile-view-payment,
    .rac-mobile-view-delivery {
        align-items: center;
        display: flex;
        gap: 0.75rem;
        justify-content: space-between;
        padding: 0.82rem 1rem !important;
    }

    .rac-mobile-view-delivery-badge {
        align-items: center;
        background: #eef4ff;
        border: 1px solid #bcd0ff;
        border-radius: 7px;
        color: #2563eb;
        display: inline-flex;
        flex: 0 0 auto;
        font-size: 0.8rem;
        font-weight: 900;
        line-height: 1;
        padding: 0.42rem 0.62rem;
    }

    .rac-mobile-view-delivery > strong {
        color: #172238;
        font-size: 0.86rem;
        font-weight: 900;
        line-height: 1.25;
        text-align: right;
    }
}

@media (max-width: 767px) {
    .rac-mobile-view-payment {
        border-color: #86efac !important;
    }

    .rac-mobile-view-delivery {
        border-color: #fecaca !important;
    }

    .rac-mobile-view-payment,
    .rac-mobile-view-delivery {
        display: block !important;
        padding: 0.82rem 1rem !important;
    }

    .rac-mobile-view-payment .rac-mobile-view-kv,
    .rac-mobile-view-delivery .rac-mobile-view-kv {
        align-items: center !important;
        display: grid !important;
        gap: 0.75rem !important;
        grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr) !important;
        justify-content: initial !important;
        width: 100% !important;
    }

    .rac-mobile-view-payment .rac-mobile-view-kv span,
    .rac-mobile-view-delivery .rac-mobile-view-kv span {
        color: #5a667a !important;
        font-size: 0.84rem !important;
        font-weight: 800 !important;
        line-height: 1.25 !important;
        text-align: left !important;
    }

    .rac-mobile-view-payment .rac-mobile-view-kv strong,
    .rac-mobile-view-delivery .rac-mobile-view-kv strong {
        color: #172238 !important;
        font-size: 0.86rem !important;
        font-weight: 900 !important;
        line-height: 1.25 !important;
        text-align: right !important;
    }

    .rac-mobile-view-delivery-badge {
        background: transparent !important;
        border: 0 !important;
        border-radius: 0 !important;
        color: #5a667a !important;
        display: inline !important;
        font-size: 0.84rem !important;
        font-weight: 800 !important;
        padding: 0 !important;
    }
}

@media (max-width: 767px) {
    .rac-cancel-desktop-fallback.rac-is-mobile-replaced {
        display: none !important;
    }

    .rac-mobile-cancel-order .rac-mobile-cancel-title {
        color: #d63638 !important;
    }

    .rac-mobile-cancel-form {
        display: flex;
        flex-direction: column;
        gap: 0.9rem;
        margin: 1.1rem 0 0;
    }

    .rac-mobile-cancel-submit {
        align-items: center;
        background: #d63638 !important;
        border: 1px solid #d63638 !important;
        border-radius: 10px !important;
        color: #fff !important;
        display: flex !important;
        font-size: 0.94rem !important;
        font-weight: 900 !important;
        justify-content: center;
        line-height: 1 !important;
        min-height: 46px !important;
        padding: 0.82rem 1rem !important;
        text-decoration: none !important;
    text-indent: 0 !important;
        width: 100% !important;
    }

    .rac-mobile-cancel-submit:hover,
    .rac-mobile-cancel-submit:focus {
        background: #b91c1c !important;
        border-color: #b91c1c !important;
        color: #fff !important;
    }

    .rac-mobile-cancel-reason {
        background: #fff7f7;
        border: 1px solid #fecaca;
        border-radius: 12px;
        display: flex;
        flex-direction: column;
        gap: 0.55rem;
        padding: 0.85rem;
    }

    .rac-mobile-cancel-reason[hidden] {
        display: none !important;
    }

    .rac-mobile-cancel-reason label {
        color: #991b1b;
        font-size: 0.88rem;
        font-weight: 900;
        line-height: 1.25;
    }

    .rac-mobile-cancel-reason textarea {
        background: #fff;
        border: 1px solid #f4b4b4;
        border-radius: 10px;
        box-shadow: none;
        box-sizing: border-box;
        color: #172238;
        font-size: 0.9rem;
        min-height: 100px;
        padding: 0.75rem;
        resize: vertical;
        width: 100%;
    }
}

.rac-mobile-return-create {
    display: none;
}

@media (max-width: 767px) {
    .rac-return-create-desktop-fallback {
        display: none !important;
    }

    .rac-mobile-return-create {
        display: flex !important;
    }

    .rac-mobile-return-create .rac-mobile-view-shell {
        padding-bottom: 1rem !important;
    }

    .rac-mobile-return-create-content {
        display: block;
        width: 100%;
    }

    .rac-mobile-return-create .rac-return-flow {
        background: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .rac-mobile-return-create .rac-return-flow-header {
        display: none !important;
    }

    .rac-mobile-return-create .rac-return-flow-info {
        font-size: 0.82rem !important;
        line-height: 1.35 !important;
        margin: 0 0 0.8rem !important;
        padding: 0.75rem !important;
    }

    .rac-mobile-return-create .rac-return-flow-title {
        font-size: 1rem !important;
        line-height: 1.25 !important;
        margin: 0.85rem 0 0.7rem !important;
    }

    .rac-mobile-return-create .rac-return-flow-content {
        margin: 0 !important;
    }

    .rac-mobile-return-create .rac-return-flow-order {
        margin: 0 !important;
    }

    .rac-mobile-return-create .rac-return-flow-order-label {
        color: #5a667a;
        font-size: 0.84rem;
        font-weight: 850;
        line-height: 1.25;
        margin: 0 0 0.6rem;
    }

    .rac-mobile-return-create .rac-card,
    .rac-mobile-return-create .rac-return-form-card {
        border: 1px solid #e4e8ef !important;
        border-radius: 14px !important;
        box-shadow: 0 8px 22px rgba(15, 23, 42, 0.05) !important;
        margin: 0 !important;
        padding: 0.85rem !important;
    }

    .rac-mobile-return-create .rac-return-flow-back {
        display: none !important;
    }

    .rac-mobile-return-create .rac-form label {
        font-size: 0.86rem !important;
    }

    .rac-mobile-return-create .rac-form input,
    .rac-mobile-return-create .rac-form select,
    .rac-mobile-return-create .rac-form textarea {
        font-size: 0.9rem !important;
    }
}

@media (min-width: 768px) {
    .rac-mobile-return-create {
        display: none !important;
    }
}

.rac-return-deadline-badge {
    align-items: center;
    background: #eef4ff;
    border: 1px solid #bcd0ff;
    border-radius: 8px;
    color: #1d4ed8;
    display: inline-flex;
    flex: 1 0 100%;
    font-size: 0.82rem;
    font-weight: 800;
    justify-content: center;
    line-height: 1.25;
    margin-top: 0.35rem;
    padding: 0.45rem 0.65rem;
    text-align: center;
}

.rac-item-check {
    flex-basis: 32px;
    justify-content: center !important;
    text-align: center;
    width: 32px;
}

.rac-item-check input[type="checkbox"] {
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
}

@media (max-width: 767px) {
    .rac-item-check {
        flex: 0 0 32px !important;
        width: 32px !important;
    }

    .rac-return-deadline-badge {
        font-size: 0.76rem;
        margin-left: 0;
        width: 100%;
    }

    .rac-mobile-return-create .rac-return-deadline-badge {
        font-size: 0.74rem !important;
        padding: 0.42rem 0.55rem !important;
    }
}

@media (max-width: 767px) {
    .rac-mobile-return-create .rac-item-row {
        align-items: center !important;
        display: grid !important;
        grid-template-columns: 34px minmax(0, 1fr) !important;
        grid-template-areas:
            "check main"
            "check qty"
            "check badge" !important;
        gap: 0.55rem 0.75rem !important;
        padding: 0.85rem !important;
    }

    .rac-mobile-return-create .rac-item-check {
        align-self: center !important;
        display: flex !important;
        grid-area: check !important;
        height: 100% !important;
        justify-content: center !important;
        justify-self: center !important;
        width: 34px !important;
    }

    .rac-mobile-return-create .rac-item-check input[type="checkbox"] {
        margin: auto !important;
    }

    .rac-mobile-return-create .rac-item-main {
        display: grid !important;
        grid-area: main !important;
        grid-template-columns: 82px minmax(0, 1fr) !important;
        gap: 0.75rem !important;
        min-width: 0 !important;
        width: 100% !important;
    }

    .rac-mobile-return-create .rac-item-image-wrap {
        justify-self: center !important;
    }

    .rac-mobile-return-create .rac-qty-label {
        grid-area: qty !important;
        justify-content: center !important;
        margin: 0 !important;
        width: 100% !important;
    }

    .rac-mobile-return-create .rac-return-deadline-badge {
        box-sizing: border-box !important;
        flex: initial !important;
        font-size: clamp(0.52rem, 2.05vw, 0.68rem) !important;
        grid-area: badge !important;
        justify-content: center !important;
        letter-spacing: -0.01em !important;
        line-height: 1.05 !important;
        margin: 0.1rem 0 0 !important;
        max-width: 100% !important;
        overflow: hidden !important;
        padding: 0.38rem 0.45rem !important;
        text-overflow: clip !important;
        white-space: nowrap !important;
        width: 100% !important;
    }
}

.rac-desktop-orders {
    display: none;
}

@media (min-width: 768px) {
    .rac-desktop-orders {
        display: flex;
        flex-direction: column;
        gap: 1.15rem;
        margin: 0 0 1.5rem;
    }

    .rac-desktop-orders ~ .woocommerce-orders-table,
    .rac-desktop-orders ~ .woocommerce-pagination {
        display: none !important;
    }

    .rac-desktop-order-card {
        background: #fff;
        border: 1px solid #e5e7eb;
        border-radius: 16px;
        box-shadow: 0 8px 24px rgba(15, 23, 42, 0.055);
        box-sizing: border-box;
        padding: 1.1rem 1.2rem;
    }

    .rac-desktop-order-head {
        align-items: center;
        display: grid;
        gap: 1rem;
        grid-template-columns: minmax(190px, 1fr) auto auto;
        margin: 0 0 0.95rem;
    }

    .rac-desktop-order-title {
        display: flex;
        flex-direction: column;
        gap: 0.28rem;
        min-width: 0;
    }

    .rac-desktop-order-title strong {
        color: #152238;
        font-size: 1.05rem;
        font-weight: 900;
        line-height: 1.2;
    }

    .rac-desktop-order-title span {
        color: #4b5563;
        font-size: 0.86rem;
        font-weight: 700;
        line-height: 1.25;
    }

    .rac-desktop-order-meta {
        align-items: center;
        display: inline-flex;
        gap: 0.55rem;
        justify-content: flex-end;
        white-space: nowrap;
    }

    .rac-desktop-order-buy-again {
        align-items: center;
        background: #2563eb;
        border: 1px solid #2563eb;
        border-radius: 7px;
        color: #fff;
        display: inline-flex;
        font-size: 0.76rem;
        font-weight: 900;
        line-height: 1;
        min-height: 30px;
        padding: 0.42rem 0.72rem;
        text-decoration: none;
    }

    .rac-desktop-order-buy-again:hover,
    .rac-desktop-order-buy-again:focus {
        background: #1d4ed8;
        border-color: #1d4ed8;
        color: #fff;
        text-decoration: none;
    }

    .rac-desktop-order-actions {
        align-items: center;
        display: inline-flex;
        gap: 0.45rem;
        justify-content: flex-end;
    }

    .rac-desktop-order-actions .rac-mobile-order-icon,
    .rac-desktop-order-actions .rac-mobile-invoice-icon {
        align-items: center;
        border-radius: 9px;
        box-sizing: border-box;
        display: inline-flex;
        height: 36px;
        justify-content: center;
        position: relative;
        text-decoration: none;
        width: 36px;
    }

    .rac-desktop-order-actions .rac-mobile-order-icon svg,
    .rac-desktop-order-actions .rac-mobile-invoice-icon svg {
        display: block;
        fill: currentColor;
        height: 19px;
        width: 19px;
    }

    .rac-desktop-order-actions .rac-mobile-order-icon-view {
        background: #eef4ff;
        border: 1px solid #94b8ff;
        color: #2563eb;
    }

    .rac-desktop-order-actions .rac-mobile-order-icon-cancel {
        background: #fff1f1;
        border: 1px solid #e3abab;
        color: #d63638;
    }

    .rac-desktop-order-actions .rac-mobile-order-icon-disabled {
        background: #f3f4f6;
        border-color: #d1d5db;
        color: #9ca3af;
        cursor: not-allowed;
        pointer-events: auto;
    }

    .rac-desktop-order-actions .rac-mobile-invoice-icon {
        background: #f0fdfa;
        border: 1px solid #5eead4;
        color: #0f766e;
    }

    .rac-desktop-order-actions .rac-mobile-order-icon::after,
    .rac-desktop-order-actions .rac-mobile-invoice-icon::after {
        background: #111827;
        border-radius: 6px;
        bottom: calc(100% + 8px);
        color: #fff;
        content: attr(data-rac-tooltip);
        font-size: 0.72rem;
        font-weight: 800;
        left: 50%;
        line-height: 1;
        opacity: 0;
        padding: 0.45rem 0.55rem;
        pointer-events: none;
        position: absolute;
        transform: translate(-50%, 4px);
        transition: opacity 0.15s ease, transform 0.15s ease;
        visibility: hidden;
        white-space: nowrap;
        z-index: 10;
    }

    .rac-desktop-order-actions .rac-mobile-order-icon:hover::after,
    .rac-desktop-order-actions .rac-mobile-order-icon:focus::after,
    .rac-desktop-order-actions .rac-mobile-invoice-icon:hover::after,
    .rac-desktop-order-actions .rac-mobile-invoice-icon:focus::after {
        opacity: 1;
        transform: translate(-50%, 0);
        visibility: visible;
    }

    .rac-desktop-order-products {
        border-top: 1px solid #eef0f3;
        display: flex;
        flex-direction: column;
        gap: 0.85rem;
        padding-top: 1rem;
    }

    .rac-desktop-order-product {
        align-items: center;
        background: #fbfcff;
        border: 1px solid #eef0f3;
        border-radius: 12px;
        display: grid;
        gap: 1rem;
        grid-template-columns: 74px minmax(0, 1fr) auto;
        padding: 0.82rem 0.9rem;
    }

    .rac-desktop-order-product-image {
        align-items: center;
        display: flex;
        height: 74px;
        justify-content: center;
        position: relative;
        width: 74px;
    }

    .rac-desktop-order-product-image a {
        align-items: center;
        display: flex;
        height: 74px;
        justify-content: center;
        width: 74px;
    }

    .rac-desktop-order-product-image img {
        display: block;
        height: 68px;
        max-height: 68px;
        max-width: 68px;
        object-fit: contain;
        width: 68px;
    }

    .rac-desktop-order-product .rac-mobile-order-qty {
        align-items: center;
        background: #2563eb;
        border: 2px solid #fff;
        border-radius: 999px;
        color: #fff;
        display: inline-flex;
        font-size: 0.72rem;
        font-weight: 900;
        height: 22px;
        justify-content: center;
        line-height: 1;
        min-width: 22px;
        padding: 0 0.25rem;
        position: absolute;
        right: 0;
        top: 0;
    }

    .rac-desktop-order-product-title {
        min-width: 0;
    }

    .rac-desktop-order-product-title strong {
        color: #1f2937;
        display: -webkit-box;
        font-size: 0.94rem;
        font-weight: 850;
        line-height: 1.35;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .rac-desktop-order-product-rating {
        align-items: center;
        display: inline-flex;
        gap: 0.65rem;
        justify-content: flex-end;
        min-width: 250px;
    }

    .rac-desktop-order-product-rating > span {
        color: #5a667a;
        font-size: 0.82rem;
        font-weight: 800;
        white-space: nowrap;
    }

    .rac-desktop-order-product-rating .rac-mobile-rating {
        display: inline-flex;
        gap: 0.28rem;
        margin: 0;
        padding: 0;
    }

    .rac-desktop-order-product-rating .rac-mobile-rating a {
        align-items: center;
        background: #f8fafc;
        border: 1px solid #d9dee7;
        border-radius: 7px;
        color: #c4c8cf;
        display: inline-flex;
        height: 32px;
        justify-content: center;
        text-decoration: none;
        transition: border-color 0.15s ease, color 0.15s ease, background 0.15s ease;
        width: 32px;
    }

    .rac-desktop-order-product-rating .rac-mobile-rating a svg {
        display: block;
        fill: currentColor;
        height: 18px;
        width: 18px;
    }

    .rac-desktop-order-product-rating .rac-mobile-rating a:hover,
    .rac-desktop-order-product-rating .rac-mobile-rating a:focus {
        background: #fff8e5;
        border-color: #f59e0b;
        color: #f59e0b;
    }
}

@media (min-width: 768px) and (max-width: 1120px) {
    .rac-desktop-order-head {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .rac-desktop-order-actions {
        grid-column: 1 / -1;
        justify-content: flex-start;
    }

    .rac-desktop-order-product {
        grid-template-columns: 74px minmax(0, 1fr);
    }

    .rac-desktop-order-product-rating {
        grid-column: 2;
        justify-content: flex-start;
        min-width: 0;
    }
}

@media (max-width: 767px) {
    .rac-desktop-orders {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .rac-desktop-order-head {
        grid-template-columns: minmax(220px, 1fr) minmax(140px, 0.7fr) auto !important;
    }

    .rac-desktop-order-meta {
        justify-content: center !important;
    }

    .rac-desktop-order-actions {
        justify-content: flex-end !important;
    }

    .rac-desktop-order-product {
        align-items: center !important;
        grid-template-columns: 74px minmax(0, 1fr) !important;
    }

    .rac-desktop-order-product-content {
        display: flex;
        flex-direction: column;
        gap: 0.72rem;
        min-width: 0;
    }

    .rac-desktop-order-product-title {
        align-items: center;
        display: grid;
        gap: 1rem;
        grid-template-columns: minmax(0, 1fr) auto;
        min-width: 0;
    }

    .rac-desktop-order-product-title .rac-myaccount-status-badge {
        justify-self: end;
        margin: 0 !important;
        white-space: nowrap;
    }

    .rac-desktop-order-product-rating {
        align-items: center !important;
        display: flex !important;
        gap: 0.65rem !important;
        justify-content: flex-start !important;
        min-width: 0 !important;
    }

    .rac-desktop-order-product-rating .rac-mobile-invoice-icon {
        height: 32px;
        width: 32px;
    }

    .rac-desktop-order-product-rating .rac-mobile-invoice-icon svg {
        height: 18px;
        width: 18px;
    }
}

@media (min-width: 768px) and (max-width: 1120px) {
    .rac-desktop-order-head {
        grid-template-columns: minmax(0, 1fr) auto auto !important;
    }

    .rac-desktop-order-actions {
        grid-column: auto !important;
        justify-content: flex-end !important;
    }

    .rac-desktop-order-product-rating {
        grid-column: auto !important;
        justify-content: flex-start !important;
    }
}

@media (min-width: 768px) {
    .rac-desktop-order-head {
        grid-template-columns: minmax(0, 1fr) minmax(160px, auto) minmax(0, 1fr) !important;
    }

    .rac-desktop-order-title {
        justify-self: start !important;
    }

    .rac-desktop-order-meta {
        justify-content: center !important;
        justify-self: center !important;
        width: auto !important;
    }

    .rac-desktop-order-actions {
        justify-self: end !important;
    }

    .rac-desktop-order-product-rating .rac-mobile-invoice-icon {
        align-items: center !important;
        background: #f0fdfa !important;
        border: 1px solid #5eead4 !important;
        border-radius: 7px !important;
        color: #0f766e !important;
        display: inline-flex !important;
        flex: 0 0 auto !important;
        height: 32px !important;
        justify-content: center !important;
        position: relative !important;
        text-decoration: none !important;
    text-indent: 0 !important;
        width: 32px !important;
    }

    .rac-desktop-order-product-rating .rac-mobile-invoice-icon svg {
        display: block !important;
        fill: currentColor !important;
        height: 18px !important;
        width: 18px !important;
    }

    .rac-desktop-order-product-rating .rac-mobile-invoice-icon:hover,
    .rac-desktop-order-product-rating .rac-mobile-invoice-icon:focus {
        background: #ccfbf1 !important;
        border-color: #14b8a6 !important;
        color: #0f766e !important;
        text-decoration: none !important;
    text-indent: 0 !important;
    }

    .rac-desktop-order-product-rating .rac-mobile-invoice-icon::after {
        background: #111827;
        border-radius: 6px;
        bottom: calc(100% + 8px);
        color: #fff;
        content: attr(data-rac-tooltip);
        font-size: 0.72rem;
        font-weight: 800;
        left: 50%;
        line-height: 1;
        opacity: 0;
        padding: 0.45rem 0.55rem;
        pointer-events: none;
        position: absolute;
        transform: translate(-50%, 4px);
        transition: opacity 0.15s ease, transform 0.15s ease;
        visibility: hidden;
        white-space: nowrap;
        z-index: 20;
    }

    .rac-desktop-order-product-rating .rac-mobile-invoice-icon:hover::after,
    .rac-desktop-order-product-rating .rac-mobile-invoice-icon:focus::after {
        opacity: 1;
        transform: translate(-50%, 0);
        visibility: visible;
    }
}

@media (min-width: 768px) and (max-width: 1120px) {
    .rac-desktop-order-head {
        grid-template-columns: minmax(0, 1fr) minmax(150px, auto) minmax(0, 1fr) !important;
    }
}

@media (min-width: 768px) {
    .rac-desktop-order-product-rating {
        justify-content: space-between !important;
        width: 100% !important;
    }

    .rac-desktop-order-product-rating .rac-mobile-rating {
        flex: 0 0 auto !important;
    }

    .rac-desktop-order-product-rating .rac-mobile-invoice-icon {
        justify-self: end !important;
        margin-left: auto !important;
    }
}

@media (min-width: 768px) {
    .woocommerce-MyAccount-content.rac-mobile-order-view-active > p,
    .woocommerce-MyAccount-content.rac-mobile-order-view-active .woocommerce-order-details,
    .woocommerce-MyAccount-content.rac-mobile-order-view-active .woocommerce-customer-details,
    .woocommerce-MyAccount-content.rac-mobile-order-view-active .woocommerce-table--order-details,
    .woocommerce-MyAccount-content.rac-mobile-order-view-active .order_details {
        display: none !important;
    }

    .rac-mobile-view-order {
        box-sizing: border-box;
        color: #172238;
        display: block;
        margin: 0 auto 2rem;
        max-width: 1120px;
        width: 100%;
    }

    .rac-mobile-view-order * {
        box-sizing: border-box;
    }

    .rac-mobile-view-shell {
        background: #fff;
        border: 1px solid #dfe5ee;
        border-radius: 18px;
        box-shadow: 0 18px 48px rgba(15, 23, 42, 0.075);
        margin: 0 auto;
        overflow: hidden;
        padding: 1.35rem;
        width: 100%;
    }

    .rac-mobile-view-order-top {
        align-items: center;
        display: grid;
        gap: 1rem;
        grid-template-columns: 44px minmax(0, 1fr) 44px;
        margin: 0 0 1.2rem;
    }

    .rac-mobile-view-order-top h2 {
        color: #152238;
        font-size: 1.32rem;
        font-weight: 950;
        line-height: 1.2;
        margin: 0;
        text-align: center;
    }

    .rac-mobile-view-order-back,
    .rac-mobile-view-order-close {
        align-items: center;
        border-radius: 10px;
        display: inline-flex;
        height: 44px;
        justify-content: center;
        text-decoration: none;
        width: 44px;
    }

    .rac-mobile-view-order-back {
        background: #eef4ff;
        border: 1px solid #c9d9ff;
        color: #2563eb;
    }

    .rac-mobile-view-order-close {
        background: #fff1f1;
        border: 1px solid #f4c2c2;
        color: #d63638;
        justify-self: end;
    }

    .rac-mobile-view-order-back:hover,
    .rac-mobile-view-order-back:focus {
        background: #2563eb;
        border-color: #2563eb;
        color: #fff;
        text-decoration: none;
    }

    .rac-mobile-view-order-close:hover,
    .rac-mobile-view-order-close:focus {
        background: #d63638;
        border-color: #d63638;
        color: #fff;
        text-decoration: none;
    }

    .rac-mobile-view-order-back svg,
    .rac-mobile-view-order-close svg {
        display: block;
        fill: currentColor;
        height: 22px;
        width: 22px;
    }

    .rac-mobile-view-card {
        background: #fff;
        border: 1px solid #e4e8ef;
        border-radius: 14px;
        box-shadow: 0 8px 22px rgba(15, 23, 42, 0.05);
        margin: 0 0 1rem;
        padding: 1rem;
    }

    .rac-mobile-view-summary {
        display: grid;
        gap: 0.9rem;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .rac-mobile-view-kv,
    .rac-mobile-view-money-row {
        align-items: center;
        display: flex;
        gap: 1rem;
        justify-content: space-between;
    }

    .rac-mobile-view-kv span,
    .rac-mobile-view-money-row span {
        color: #5a667a;
        font-size: 0.88rem;
        font-weight: 800;
        line-height: 1.25;
    }

    .rac-mobile-view-kv strong,
    .rac-mobile-view-money-row strong {
        color: #172238;
        font-size: 0.92rem;
        font-weight: 950;
        line-height: 1.25;
        text-align: right;
    }

    .rac-mobile-view-buy-again {
        align-items: center;
        background: #2563eb;
        border: 1px solid #2563eb;
        border-radius: 10px;
        color: #fff;
        display: inline-flex;
        font-size: 0.9rem;
        font-weight: 950;
        justify-content: center;
        line-height: 1;
        margin: 0 0 1.25rem;
        min-height: 42px;
        padding: 0.72rem 1.15rem;
        text-decoration: none;
        width: auto;
    }

    .rac-mobile-view-buy-again:hover,
    .rac-mobile-view-buy-again:focus {
        background: #1d4ed8;
        border-color: #1d4ed8;
        color: #fff;
        text-decoration: none;
    }

    .rac-mobile-view-products {
        display: grid;
        gap: 0.85rem;
        grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
        margin: 0 0 1.1rem;
    }

    .rac-mobile-view-product {
        background: #fff;
        border: 1px solid #e4e8ef;
        border-radius: 14px;
        box-shadow: 0 8px 22px rgba(15, 23, 42, 0.05);
        overflow: hidden;
    }

    .rac-mobile-view-product-main {
        align-items: center;
        display: grid;
        gap: 1rem;
        grid-template-columns: 74px minmax(0, 1fr);
        padding: 1rem;
    }

    .rac-mobile-view-product-image {
        align-items: center;
        display: flex;
        height: 74px;
        justify-content: center;
        width: 74px;
    }

    .rac-mobile-view-product-image img {
        display: block;
        height: 68px;
        max-height: 68px;
        max-width: 68px;
        object-fit: contain;
        width: 68px;
    }

    .rac-mobile-view-product-title {
        color: #172238;
        display: -webkit-box;
        font-size: 0.96rem;
        font-weight: 900;
        line-height: 1.3;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .rac-mobile-view-product-details {
        border-top: 1px solid #edf0f5;
        display: grid;
        gap: 0.75rem;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 0.9rem 1rem;
    }

    .rac-mobile-view-section-title {
        color: #152238;
        font-size: 1.08rem;
        font-weight: 950;
        line-height: 1.2;
        margin: 1.35rem 0 0.7rem;
    }

    .rac-mobile-view-costs {
        display: grid;
        gap: 0.75rem 1.2rem;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .rac-mobile-view-total {
        align-items: center;
        border-top: 1px solid #edf0f5;
        display: grid;
        gap: 1rem;
        grid-column: 1 / -1;
        grid-template-columns: minmax(0, 1fr) max-content;
        margin-top: 0.25rem;
        padding-top: 0.95rem;
    }

    .rac-mobile-view-total span strong {
        color: #172238;
        font-size: 0.98rem;
        font-weight: 950;
        line-height: 1.2;
    }

    .rac-mobile-view-total-amount {
        color: #2563eb !important;
        display: block;
        font-size: 1.28rem !important;
        font-weight: 950 !important;
        line-height: 1 !important;
        text-align: right;
        white-space: nowrap;
    }

    .rac-mobile-view-documents {
        padding: 0;
    }

    .rac-mobile-view-documents > summary {
        align-items: center;
        cursor: pointer;
        display: grid;
        gap: 1rem;
        grid-template-columns: minmax(0, 1fr) auto 22px;
        list-style: none;
        padding: 1rem;
    }

    .rac-mobile-view-documents > summary::-webkit-details-marker {
        display: none;
    }

    .rac-mobile-view-documents > summary > span {
        color: #5a667a;
        font-size: 0.9rem;
        font-weight: 850;
    }

    .rac-mobile-view-documents > summary > strong {
        color: #172238;
        font-size: 0.9rem;
        font-weight: 950;
        max-width: 260px;
        overflow: hidden;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .rac-mobile-view-document-toggle {
        color: #d63662;
        height: 20px;
        position: relative;
        width: 20px;
    }

    .rac-mobile-view-document-toggle::before,
    .rac-mobile-view-document-toggle::after {
        background: currentColor;
        border-radius: 999px;
        content: "";
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .rac-mobile-view-document-toggle::before {
        height: 3px;
        width: 16px;
    }

    .rac-mobile-view-document-toggle::after {
        height: 16px;
        width: 3px;
    }

    .rac-mobile-view-documents[open] .rac-mobile-view-document-toggle::after {
        opacity: 0;
    }

    .rac-mobile-view-documents-body {
        border-top: 1px solid #edf0f5;
        display: grid;
        gap: 0.75rem;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 1rem;
    }

    .rac-mobile-view-documents-body h4 {
        color: #152238;
        font-size: 0.94rem;
        font-weight: 950;
        grid-column: 1 / -1;
        line-height: 1.2;
        margin: 0.25rem 0 0;
    }

    .rac-mobile-view-document-row {
        align-items: center;
        background: #f8fafc;
        border: 1px solid #e4e8ef;
        border-radius: 10px;
        display: flex;
        gap: 0.75rem;
        justify-content: space-between;
        padding: 0.72rem;
    }

    .rac-mobile-view-document-row span {
        color: #172238;
        font-size: 0.84rem;
        font-weight: 850;
        line-height: 1.25;
    }

    .rac-mobile-view-document-row a {
        align-items: center;
        background: #eef4ff;
        border: 1px solid #9bbdff;
        border-radius: 8px;
        color: #2563eb;
        display: inline-flex;
        flex: 0 0 auto;
        height: 34px;
        justify-content: center;
        text-decoration: none;
        width: 34px;
    }

    .rac-mobile-view-document-row a svg {
        display: block;
        fill: currentColor;
        height: 19px;
        width: 19px;
    }

    .rac-mobile-view-awb {
        background: #ecfdf5;
        border: 1px solid #a7f3d0;
        border-radius: 10px;
        display: flex;
        flex-direction: column;
        gap: 0.25rem;
        grid-column: 1 / -1;
        padding: 0.75rem;
    }

    .rac-mobile-view-awb span {
        color: #047857;
        font-size: 0.82rem;
        font-weight: 950;
        text-transform: uppercase;
    }

    .rac-mobile-view-awb strong {
        color: #064e3b;
        font-size: 0.92rem;
        font-weight: 950;
        overflow-wrap: anywhere;
    }

    .rac-desktop-view-address-grid {
        display: grid;
        gap: 1rem;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .rac-desktop-view-address-grid .rac-mobile-view-section-title {
        margin-top: 0.35rem;
    }

    .rac-mobile-view-address {
        display: flex;
        flex-direction: column;
        gap: 0.35rem;
    }

    .rac-mobile-view-address span {
        color: #334155;
        font-size: 0.86rem;
        font-weight: 750;
        line-height: 1.35;
    }

    .rac-mobile-view-payment,
    .rac-mobile-view-delivery {
        display: block;
        padding: 0.86rem 1rem;
    }

    .rac-mobile-view-payment {
        border-color: #86efac;
    }

    .rac-mobile-view-delivery {
        border-color: #fecaca;
    }

    .rac-mobile-view-payment .rac-mobile-view-kv,
    .rac-mobile-view-delivery .rac-mobile-view-kv {
        align-items: center;
        display: grid;
        gap: 1rem;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        width: 100%;
    }

    .rac-mobile-view-payment .rac-mobile-view-kv span,
    .rac-mobile-view-delivery .rac-mobile-view-kv span {
        text-align: left;
    }

    .rac-mobile-view-payment .rac-mobile-view-kv strong,
    .rac-mobile-view-delivery .rac-mobile-view-kv strong {
        text-align: right;
    }
}

@media (min-width: 768px) and (max-width: 1100px) {
    .rac-mobile-view-summary,
    .rac-mobile-view-costs,
    .rac-mobile-view-documents-body,
    .rac-desktop-view-address-grid {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 768px) {
    .rac-mobile-view-summary {
        align-items: stretch !important;
        gap: 0.75rem !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        padding: 0.85rem !important;
    }

    .rac-mobile-view-summary .rac-mobile-view-kv {
        align-items: flex-start !important;
        background: #f8fafc !important;
        border: 1px solid #edf0f5 !important;
        border-radius: 10px !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 0.28rem !important;
        justify-content: center !important;
        padding: 0.7rem 0.8rem !important;
        min-width: 0 !important;
    }

    .rac-mobile-view-summary .rac-mobile-view-kv span {
        font-size: 0.78rem !important;
        line-height: 1.15 !important;
        text-align: left !important;
    }

    .rac-mobile-view-summary .rac-mobile-view-kv strong {
        font-size: 0.86rem !important;
        line-height: 1.2 !important;
        max-width: 100% !important;
        overflow: hidden !important;
        text-align: left !important;
        text-overflow: ellipsis !important;
        white-space: nowrap !important;
    }

    .rac-mobile-view-product-details {
        gap: 0.75rem !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .rac-mobile-view-product-details .rac-mobile-view-kv {
        align-items: center !important;
        background: #f8fafc !important;
        border: 1px solid #edf0f5 !important;
        border-radius: 10px !important;
        display: grid !important;
        gap: 0.75rem !important;
        grid-template-columns: minmax(0, 1fr) auto !important;
        padding: 0.65rem 0.75rem !important;
        width: 100% !important;
    }

    .rac-mobile-view-product-details .rac-mobile-view-kv span {
        text-align: left !important;
    }

    .rac-mobile-view-product-details .rac-mobile-view-kv strong {
        text-align: right !important;
        white-space: nowrap !important;
    }

    .rac-mobile-view-costs {
        align-items: stretch !important;
    }

    .rac-mobile-view-costs .rac-mobile-view-money-row {
        align-items: center !important;
        background: #f8fafc !important;
        border: 1px solid #edf0f5 !important;
        border-radius: 10px !important;
        display: grid !important;
        gap: 0.75rem !important;
        grid-template-columns: minmax(0, 1fr) auto !important;
        padding: 0.65rem 0.75rem !important;
    }

    .rac-mobile-view-costs .rac-mobile-view-money-row span {
        text-align: left !important;
    }

    .rac-mobile-view-costs .rac-mobile-view-money-row strong {
        text-align: right !important;
        white-space: nowrap !important;
    }

    .rac-desktop-view-address-grid {
        align-items: stretch !important;
        display: grid !important;
        gap: 1rem !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        margin: 0 0 1rem !important;
    }

    .rac-desktop-view-address-grid .rac-mobile-view-address-section {
        display: flex !important;
        flex-direction: column !important;
        min-width: 0 !important;
    }

    .rac-desktop-view-address-grid .rac-mobile-view-section-title {
        font-size: 1rem !important;
        line-height: 1.2 !important;
        margin: 0 0 0.65rem !important;
    }

    .rac-desktop-view-address-grid .rac-mobile-view-address {
        flex: 1 1 auto !important;
        margin: 0 !important;
        min-height: 0 !important;
        padding: 0.9rem 1rem !important;
    }

    .rac-desktop-view-address-grid .rac-mobile-view-address span {
        font-size: 0.82rem !important;
        line-height: 1.32 !important;
    }
}

@media (min-width: 768px) and (max-width: 1100px) {
    .rac-desktop-view-address-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

.rac-desktop-view-buy-summary,
.rac-desktop-view-product-side {
    display: none;
}

@media (min-width: 768px) {
    .rac-mobile-view-summary {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }

    .rac-mobile-view-summary > .rac-mobile-view-kv:nth-child(3) {
        display: none !important;
    }

    .rac-mobile-view-summary .rac-desktop-view-buy-summary {
        display: flex !important;
    }

    .rac-desktop-view-buy-summary span {
        display: none !important;
    }

    .rac-desktop-view-buy-again-inline {
        margin: 0 !important;
        min-height: 34px !important;
        padding: 0.55rem 0.9rem !important;
        width: 100% !important;
    }

    .rac-mobile-view-buy-again-standalone {
        display: none !important;
    }

    .rac-mobile-view-product {
        padding: 0 !important;
    }

    .rac-mobile-view-product-main {
        align-items: center !important;
        display: grid !important;
        gap: 1rem !important;
        grid-template-columns: 78px minmax(0, 1fr) minmax(105px, auto) !important;
        padding: 0.9rem 1rem !important;
    }

    .rac-mobile-view-product-title {
        display: -webkit-box !important;
        font-size: 0.92rem !important;
        line-height: 1.35 !important;
        max-height: 2.7em !important;
        overflow: hidden !important;
        -webkit-box-orient: vertical !important;
        -webkit-line-clamp: 2 !important;
    }

    .rac-desktop-view-product-side {
        align-items: flex-end !important;
        display: flex !important;
        flex-direction: column !important;
        justify-self: end !important;
        line-height: 1.15 !important;
        text-align: right !important;
        white-space: nowrap !important;
    }

    .rac-desktop-view-product-side strong {
        color: #172238 !important;
        font-size: 0.92rem !important;
        font-weight: 950 !important;
        white-space: nowrap !important;
    }

    .rac-desktop-view-product-side small {
        color: #5a667a !important;
        font-size: 0.78rem !important;
        font-weight: 800 !important;
        margin-top: 0.18rem !important;
        white-space: nowrap !important;
    }

    .rac-mobile-view-product-details {
        display: none !important;
    }

    .rac-mobile-view-costs {
        display: flex !important;
        flex-direction: column !important;
        gap: 0.35rem !important;
        margin-top: 0.25rem !important;
        padding: 0.85rem 1rem !important;
    }

    .rac-mobile-view-costs .rac-mobile-view-money-row {
        background: transparent !important;
        border: 0 !important;
        border-radius: 0 !important;
        display: grid !important;
        gap: 1rem !important;
        grid-template-columns: minmax(0, 1fr) max-content !important;
        padding: 0.1rem 0 !important;
    }

    .rac-mobile-view-costs .rac-mobile-view-money-row span,
    .rac-mobile-view-costs .rac-mobile-view-money-row strong {
        font-size: 0.86rem !important;
        line-height: 1.2 !important;
    }

    .rac-mobile-view-total {
        border-top: 1px solid #d9dee7 !important;
        display: grid !important;
        gap: 1rem !important;
        grid-template-columns: minmax(0, 1fr) max-content !important;
        margin-top: 0.55rem !important;
        padding-top: 0.7rem !important;
    }

    .rac-mobile-view-total span strong {
        font-size: 0.94rem !important;
        text-transform: none !important;
    }

    .rac-mobile-view-total-amount {
        font-size: 1.12rem !important;
        white-space: nowrap !important;
    }
}

@media (max-width: 767px) {
    .rac-desktop-view-product-side {
        display: none !important;
    }

    .rac-desktop-view-buy-summary {
        display: none !important;
    }
}

.rac-desktop-order-filter-panel {
    display: none;
}

@media (min-width: 768px) {
    .rac-desktop-order-filter-panel {
        background: #fff;
        border: 1px solid #edf0f5;
        border-radius: 14px;
        box-shadow: 0 8px 24px rgba(15, 23, 42, 0.045);
        box-sizing: border-box;
        display: block;
        margin: 0 0 1rem;
        padding: 1rem;
    }

    .rac-desktop-order-filter-panel h2 {
        color: #152238;
        font-size: 1.25rem;
        font-weight: 850;
        line-height: 1.2;
        margin: 0 0 0.95rem;
    }

    .rac-desktop-order-filter-row {
        align-items: center;
        display: flex;
        gap: 1rem;
        justify-content: space-between;
    }

    .rac-desktop-order-filter-left {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        gap: 0.45rem 0.65rem;
    }

    .rac-desktop-order-filter-left label {
        align-items: center;
        display: inline-flex;
        gap: 0.42rem;
        margin: 0;
    }

    .rac-desktop-order-filter-left label span {
        color: #152238;
        font-size: 0.85rem;
        font-weight: 750;
        line-height: 1;
    }

    .rac-desktop-order-filter-panel select,
    .rac-desktop-order-search input {
        background-color: #fff;
        border: 1px solid #cfd7e3;
        border-radius: 7px;
        box-shadow: none;
        color: #152238;
        font-size: 0.86rem;
        font-weight: 650;
        height: 38px;
        line-height: 38px;
        min-width: 150px;
        padding: 0 2rem 0 0.75rem;
    }

    .rac-desktop-order-search {
        margin: 0;
        max-width: 280px;
        position: relative;
        width: 32%;
    }

    .rac-desktop-order-search::before {
        border: 2px solid #152238;
        border-radius: 999px;
        content: "";
        height: 12px;
        left: 0.75rem;
        opacity: 0.85;
        position: absolute;
        top: 50%;
        transform: translateY(-54%);
        width: 12px;
    }

    .rac-desktop-order-search::after {
        background: #152238;
        border-radius: 999px;
        content: "";
        height: 7px;
        left: 1.48rem;
        opacity: 0.85;
        position: absolute;
        top: 50%;
        transform: rotate(45deg) translateY(1px);
        transform-origin: top center;
        width: 2px;
    }

    .rac-desktop-order-search input {
        box-sizing: border-box;
        min-width: 0;
        padding: 0 0.75rem 0 2.25rem;
        width: 100%;
    }

    .rac-desktop-order-search input::placeholder {
        color: #9aa4b2;
        font-weight: 650;
    }

    .rac-desktop-order-card[hidden] {
        display: none !important;
    }

    .rac-desktop-order-empty {
        background: #fff;
        border: 1px dashed #cfd7e3;
        border-radius: 14px;
        color: #5a667a;
        font-size: 0.92rem;
        font-weight: 800;
        padding: 1.2rem;
        text-align: center;
    }

    .rac-desktop-order-empty[hidden] {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1050px) {
    .rac-desktop-order-filter-row {
        align-items: stretch;
        flex-direction: column;
    }

    .rac-desktop-order-search {
        max-width: none;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .rac-desktop-order-filter-panel {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .rac-desktop-order-filter-panel {
        padding: 0.9rem 1rem !important;
    }

    .rac-desktop-order-filter-panel h2 {
        font-size: 1.08rem !important;
        font-weight: 600 !important;
        margin-bottom: 0.85rem !important;
    }

    .rac-desktop-order-filter-left label span {
        font-size: 0.82rem !important;
        font-weight: 500 !important;
    }

    .rac-desktop-order-filter-panel select,
    .rac-desktop-order-search input {
        font-size: 0.82rem !important;
        font-weight: 400 !important;
        height: 32px !important;
        line-height: 32px !important;
        min-height: 32px !important;
    }

    .rac-desktop-order-filter-panel select {
        min-width: 140px !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .rac-desktop-order-search {
        max-width: 270px !important;
    }

    .rac-desktop-order-search::before {
        border-width: 1.6px !important;
        height: 11px !important;
        left: 0.72rem !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        width: 11px !important;
    }

    .rac-desktop-order-search::after {
        height: 6px !important;
        left: 1.43rem !important;
        top: 50% !important;
        transform: rotate(45deg) translateY(2px) !important;
        width: 1.7px !important;
    }

    .rac-desktop-order-search input {
        padding-left: 2.05rem !important;
    }

    .rac-desktop-order-search input::placeholder {
        font-weight: 400 !important;
    }

    .rac-desktop-order-card,
    .rac-desktop-order-card *:not(svg):not(path),
    .rac-mobile-view-order,
    .rac-mobile-view-order *:not(svg):not(path) {
        -webkit-font-smoothing: antialiased;
        text-rendering: optimizeLegibility;
    }

    .rac-desktop-order-title strong,
    .rac-desktop-order-product-title strong,
    .rac-mobile-view-order-top h2,
    .rac-mobile-view-section-title,
    .rac-mobile-view-product-title,
    .rac-mobile-view-total span strong,
    .rac-mobile-view-total > strong,
    .rac-mobile-view-summary .rac-mobile-view-kv strong,
    .rac-mobile-view-product-details .rac-mobile-view-kv strong,
    .rac-mobile-view-costs .rac-mobile-view-money-row strong,
    .rac-mobile-view-payment .rac-mobile-view-kv strong,
    .rac-mobile-view-delivery .rac-mobile-view-kv strong {
        font-weight: 600 !important;
    }

    .rac-desktop-order-title span,
    .rac-desktop-order-product-rating > span,
    .rac-mobile-view-summary .rac-mobile-view-kv span,
    .rac-mobile-view-product-details .rac-mobile-view-kv span,
    .rac-mobile-view-costs .rac-mobile-view-money-row span,
    .rac-mobile-view-payment .rac-mobile-view-kv span,
    .rac-mobile-view-delivery .rac-mobile-view-kv span,
    .rac-mobile-view-address span,
    .rac-mobile-view-document-row span,
    .rac-mobile-view-awb strong {
        font-weight: 400 !important;
    }

    .rac-desktop-order-buy-again,
    .rac-desktop-view-buy-again-inline,
    .rac-mobile-view-buy-again,
    .rac-myaccount-status-badge,
    .rac-myaccount-status-badge span,
    .rac-mobile-order-qty,
    .rac-desktop-view-product-side strong,
    .rac-desktop-view-product-side small {
        font-weight: 500 !important;
    }

    .rac-desktop-order-title strong {
        font-size: 1rem !important;
    }

    .rac-desktop-order-title span {
        font-size: 0.82rem !important;
    }

    .rac-desktop-order-product-title strong {
        font-size: 0.9rem !important;
        line-height: 1.32 !important;
    }

    .rac-desktop-order-buy-again {
        font-size: 0.74rem !important;
    }

    .rac-myaccount-status-badge {
        font-size: 0.76rem !important;
    }
}

@media (min-width: 768px) {
    .rac-desktop-order-search::before,
    .rac-desktop-order-search::after {
        content: none !important;
        display: none !important;
    }

    .rac-desktop-order-search {
        position: relative !important;
    }

    .rac-desktop-order-search input {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='7'%3E%3C/circle%3E%3Cpath d='m20 20-3.5-3.5'%3E%3C/path%3E%3C/svg%3E") !important;
        background-position: 0.72rem 50% !important;
        background-repeat: no-repeat !important;
        background-size: 15px 15px !important;
        padding-left: 2.15rem !important;
    }

    .rac-wrapper,
    .rac-wrapper *:not(svg):not(path),
    .rac-return-flow,
    .rac-return-flow *:not(svg):not(path),
    .rac-return-create-desktop-fallback,
    .rac-return-create-desktop-fallback *:not(svg):not(path),
    .rac-return-list,
    .rac-return-list *:not(svg):not(path),
    .rac-return-detail,
    .rac-return-detail *:not(svg):not(path) {
        -webkit-font-smoothing: antialiased;
        text-rendering: optimizeLegibility;
    }

    .rac-return-flow h1,
    .rac-return-flow h2,
    .rac-return-flow h3,
    .rac-return-flow-title,
    .rac-return-flow-order-label,
    .rac-wrapper h1,
    .rac-wrapper h2,
    .rac-wrapper h3,
    .rac-return-list h1,
    .rac-return-list h2,
    .rac-return-detail h1,
    .rac-return-detail h2,
    .rac-return-detail h3,
    .rac-card h1,
    .rac-card h2,
    .rac-card h3,
    .rac-item-title,
    .rac-return-item-title,
    .rac-detail-title,
    .rac-step-title,
    .rac-status-title {
        font-weight: 600 !important;
    }

    .rac-return-flow,
    .rac-return-flow p,
    .rac-return-flow label,
    .rac-return-flow span,
    .rac-return-flow input,
    .rac-return-flow select,
    .rac-return-flow textarea,
    .rac-wrapper,
    .rac-wrapper p,
    .rac-wrapper label,
    .rac-wrapper span,
    .rac-wrapper input,
    .rac-wrapper select,
    .rac-wrapper textarea,
    .rac-return-list,
    .rac-return-list p,
    .rac-return-list span,
    .rac-return-detail,
    .rac-return-detail p,
    .rac-return-detail span,
    .rac-return-detail li,
    .rac-card,
    .rac-card p,
    .rac-card span {
        font-weight: 400 !important;
    }

    .rac-return-flow button,
    .rac-return-flow .button,
    .rac-wrapper button,
    .rac-wrapper .button,
    .rac-return-list .button,
    .rac-return-detail .button,
    .rac-badge,
    .rac-status-badge,
    .rac-return-status-badge,
    .rac-return-deadline-badge,
    .rac-step-number,
    .rac-step-circle,
    .rac-item-qty,
    .rac-qty-label input {
        font-weight: 500 !important;
    }

    .rac-return-flow-title {
        font-size: 1.08rem !important;
        line-height: 1.25 !important;
    }

    .rac-return-flow-info,
    .rac-return-flow-order-label,
    .rac-item-title,
    .rac-return-item-title {
        font-size: 0.9rem !important;
        line-height: 1.35 !important;
    }

    .rac-return-flow .button,
    .rac-wrapper .button {
        font-size: 0.86rem !important;
    }
}


.rac-service-toolbar-actions {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 0.55rem;
}

.rac-service-address-open {
    align-items: center;
    background: transparent;
    border: 0;
    color: #172238;
    cursor: pointer;
    display: inline-flex;
    gap: 0.42rem;
    justify-content: center;
    line-height: 1;
    padding: 0;
    text-align: center;
}

.rac-service-address-open span {
    color: #172238;
    font-size: 0.9rem;
    font-weight: 600;
}

.rac-service-address-open svg {
    color: #fa5115;
    height: 20px;
    width: 20px;
}

.rac-service-address-open svg path,
.rac-service-address-open svg circle {
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.9;
}

.rac-service-address-open:hover span,
.rac-service-address-open:focus span {
    color: #fa5115;
}

.rac-service-address-modal[hidden] {
    display: none !important;
}

.rac-service-address-modal {
    align-items: center;
    display: flex;
    inset: 0;
    justify-content: center;
    padding: 1.5rem;
    position: fixed;
    z-index: 999999;
}

.rac-service-address-backdrop {
    background: rgba(15, 23, 42, 0.46);
    inset: 0;
    position: absolute;
}

.rac-service-address-dialog {
    background: #fff;
    border: 1px solid #e4e8ef;
    border-radius: 14px;
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.22);
    max-height: calc(100vh - 3rem);
    max-width: 620px;
    overflow: auto;
    padding: 1.25rem;
    position: relative;
    width: min(100%, 620px);
    z-index: 1;
}

.rac-service-address-dialog:focus {
    outline: none;
}

.rac-service-address-close {
    align-items: center;
    background: #fff;
    border: 1px solid #e4e8ef;
    border-radius: 999px;
    color: #172238;
    cursor: pointer;
    display: inline-flex;
    font-size: 1.2rem;
    height: 32px;
    justify-content: center;
    line-height: 1;
    padding: 0;
    position: absolute;
    right: 0.85rem;
    top: 0.85rem;
    width: 32px;
}

.rac-service-address-close:hover,
.rac-service-address-close:focus {
    border-color: #fa5115;
    color: #fa5115;
}

.rac-service-address-dialog h3 {
    color: #172238;
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0 2.6rem 0.7rem 0;
}

.rac-service-address-dialog > p {
    color: #4b5563;
    font-size: 0.92rem;
    line-height: 1.5;
    margin: 0 0 1rem;
}

.rac-service-address-company {
    margin: 0;
}

.rac-service-address-company dl {
    margin: 0;
}

.rac-service-address-company dl > div {
    border-top: 1px solid #edf0f5;
    display: grid;
    gap: 1rem;
    grid-template-columns: 165px minmax(0, 1fr);
    padding: 0.75rem 0;
}

.rac-service-address-company dl > div:first-child {
    border-top: 0;
    padding-top: 0;
}

.rac-service-address-company dt {
    color: #6b7280;
    font-size: 0.84rem;
    font-weight: 500;
}

.rac-service-address-company dd {
    color: #172238;
    font-size: 0.88rem;
    font-weight: 400;
    margin: 0;
}

html.rac-service-address-modal-open {
    overflow: hidden;
}

@media (max-width: 767px) {
    .rac-service-toolbar-actions {
        align-items: stretch;
        width: 100%;
    }

    .rac-service-address-open {
        align-self: center;
    }

    .rac-service-address-dialog {
        padding: 1rem;
    }

    .rac-service-address-company dl > div {
        gap: 0.25rem;
        grid-template-columns: 1fr;
    }
}

.rac-service-page {
    color: #172238;
    font-weight: 400;
}

.rac-service-page * {
    box-sizing: border-box;
}

.rac-service-step-heading {
    align-items: center;
    display: flex;
    gap: 0.8rem;
    margin: 0 0 0.8rem;
    padding: 0.25rem 0.75rem;
}

.rac-service-step-heading > span {
    align-items: center;
    background: #6b7280;
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 0.9rem;
    font-weight: 600;
    height: 32px;
    justify-content: center;
    width: 32px;
}

.rac-service-step-heading h2 {
    color: #172238;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.25;
    margin: 0;
}

.rac-service-card {
    background: #fff;
    border: 1px solid #e4e8ef;
    border-radius: 12px;
    margin: 0 0 1.2rem;
    overflow: hidden;
}

.rac-service-search {
    align-items: center;
    border-bottom: 1px solid #edf0f5;
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(0, 1fr) 145px;
    padding: 1rem 1.1rem;
}

.rac-service-search input {
    background: #fff;
    border: 1px solid #cfd5df;
    border-radius: 6px;
    box-shadow: none;
    color: #172238;
    font-size: 0.9rem;
    font-weight: 400;
    height: 38px;
    padding: 0 0.75rem;
    width: 100%;
}

.rac-service-search-button,
.rac-service-submit,
.rac-service-back {
    align-items: center;
    background: #2f80ed !important;
    border: 1px solid #2f80ed !important;
    border-radius: 6px !important;
    color: #fff !important;
    display: inline-flex !important;
    font-size: 0.88rem !important;
    font-weight: 500 !important;
    justify-content: center;
    min-height: 38px;
    padding: 0.62rem 1rem !important;
    text-decoration: none !important;
    text-indent: 0 !important;
}

.rac-service-search-button:hover,
.rac-service-search-button:focus,
.rac-service-submit:hover,
.rac-service-submit:focus,
.rac-service-back:hover,
.rac-service-back:focus {
    background: #1f6fd1 !important;
    border-color: #1f6fd1 !important;
    color: #fff !important;
}

.rac-service-table {
    width: 100%;
}

.rac-service-table-head,
.rac-service-product-row {
    align-items: center;
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(0, 3fr) 0.45fr 0.9fr 1fr 0.9fr;
}

.rac-service-table-head {
    background: #fbfcfe;
    border-bottom: 1px solid #edf0f5;
    color: #6b7280;
    font-size: 0.8rem;
    font-weight: 400;
    padding: 0.75rem 1rem;
}

.rac-service-product-row {
    border-bottom: 1px solid #edf0f5;
    cursor: pointer;
    min-height: 92px;
    padding: 0.8rem 1rem;
}

.rac-service-product-row:last-child {
    border-bottom: 0;
}

.rac-service-product-row:hover {
    background: #f8fbff;
}

.rac-service-product-row[hidden] {
    display: none !important;
}

.rac-service-product-main {
    align-items: center;
    display: grid;
    gap: 0.75rem;
    grid-template-columns: 20px 56px minmax(0, 1fr);
    min-width: 0;
}

.rac-service-product-main input[type="radio"] {
    height: 18px;
    margin: 0;
    width: 18px;
}

.rac-service-product-main img {
    display: block;
    height: 54px;
    object-fit: contain;
    width: 54px;
}

.rac-service-product-name {
    color: #1f2937;
    font-size: 0.86rem;
    font-weight: 400;
    line-height: 1.35;
    min-width: 0;
}

.rac-service-cell {
    color: #172238;
    font-size: 0.84rem;
    font-weight: 400;
}

.rac-service-quantity {
    text-align: center;
}

.rac-service-table-footer {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 0.9rem 1.1rem;
}

.rac-service-table-footer > span {
    color: #7b8494;
    font-size: 0.82rem;
    font-weight: 400;
}

.rac-service-pagination {
    align-items: center;
    display: flex;
    gap: 0.4rem;
}

.rac-service-page-button {
    align-items: center;
    background: #fff;
    border: 1px solid #2f80ed;
    border-radius: 5px;
    color: #2f80ed;
    display: inline-flex;
    font-size: 0.8rem;
    height: 30px;
    justify-content: center;
    min-width: 30px;
    padding: 0 0.4rem;
}

.rac-service-page-button.is-active {
    background: #2f80ed;
    color: #fff;
}

.rac-service-page-button:disabled {
    border-color: #cfd5df;
    color: #a3abb8;
    cursor: not-allowed;
}

.rac-service-defect-card {
    padding: 1rem 1.1rem;
}

.rac-service-defect-card label {
    color: #4b5563;
    display: block;
    font-size: 0.84rem;
    font-weight: 400;
    margin: 0 0 0.45rem;
}

.rac-service-defect-card textarea {
    background: #fff;
    border: 1px solid #cfd5df;
    border-radius: 6px;
    box-shadow: none;
    display: block;
    font-size: 0.9rem;
    font-weight: 400;
    min-height: 64px;
    padding: 0.7rem;
    resize: vertical;
    width: 100%;
}

.rac-service-photos-field {
    display: grid;
    gap: 0.35rem;
    margin-top: 0.85rem;
}

.rac-service-photos-field input[type="file"] {
    background: #fff;
    border: 1px dashed #cfd5df;
    border-radius: 6px;
    color: #4b5563;
    display: block;
    font-size: 0.86rem;
    padding: 0.65rem;
    width: 100%;
}

.rac-service-photos-field span {
    color: #6b7280;
    display: block;
    font-size: 0.78rem;
    line-height: 1.35;
}

.rac-service-submit {
    margin-top: 0.85rem !important;
    min-width: 180px;
}

.rac-service-submit:disabled {
    cursor: not-allowed;
    opacity: 0.55;
}

.rac-service-empty {
    color: #5a667a;
    font-size: 0.9rem;
    padding: 1.2rem;
    text-align: center;
}

.rac-service-success {
    margin: 0 auto;
    max-width: 820px;
}

.rac-service-success-header {
    align-items: center;
    background: #ecfdf5;
    border: 1px solid #a7f3d0;
    border-radius: 12px;
    display: flex;
    gap: 0.85rem;
    margin-bottom: 1rem;
    padding: 1rem;
}

.rac-service-success-icon {
    align-items: center;
    background: #10b981;
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 1rem;
    height: 34px;
    justify-content: center;
    width: 34px;
}

.rac-service-success-header h2 {
    color: #064e3b;
    font-size: 1.12rem;
    font-weight: 600;
    margin: 0 0 0.2rem;
}

.rac-service-success-header p {
    color: #047857;
    margin: 0;
}

.rac-service-success-card,
.rac-service-placeholder {
    background: #fff;
    border: 1px solid #e4e8ef;
    border-radius: 12px;
    padding: 1rem 1.1rem;
}

.rac-service-success-card > p,
.rac-service-placeholder p {
    color: #4b5563;
    font-size: 0.9rem;
    line-height: 1.5;
}

.rac-service-success-card dl {
    margin: 1rem 0 0;
}

.rac-service-success-card dl > div {
    border-top: 1px solid #edf0f5;
    display: grid;
    gap: 1rem;
    grid-template-columns: 180px minmax(0, 1fr);
    padding: 0.75rem 0;
}

.rac-service-success-card dt {
    color: #6b7280;
    font-size: 0.84rem;
    font-weight: 500;
}

.rac-service-success-card dd {
    color: #172238;
    font-size: 0.88rem;
    font-weight: 400;
    margin: 0;
}

.rac-service-placeholder h2 {
    font-size: 1.15rem;
    font-weight: 600;
    margin: 0 0 0.5rem;
}

@media (max-width: 767px) {
    .rac-service-step-heading {
        padding-left: 0;
        padding-right: 0;
    }

    .rac-service-step-heading h2 {
        font-size: 1rem;
    }

    .rac-service-search {
        grid-template-columns: 1fr;
    }

    .rac-service-table-head {
        display: none;
    }

    .rac-service-product-row {
        align-items: start;
        gap: 0.55rem;
        grid-template-columns: 1fr 1fr;
        padding: 0.85rem;
    }

    .rac-service-product-main {
        grid-column: 1 / -1;
        grid-template-columns: 22px 58px minmax(0, 1fr);
    }

    .rac-service-cell {
        background: #f8fafc;
        border-radius: 6px;
        padding: 0.45rem 0.55rem;
    }

    .rac-service-cell::before {
        color: #7b8494;
        display: block;
        font-size: 0.7rem;
        margin-bottom: 0.12rem;
    }

    .rac-service-quantity::before {
        content: "Cant.";
    }

    .rac-service-product-row .rac-service-cell:nth-child(3)::before {
        content: "Nr. comandă";
    }

    .rac-service-product-row .rac-service-cell:nth-child(4)::before {
        content: "Nr. factură";
    }

    .rac-service-product-row .rac-service-cell:nth-child(5)::before {
        content: "Data achiziției";
    }

    .rac-service-table-footer {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.7rem;
    }

    .rac-service-success-card dl > div {
        grid-template-columns: 1fr;
        gap: 0.25rem;
    }
}


/* Service history / status cards */
.rac-service-history {
    margin: 0 0 1.25rem;
}

.rac-service-history-head {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    margin: 0 0 0.8rem;
}

.rac-service-history-head h2 {
    color: #172238;
    font-size: 1.08rem;
    font-weight: 500;
    margin: 0;
}

.rac-service-history-item {
    align-items: center;
    background: #fff;
    border: 1px solid #e4e8ef;
    border-radius: 12px;
    display: grid;
    gap: 1rem;
    grid-template-columns: 240px 74px minmax(0, 1fr);
    margin: 0 0 0.85rem;
    padding: 1rem 1.05rem;
}

.rac-service-history-meta {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

.rac-service-history-id {
    color: #1d3557;
    display: block;
    font-size: 0.98rem;
    font-weight: 600;
    line-height: 1.35;
}

.rac-service-status-link {
    align-items: center;
    align-self: flex-start;
    background: #ecf8ef;
    border: 1px solid #9cd3a7;
    border-radius: 999px;
    color: #0d8a2a !important;
    display: inline-flex;
    font-size: 0.82rem;
    font-weight: 600;
    line-height: 1;
    padding: 0.44rem 0.82rem;
    text-decoration: none !important;
    text-indent: 0 !important;
}

.rac-service-status-link:hover,
.rac-service-status-link:focus {
    background: #ddf3e2;
    color: #0a7423 !important;
}

.rac-service-history-date {
    color: #52606d;
    display: block;
    font-size: 0.88rem;
    font-weight: 500;
    line-height: 1.35;
}

.rac-service-history-thumb img {
    border-radius: 8px;
    display: block;
    height: 64px;
    object-fit: contain;
    width: 64px;
}

.rac-service-history-title {
    color: #172238;
    font-size: 0.92rem;
    font-weight: 500;
    line-height: 1.45;
    min-width: 0;
    overflow-wrap: anywhere;
}

.rac-service-details-page .rac-return-timeline-item.is-active .rac-return-timeline-icon {
    background: #eef6ff;
    border-color: #2f80ed;
}

.rac-service-details-page .rac-return-timeline-item.is-active .rac-return-timeline-icon::after {
    border-color: #2f80ed;
}

/* Fix mobile returns/service cards */
.rac-return-list-title,
.rac-return-list-meta,
.rac-return-list-action,
.rac-return-list-thumb {
    min-width: 0;
}

.rac-return-list-title {
    overflow-wrap: anywhere;
}

@media (max-width: 767px) {
    .rac-return-list {
        background: transparent;
        border: 0;
        border-radius: 0;
    }

    .rac-return-list-item {
        background: #fff;
        border: 1px solid #e5e7eb;
        border-radius: 14px;
        box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
        box-sizing: border-box;
        gap: 0.85rem;
        grid-template-columns: minmax(0, 1fr) 64px;
        margin: 0 0 0.9rem;
        padding: 1rem;
    }

    .rac-return-list-item:first-child {
        border-top: 1px solid #e5e7eb;
    }

    .rac-return-list-meta {
        grid-column: 1 / -1;
        grid-row: 1;
    }

    .rac-return-list-status-row {
        align-items: center;
        display: flex;
        gap: 0.75rem;
        justify-content: space-between;
        width: 100%;
    }

    .rac-return-list-mobile-action.button {
        align-items: center;
        border-radius: 6px;
        box-sizing: border-box;
        display: inline-flex !important;
        flex: 0 0 auto;
        font-size: 0.82rem !important;
        height: auto !important;
        justify-content: center;
        line-height: 1 !important;
        margin: 0 !important;
        min-height: 0 !important;
        padding: 0.4rem 0.65rem !important;
        white-space: nowrap;
    }

    .rac-return-list-thumb {
        align-self: center;
        grid-column: 2 / 3;
        grid-row: 2;
        justify-self: center;
    }

    .rac-return-list-title {
        grid-column: 1 / 2;
        grid-row: 2;
        line-height: 1.45;
    }

    .rac-return-list-action {
        display: none;
    }

    .rac-service-history-item {
        grid-template-columns: minmax(0, 1fr) 64px;
        padding: 0.95rem;
    }

    .rac-service-history-meta {
        grid-column: 1 / 2;
        grid-row: 1;
    }

    .rac-service-history-thumb {
        grid-column: 2 / 3;
        grid-row: 1 / span 2;
        justify-self: center;
    }

    .rac-service-history-title {
        grid-column: 1 / 2;
        grid-row: 2;
    }
}


/* Stable mobile detail overlays for Service and Returns */
.rac-mobile-detail-overlay {
    display: none;
}

@media (min-width: 768px) {
    .rac-mobile-detail-overlay {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .rac-desktop-detail-view {
        display: none !important;
    }

    .rac-mobile-detail-overlay {
        display: flex !important;
    }

    .rac-mobile-detail-overlay .rac-mobile-view-shell {
        max-height: calc(100dvh - 1.7rem) !important;
        overflow-y: auto !important;
        overscroll-behavior: contain;
    }

    .rac-mobile-detail-hero {
        align-items: center;
        display: grid;
        gap: 0.85rem;
        grid-template-columns: 72px minmax(0, 1fr);
    }

    .rac-mobile-detail-hero img {
        border-radius: 10px;
        display: block;
        height: 68px;
        object-fit: contain;
        width: 68px;
    }

    .rac-mobile-detail-hero > div {
        display: flex;
        flex-direction: column;
        gap: 0.28rem;
        min-width: 0;
    }

    .rac-mobile-detail-hero span {
        color: #2563eb;
        font-size: 0.78rem;
        font-weight: 600;
        line-height: 1.25;
    }

    .rac-mobile-detail-hero strong {
        color: #172238;
        display: -webkit-box;
        font-size: 0.9rem;
        font-weight: 600;
        line-height: 1.35;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    .rac-mobile-detail-section h3 {
        color: #172238;
        font-size: 1rem;
        font-weight: 600;
        line-height: 1.2;
        margin: 0 0 0.9rem;
    }

    .rac-mobile-detail-row {
        border-top: 1px solid #edf0f5;
        display: grid;
        gap: 0.55rem;
        grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.2fr);
        padding: 0.72rem 0;
    }

    .rac-mobile-detail-row:first-of-type {
        border-top: 0;
        padding-top: 0;
    }

    .rac-mobile-detail-row:last-child {
        padding-bottom: 0;
    }

    .rac-mobile-detail-row span {
        color: #6b7280;
        font-size: 0.78rem;
        font-weight: 400;
        line-height: 1.35;
    }

    .rac-mobile-detail-row strong {
        color: #172238;
        font-size: 0.82rem;
        font-weight: 500;
        line-height: 1.4;
        min-width: 0;
        overflow-wrap: anywhere;
        text-align: right;
    }

    .rac-mobile-detail-overlay .rac-return-timeline {
        margin-bottom: 0;
    }

    .rac-mobile-detail-overlay .rac-return-timeline-content strong {
        overflow-wrap: anywhere;
    }
}
.rac-mobile-account-window {
    display: block;
    width: 100%;
}

.rac-mobile-account-window.rac-mobile-window-only {
    display: none;
}

.rac-mobile-account-shell,
.rac-mobile-account-content {
    box-sizing: border-box;
    width: 100%;
}

.rac-mobile-account-window .rac-mobile-account-top {
    display: none !important;
}

@media (max-width: 767px) {
    html.rac-mobile-account-window-open,
    body.rac-mobile-account-window-open {
        overflow: hidden !important;
    }

    .woocommerce-MyAccount-content.rac-mobile-account-view-active > *:not([data-rac-mobile-account-window]):not(.rac-rating-modal):not(.rac-invoice-modal) {
        display: none !important;
    }

    [data-rac-mobile-account-window] {
        align-items: center;
        background: rgba(15, 23, 42, 0.32);
        bottom: 0;
        box-sizing: border-box;
        display: flex !important;
        justify-content: center;
        left: 0;
        margin: 0 !important;
        max-width: none !important;
        overflow: hidden !important;
        padding: 0.85rem !important;
        position: fixed;
        right: 0;
        top: 0;
        width: 100% !important;
        z-index: 999998;
    }

    [data-rac-mobile-account-window] [data-rac-mobile-account-dialog] {
        background: #fff;
        border: 1px solid #dfe5ee;
        border-radius: 20px;
        box-shadow: 0 16px 45px rgba(15, 23, 42, 0.12);
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        margin: auto 0 !important;
        max-height: calc(100vh - 1.7rem);
        max-height: calc(100dvh - 1.7rem);
        max-width: 640px !important;
        min-height: 0;
        overflow: hidden !important;
        padding: 1rem;
        width: 100% !important;
    }

    [data-rac-mobile-account-window] [data-rac-mobile-account-dialog]:focus {
        outline: none;
    }

    [data-rac-mobile-account-window] .rac-mobile-account-top {
        display: grid !important;
        flex: 0 0 auto;
        margin: 0 0 1rem !important;
        position: relative;
        z-index: 2;
    }

    [data-rac-mobile-account-window] [data-rac-mobile-account-content],
    [data-rac-mobile-account-window] .rac-mobile-orders {
        display: block;
        flex: 1 1 auto;
        min-height: 0;
        overflow-x: hidden;
        overflow-y: auto;
        overscroll-behavior: contain;
        padding: 0 0.35rem 0 0;
        scrollbar-color: #a8b2c1 transparent;
        scrollbar-width: thin;
        -webkit-overflow-scrolling: touch;
    }

    [data-rac-mobile-account-window] .rac-mobile-orders {
        display: flex;
    }

    [data-rac-mobile-account-window] [data-rac-mobile-account-content]::-webkit-scrollbar,
    [data-rac-mobile-account-window] .rac-mobile-orders::-webkit-scrollbar {
        width: 7px;
    }

    [data-rac-mobile-account-window] [data-rac-mobile-account-content]::-webkit-scrollbar-track,
    [data-rac-mobile-account-window] .rac-mobile-orders::-webkit-scrollbar-track {
        background: transparent;
    }

    [data-rac-mobile-account-window] [data-rac-mobile-account-content]::-webkit-scrollbar-thumb,
    [data-rac-mobile-account-window] .rac-mobile-orders::-webkit-scrollbar-thumb {
        background: #a8b2c1;
        border-radius: 999px;
    }

    [data-rac-mobile-account-window] [data-rac-mobile-account-content] > .woocommerce-notices-wrapper:not(:empty) {
        margin: 0 0 1rem;
    }

    [data-rac-account-endpoint="retur-comanda"] .rac-returns-dashboard > .rac-returns-toolbar h2,
    [data-rac-account-endpoint="service"] .rac-service-dashboard > .rac-service-toolbar h2 {
        display: none !important;
    }

    [data-rac-account-endpoint="service"] .rac-service-create > .rac-service-create-toolbar {
        display: none !important;
    }
}



.rac-warranty-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.rac-warranty-item {
    align-items: stretch;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    overflow: hidden;
}

.rac-warranty-thumb {
    align-items: center;
    background: #fff;
    border-right: 1px solid #edf0f5;
    display: flex;
    justify-content: center;
    min-height: 100%;
    overflow: hidden;
    padding: 0.75rem;
}

.rac-warranty-thumb img {
    border-radius: 10px;
    display: block;
    height: auto;
    max-height: 210px;
    max-width: 100%;
    object-fit: contain;
    width: 100%;
}

.rac-warranty-main {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.rac-warranty-title {
    color: #172238;
    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 1.35 !important;
    margin: 0 !important;
    overflow-wrap: anywhere;
    padding: 0.85rem 0.95rem !important;
}

.rac-warranty-actions {
    display: flex;
    flex-direction: column;
}

.rac-warranty-action {
    align-items: center;
    border-top: 1px solid #edf0f5;
    color: #172238;
    display: flex;
    gap: 0.7rem;
    min-width: 0;
    padding: 0.75rem 0.95rem;
    text-decoration: none !important;
    text-indent: 0 !important;
}

.rac-warranty-action:hover,
.rac-warranty-action:focus {
    text-decoration: none !important;
    text-indent: 0 !important;
}

.rac-warranty-action.is-disabled {
    opacity: 0.72;
}

.rac-warranty-action-icon {
    align-items: center;
    color: #2563eb;
    display: inline-flex;
    flex: 0 0 auto;
    height: 22px;
    justify-content: center;
    width: 22px;
}

.rac-warranty-action-icon svg {
    display: block;
    fill: currentColor;
    height: 21px;
    width: 21px;
}

.rac-warranty-action-text {
    display: flex;
    flex-direction: column;
    gap: 0.18rem;
    min-width: 0;
}

.rac-warranty-action-text strong,
.rac-warranty-extend-label {
    color: #2563eb;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1.28 !important;
    overflow-wrap: anywhere;
}

.rac-warranty-expiry {
    color: #172238;
    font-size: 13px !important;
    font-weight: 500;
    line-height: 1.28 !important;
}

.rac-warranty-expiry.is-expired {
    color: #dc2626;
    font-weight: 700;
}

.rac-warranty-action-extend {
    appearance: none;
    background: transparent !important;
    border: 0;
    border-radius: 0 !important;
    border-top: 1px solid #edf0f5 !important;
    box-shadow: none !important;
    cursor: pointer;
    font-family: inherit;
    justify-content: flex-start;
    margin: 0 !important;
    text-align: left;
    width: 100%;
}

.rac-warranty-action-extend:hover,
.rac-warranty-action-extend:focus {
    background: #f8fafc !important;
    border-color: #edf0f5 !important;
    color: #2563eb !important;
}

.rac-warranty-extend-label {
    display: block;
    min-width: 0;
}

@media (max-width: 767px) {
    [data-rac-account-endpoint="garantiile-mele"] .rac-warranties-dashboard > .rac-warranties-toolbar h2 {
        display: none !important;
    }

    .rac-warranty-list {
        gap: 0.8rem;
    }

    .rac-warranty-item {
        grid-template-columns: 128px minmax(0, 1fr);
    }

    .rac-warranty-thumb {
        padding: 0.35rem;
    }

    .rac-warranty-thumb img {
        max-height: 170px;
        transform: scale(1.1);
    }

    .rac-warranty-title {
        font-size: 13px !important;
        line-height: 1.3 !important;
        padding: 0.6rem 0.68rem !important;
    }

    .rac-warranty-action {
        gap: 0.52rem;
        min-height: 42px;
        padding: 0.52rem 0.68rem;
    }

    .rac-warranty-action-icon {
        height: 19px;
        width: 19px;
    }

    .rac-warranty-action-icon svg {
        height: 19px;
        width: 19px;
    }

    .rac-warranty-action-text strong,
    .rac-warranty-extend-label {
        font-size: 12.5px !important;
        line-height: 1.24 !important;
    }

    .rac-warranty-expiry {
        font-size: 11.5px !important;
        line-height: 1.24 !important;
    }
}

html.rac-warranty-extension-open,
body.rac-warranty-extension-open {
    overflow: hidden !important;
}

.rac-warranty-extension-modal[hidden] {
    display: none !important;
}

.rac-warranty-extension-modal {
    align-items: center;
    isolation: isolate;
    bottom: 0;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    left: 0;
    padding: 0.8rem;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2147483646;
}

.rac-is-covered-by-warranty-extension {
    pointer-events: none !important;
}

.rac-warranty-extension-backdrop {
    background: rgba(15, 23, 42, 0.58);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.rac-warranty-extension-dialog {
    background: #f8fafc;
    border: 1px solid #dfe5ee;
    border-radius: 20px;
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.25);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    max-height: calc(100vh - 1.6rem);
    max-height: calc(100dvh - 1.6rem);
    max-width: 640px;
    min-height: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 1;
}

.rac-warranty-extension-dialog:focus {
    outline: none;
}

.rac-warranty-extension-header {
    align-items: center;
    background: #fff;
    border-bottom: 1px solid #e5e7eb;
    display: grid;
    flex: 0 0 auto;
    grid-template-columns: 46px minmax(0, 1fr) 46px;
    padding: 0.85rem 1rem;
}

.rac-warranty-extension-header h2 {
    color: #172238;
    font-size: 1.18rem !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    margin: 0 !important;
    text-align: center;
}

.rac-warranty-extension-close {
    align-items: center;
    appearance: none;
    background: #fff5f5 !important;
    border: 1px solid #fecaca !important;
    border-radius: 12px !important;
    box-shadow: none !important;
    color: #dc2626 !important;
    cursor: pointer;
    display: inline-flex;
    height: 42px;
    justify-content: center;
    margin: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
    width: 42px;
}

.rac-warranty-extension-close:hover,
.rac-warranty-extension-close:focus {
    background: #fee2e2 !important;
    border-color: #fca5a5 !important;
    color: #b91c1c !important;
}

.rac-warranty-extension-close svg {
    fill: currentColor;
    height: 22px;
    width: 22px;
}

.rac-warranty-extension-header-spacer {
    display: block;
    height: 42px;
    width: 42px;
}

.rac-warranty-extension-content {
    flex: 1 1 auto;
    min-height: 0;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 1rem;
    scrollbar-color: #a8b2c1 transparent;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
}

.rac-warranty-extension-content::-webkit-scrollbar {
    width: 7px;
}

.rac-warranty-extension-content::-webkit-scrollbar-track {
    background: transparent;
}

.rac-warranty-extension-content::-webkit-scrollbar-thumb {
    background: #a8b2c1;
    border-radius: 999px;
}

.rac-warranty-extension-product {
    align-items: stretch;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
    display: grid;
    grid-template-columns: 190px minmax(0, 1fr);
    margin: 0 0 1rem;
    overflow: hidden;
}

.rac-warranty-extension-product-image {
    align-items: center;
    border-right: 1px solid #edf0f5;
    display: flex;
    justify-content: center;
    min-height: 190px;
    padding: 0.7rem;
}

.rac-warranty-extension-product-image img {
    display: block;
    height: 176px;
    max-width: 100%;
    object-fit: contain;
    width: 100%;
}

.rac-warranty-extension-product-main {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.rac-warranty-extension-product-main h3 {
    color: #172238;
    font-size: 0.94rem !important;
    font-weight: 600 !important;
    line-height: 1.38 !important;
    margin: 0 !important;
    overflow-wrap: anywhere;
    padding: 0.95rem 1rem !important;
}

.rac-warranty-extension-download {
    align-items: center;
    border-top: 1px solid #edf0f5;
    display: flex;
    gap: 0.75rem;
    margin-top: auto;
    padding: 0.85rem 1rem;
    text-decoration: none !important;
    text-indent: 0 !important;
}

.rac-warranty-extension-download:hover,
.rac-warranty-extension-download:focus {
    background: #f8fafc;
    text-decoration: none !important;
    text-indent: 0 !important;
}

.rac-warranty-extension-download-icon {
    color: #2563eb;
    display: inline-flex;
    flex: 0 0 auto;
}

.rac-warranty-extension-download-icon svg {
    fill: currentColor;
    height: 24px;
    width: 24px;
}

.rac-warranty-extension-download > span:last-child {
    display: flex;
    flex-direction: column;
    gap: 0.16rem;
    min-width: 0;
}

.rac-warranty-extension-download strong {
    color: #2563eb;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.28;
}

.rac-warranty-extension-download em {
    color: #172238;
    font-size: 0.84rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.28;
}

.rac-warranty-extension-download em.is-expired {
    color: #dc2626;
}

.rac-warranty-extension-options {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
    overflow: hidden;
}

.rac-warranty-extension-options-head {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    padding: 1rem;
}

.rac-warranty-extension-options-head h3 {
    color: #172238;
    font-size: 1rem !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
    margin: 0 !important;
}

.rac-warranty-extension-options-head a {
    color: #2563eb;
    flex: 0 0 auto;
    font-size: 0.88rem;
    font-weight: 600;
    text-decoration: none;
}

.rac-warranty-extension-options-head a:hover,
.rac-warranty-extension-options-head a:focus {
    text-decoration: underline;
}

.rac-warranty-extension-choice-list {
    border-top: 1px solid #edf0f5;
}

.rac-warranty-extension-choice {
    align-items: center;
    cursor: pointer;
    display: grid;
    gap: 0.75rem;
    grid-template-columns: 24px minmax(0, 1fr) auto;
    margin: 0;
    padding: 0.95rem 1rem;
}

.rac-warranty-extension-choice + .rac-warranty-extension-choice {
    border-top: 1px solid #edf0f5;
}

.rac-warranty-extension-choice.is-disabled {
    cursor: not-allowed;
    opacity: 0.55;
}

.rac-warranty-extension-choice input {
    height: 1px;
    opacity: 0;
    position: absolute;
    width: 1px;
}

.rac-warranty-extension-radio {
    border: 2px solid #2563eb;
    border-radius: 50%;
    box-sizing: border-box;
    display: inline-flex;
    height: 22px;
    position: relative;
    width: 22px;
}

.rac-warranty-extension-choice input:checked + .rac-warranty-extension-radio::after {
    background: #2563eb;
    border-radius: 50%;
    content: "";
    height: 10px;
    left: 4px;
    position: absolute;
    top: 4px;
    width: 10px;
}

.rac-warranty-extension-choice input:focus + .rac-warranty-extension-radio {
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.2);
}

.rac-warranty-extension-choice-name {
    color: #2563eb;
    font-size: 0.92rem;
    font-weight: 600;
    line-height: 1.3;
    min-width: 0;
}

.rac-warranty-extension-choice-price {
    color: #172238;
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1.3;
    text-align: right;
    white-space: nowrap;
}

.rac-warranty-extension-choice-price del {
    color: #6b7280;
    font-size: 0.78rem;
    margin-right: 0.2rem;
}

.rac-warranty-extension-choice-price ins {
    background: transparent;
    text-decoration: none;
}

.rac-warranty-extension-footer {
    border-top: 1px solid #edf0f5;
    padding: 1rem;
}

.rac-warranty-extension-submit {
    align-items: center;
    appearance: none;
    background: #2563eb !important;
    border: 1px solid #2563eb !important;
    border-radius: 999px !important;
    box-shadow: none !important;
    color: #fff !important;
    cursor: pointer;
    display: flex !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    gap: 0.65rem;
    justify-content: center;
    line-height: 1.2 !important;
    margin: 0 !important;
    min-height: 50px !important;
    padding: 0.8rem 1.25rem !important;
    width: 100%;
}

.rac-warranty-extension-submit:hover,
.rac-warranty-extension-submit:focus {
    background: #1d4ed8 !important;
    border-color: #1d4ed8 !important;
    color: #fff !important;
}

.rac-warranty-extension-submit:disabled {
    cursor: not-allowed;
    opacity: 0.55;
}

.rac-warranty-extension-cart-icon {
    display: inline-flex;
}

.rac-warranty-extension-cart-icon svg {
    fill: currentColor;
    height: 23px;
    width: 23px;
}

@media (max-width: 767px) {
    .rac-warranty-extension-modal {
        padding: 0.55rem;
    }

    .rac-warranty-extension-dialog {
        border-radius: 18px;
        max-height: calc(100vh - 1.1rem);
        max-height: calc(100dvh - 1.1rem);
    }

    .rac-warranty-extension-header {
        grid-template-columns: 42px minmax(0, 1fr) 42px;
        padding: 0.72rem 0.8rem;
    }

    .rac-warranty-extension-header h2 {
        font-size: 1.06rem !important;
    }

    .rac-warranty-extension-close,
    .rac-warranty-extension-header-spacer {
        height: 38px;
        width: 38px;
    }

    .rac-warranty-extension-content {
        padding: 0.75rem;
    }

    .rac-warranty-extension-product {
        grid-template-columns: 148px minmax(0, 1fr);
        margin-bottom: 0.75rem;
    }

    .rac-warranty-extension-product-image {
        min-height: 166px;
        padding: 0.35rem;
    }

    .rac-warranty-extension-product-image img {
        height: 156px;
    }

    .rac-warranty-extension-product-main h3 {
        font-size: 0.82rem !important;
        line-height: 1.32 !important;
        padding: 0.72rem 0.78rem !important;
    }

    .rac-warranty-extension-download {
        gap: 0.55rem;
        padding: 0.68rem 0.78rem;
    }

    .rac-warranty-extension-download-icon svg {
        height: 20px;
        width: 20px;
    }

    .rac-warranty-extension-download strong {
        font-size: 0.78rem;
    }

    .rac-warranty-extension-download em {
        font-size: 0.73rem;
    }

    .rac-warranty-extension-options-head {
        padding: 0.82rem;
    }

    .rac-warranty-extension-options-head h3 {
        font-size: 0.9rem !important;
    }

    .rac-warranty-extension-options-head a {
        font-size: 0.78rem;
    }

    .rac-warranty-extension-choice {
        gap: 0.58rem;
        grid-template-columns: 22px minmax(0, 1fr) auto;
        padding: 0.78rem 0.82rem;
    }

    .rac-warranty-extension-radio {
        height: 20px;
        width: 20px;
    }

    .rac-warranty-extension-choice input:checked + .rac-warranty-extension-radio::after {
        height: 8px;
        left: 4px;
        top: 4px;
        width: 8px;
    }

    .rac-warranty-extension-choice-name,
    .rac-warranty-extension-choice-price {
        font-size: 0.8rem;
    }

    .rac-warranty-extension-choice-price del {
        display: block;
        font-size: 0.68rem;
        margin: 0;
    }

    .rac-warranty-extension-footer {
        padding: 0.82rem;
    }

    .rac-warranty-extension-submit {
        font-size: 0.9rem !important;
        min-height: 46px !important;
    }
}

.rac-warranty-extension-footer {
    background: #fff;
    bottom: 0;
    position: sticky;
    z-index: 2;
}

.rac-extra-warranty-product-options {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    box-sizing: border-box;
    margin: 1rem 0;
    overflow: hidden;
}

.rac-extra-warranty-product-options h3 {
    color: #172238;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.35;
    margin: 0;
    padding: 0.9rem 1rem;
}

.rac-extra-warranty-product-choice-list {
    border-top: 1px solid #edf0f5;
}

.rac-extra-warranty-product-choice {
    align-items: center;
    cursor: pointer;
    display: grid;
    gap: 0.75rem;
    grid-template-columns: 22px minmax(0, 1fr) auto;
    margin: 0;
    padding: 0.85rem 1rem;
}

.rac-extra-warranty-product-choice + .rac-extra-warranty-product-choice {
    border-top: 1px solid #edf0f5;
}

.rac-extra-warranty-product-choice input {
    height: 1px;
    opacity: 0;
    position: absolute;
    width: 1px;
}

.rac-extra-warranty-product-radio {
    border: 2px solid #7ea6ef;
    border-radius: 50%;
    box-sizing: border-box;
    display: block;
    height: 20px;
    position: relative;
    width: 20px;
}

.rac-extra-warranty-product-choice input:checked + .rac-extra-warranty-product-radio::after {
    background: #2563eb;
    border-radius: 50%;
    content: "";
    height: 10px;
    left: 3px;
    position: absolute;
    top: 3px;
    width: 10px;
}

.rac-extra-warranty-product-choice input:focus + .rac-extra-warranty-product-radio {
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.18);
}

.rac-extra-warranty-product-name {
    color: #2563eb;
    font-size: 0.92rem;
    font-weight: 600;
    line-height: 1.35;
}

.rac-extra-warranty-product-price {
    color: #172238;
    font-size: 0.92rem;
    font-weight: 600;
    line-height: 1.35;
    white-space: nowrap;
}

.rac-extra-warranty-product-price del {
    color: #6b7280;
    font-size: 0.82em;
    margin-right: 0.25rem;
}

.rac-extra-warranty-product-price ins {
    background: transparent;
    text-decoration: none;
}

.rac-extra-warranty-product-help {
    border-top: 1px solid #edf0f5;
    color: #6b7280;
    font-size: 0.8rem;
    line-height: 1.45;
    margin: 0;
    padding: 0.75rem 1rem;
}


@media (max-width: 767px) {
    .rac-extra-warranty-product-choice {
        gap: 0.55rem;
        grid-template-columns: 20px minmax(0, 1fr) auto;
        padding: 0.75rem 0.8rem;
    }

    .rac-extra-warranty-product-name,
    .rac-extra-warranty-product-price {
        font-size: 0.84rem;
    }
}

.rac-extra-warranty-inline {
    box-sizing: border-box;
    clear: both;
    display: block;
    margin: 0.65rem 0 0;
    max-width: 100%;
    text-align: left;
}

.rac-extra-warranty-inline-list {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 0.42rem;
    max-width: 100%;
}

.rac-extra-warranty-inline-choice-wrap {
    align-items: center;
    background: #f8fafc;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    box-sizing: border-box;
    color: #172238;
    display: grid;
    gap: 0.35rem;
    max-width: none;
    min-height: 30px;
    padding: 0.28rem 0.38rem 0.28rem 0.42rem;
    position: relative;
    transition: background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, color 0.15s ease;
    width: 100%;
}

.rac-extra-warranty-inline-choice-wrap:hover {
    background: #eef4ff;
    border-color: #8eb1f4;
}

.rac-extra-warranty-inline-choice-wrap.is-selected {
    background: #eaf2ff;
    border-color: #2563eb;
    box-shadow: 0 0 0 1px rgba(37, 99, 235, 0.08);
    color: #1d4ed8;
}

.rac-extra-warranty-inline-choice {
    align-items: center;
    color: inherit;
    cursor: pointer;
    display: inline-flex;
    gap: 0.38rem;
    margin: 0 !important;
    max-width: 100%;
    min-width: 0;
    padding: 0;
}

.rac-extra-warranty-inline-choice input {
    height: 1px;
    opacity: 0;
    position: absolute;
    width: 1px;
}

.rac-extra-warranty-inline-checkbox {
    background: #fff;
    border: 1.5px solid #7c96bd;
    border-radius: 999px;
    box-sizing: border-box;
    display: block;
    flex: 0 0 auto;
    height: 16px;
    position: relative;
    width: 16px;
}

.rac-extra-warranty-inline-choice input:checked + .rac-extra-warranty-inline-checkbox {
    background: #2563eb;
    border-color: #2563eb;
}

.rac-extra-warranty-inline-choice input:checked + .rac-extra-warranty-inline-checkbox::after {
    background: #fff;
    border-radius: 999px;
    content: "";
    height: 6px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 6px;
}

.rac-extra-warranty-inline-choice input:focus-visible + .rac-extra-warranty-inline-checkbox {
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.18);
}

.rac-extra-warranty-inline-choice input:disabled + .rac-extra-warranty-inline-checkbox,
.rac-extra-warranty-inline.is-updating .rac-extra-warranty-inline-name {
    opacity: 0.55;
}

.rac-extra-warranty-inline-name {
    color: inherit;
    flex: 1 1 auto;
    font-size: 0.78rem !important;
    font-weight: 700;
    line-height: 1.2;
    min-width: 0;
    overflow-wrap: anywhere;
}

.rac-extra-warranty-info-wrap {
    display: inline-flex;
    flex: 0 0 auto;
    position: relative;
}

.rac-extra-warranty-info {
    align-items: center !important;
    appearance: none;
    background: #fff1f2 !important;
    border: 1px solid #fca5a5 !important;
    border-radius: 50% !important;
    box-shadow: none !important;
    color: #dc2626 !important;
    cursor: help;
    display: inline-flex !important;
    flex: 0 0 auto;
    height: 20px !important;
    justify-content: center !important;
    line-height: 1 !important;
    margin: 0 !important;
    min-height: 20px !important;
    min-width: 20px !important;
    padding: 0 !important;
    text-transform: none !important;
    width: 20px !important;
}

.rac-extra-warranty-info:hover,
.rac-extra-warranty-info:focus,
.rac-extra-warranty-info:focus-visible {
    background: #fee2e2 !important;
    border-color: #ef4444 !important;
    color: #b91c1c !important;
    outline: none;
}

.rac-extra-warranty-info:focus-visible {
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.18) !important;
}

.rac-extra-warranty-info svg {
    display: block;
    fill: currentColor;
    height: 13px;
    width: 13px;
}

.rac-extra-warranty-tooltip {
    background: #172238;
    border-radius: 8px;
    bottom: calc(100% + 10px);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.2);
    color: #fff;
    font-size: 0.76rem !important;
    font-weight: 400;
    left: 50%;
    line-height: 1.45;
    max-width: min(290px, calc(100vw - 32px));
    opacity: 0;
    padding: 0.65rem 0.75rem;
    pointer-events: none;
    position: absolute;
    transform: translate(-50%, 4px);
    transition: opacity 0.15s ease, transform 0.15s ease, visibility 0.15s ease;
    visibility: hidden;
    white-space: normal;
    width: max-content;
    z-index: 99999;
}

.rac-extra-warranty-tooltip::after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #172238;
    bottom: -6px;
    content: "";
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}

.rac-extra-warranty-info:hover + .rac-extra-warranty-tooltip,
.rac-extra-warranty-info:focus + .rac-extra-warranty-tooltip,
.rac-extra-warranty-info:focus-visible + .rac-extra-warranty-tooltip {
    opacity: 1;
    transform: translate(-50%, 0);
    visibility: visible;
}

.rac-extra-warranty-inline-status {
    color: #6b7280;
    display: block;
    font-size: 0.72rem !important;
    line-height: 1.35;
    margin-top: 0.25rem;
}

.rac-extra-warranty-inline-status:empty {
    display: none;
}

.rac-extra-warranty-selected-price {
    align-items: center;
    color: inherit;
    display: flex;
    flex-wrap: wrap;
    font: inherit;
    font-size: inherit !important;
    gap: 0.38rem;
    justify-content: flex-end;
    line-height: inherit;
    margin-top: 0.3rem;
    white-space: normal;
}

.rac-extra-warranty-selected-price-badge {
    align-items: center;
    background: #eaf2ff;
    border: 1px solid #2563eb;
    border-radius: 999px;
    color: #1d4ed8;
    display: inline-flex;
    font-size: 0.68rem !important;
    font-weight: 700;
    line-height: 1.1;
    padding: 0.25rem 0.48rem;
    white-space: nowrap;
}

.rac-extra-warranty-selected-price-value,
.rac-extra-warranty-selected-price-value .woocommerce-Price-amount,
.rac-extra-warranty-selected-price-value .woocommerce-Price-currencySymbol {
    color: inherit;
    font: inherit;
    font-size: inherit !important;
    font-weight: inherit;
    line-height: inherit;
}

.woocommerce-cart-form .product-price .rac-extra-warranty-selected-price,
.woocommerce-checkout-review-order-table .product-total .rac-extra-warranty-selected-price {
    justify-content: flex-end;
}

.woocommerce-checkout-review-order-table .rac-extra-warranty-inline {
    margin-top: 0.55rem;
}

@media (max-width: 767px) {
    .rac-extra-warranty-inline-choice-wrap {
        max-width: 100%;
    }

    .rac-extra-warranty-inline-choice {
        flex: 1 1 auto;
        justify-content: flex-start;
        min-width: 0;
    }

    .rac-extra-warranty-tooltip {
        max-width: min(250px, calc(100vw - 32px));
    }

    .rac-extra-warranty-selected-price {
        gap: 0.3rem;
    }

    .rac-extra-warranty-selected-price-badge {
        font-size: 0.64rem !important;
        white-space: normal;
    }
}

.rac-extra-warranty-selected-price {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    line-height: inherit;
    margin-top: 0.55rem;
    min-height: 30px;
    white-space: nowrap;
}

.rac-extra-warranty-selected-price[data-rac-extra-warranty-selected-duration="2"] {
    margin-top: calc(0.97rem + 30px);
}

.rac-extra-warranty-selected-price.is-empty,
.rac-extra-warranty-selected-price[hidden] {
    display: none !important;
}

.rac-extra-warranty-selected-price-value,
.rac-extra-warranty-selected-price-value .woocommerce-Price-amount,
.rac-extra-warranty-selected-price-value .woocommerce-Price-currencySymbol,
.rac-extra-warranty-selected-price-value bdi {
    color: inherit;
    font: inherit !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
}


@media (max-width: 767px) {
    .rac-extra-warranty-selected-price {
        margin-top: 0.55rem;
        min-height: 30px;
    }

    .rac-extra-warranty-selected-price[data-rac-extra-warranty-selected-duration="2"] {
        margin-top: calc(0.97rem + 30px);
    }
}

.rac-extra-warranty-row > td {
    background: transparent !important;
    border: 0 !important;
    box-sizing: border-box;
    padding: 0 0 0.85rem !important;
}

.rac-extra-warranty-row .rac-extra-warranty-inline {
    margin: 0 !important;
    max-width: none;
    width: 100%;
}

.rac-extra-warranty-row .rac-extra-warranty-inline-list {
    gap: 0.45rem;
    width: 100%;
}

.rac-extra-warranty-row .rac-extra-warranty-inline-choice-wrap {
    align-items: center;
    border-radius: 6px;
    display: grid;
    gap: 0.38rem;
    grid-template-columns: auto auto minmax(0, 1fr);
    max-width: none;
    min-height: 30px;
    padding: 0.3rem 0.52rem;
    width: 100%;
}

.rac-extra-warranty-row .rac-extra-warranty-inline-choice {
    justify-self: start;
    min-width: 0;
    width: auto;
}

.rac-extra-warranty-row .rac-extra-warranty-inline-name {
    font-size: 0.82rem !important;
    line-height: 1.25;
}

.rac-extra-warranty-inline-price {
    color: inherit;
    font: inherit;
    font-size: inherit !important;
    font-weight: 400;
    justify-self: end;
    line-height: inherit;
    white-space: nowrap;
}

.rac-extra-warranty-inline-price[hidden] {
    display: none !important;
}

.rac-extra-warranty-inline-price .woocommerce-Price-amount,
.rac-extra-warranty-inline-price .woocommerce-Price-currencySymbol,
.rac-extra-warranty-inline-price bdi {
    color: inherit;
    font: inherit !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
}

.rac-extra-warranty-inline-status,
.rac-extra-warranty-selected-price {
    display: none !important;
}

.rac-extra-warranty-inline.is-updating .rac-extra-warranty-inline-name {
    opacity: 1;
}

@media (max-width: 767px) {
    .rac-extra-warranty-row > td {
        padding-bottom: 0.75rem !important;
    }

    .rac-extra-warranty-row .rac-extra-warranty-inline-choice-wrap {
        gap: 0.34rem;
        grid-template-columns: auto auto minmax(0, 1fr);
        min-height: 29px;
        padding: 0.27rem 0.46rem;
    }

    .rac-extra-warranty-row .rac-extra-warranty-inline-name {
        font-size: 0.78rem !important;
    }

    .rac-extra-warranty-inline-price {
        font-size: 0.78rem !important;
    }
}

.rac-return-list-item {
    position: relative;
}

body.woocommerce-account .rac-wrapper .rac-return-cancel-form {
    margin: 0 !important;
    position: absolute !important;
    right: 0.85rem !important;
    top: 0.85rem !important;
    z-index: 4 !important;
}

body.woocommerce-account .rac-wrapper .rac-return-cancel-form .rac-return-cancel-button {
    align-items: center !important;
    appearance: none !important;
    background: #fff !important;
    border: 1px solid #dc3b3b !important;
    border-radius: 50% !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
    color: #c92525 !important;
    cursor: pointer !important;
    display: inline-flex !important;
    font: inherit !important;
    height: 32px !important;
    justify-content: center !important;
    line-height: 1 !important;
    margin: 0 !important;
    min-height: 32px !important;
    min-width: 32px !important;
    opacity: 1 !important;
    outline: none !important;
    overflow: visible !important;
    padding: 0 !important;
    text-decoration: none !important;
    text-indent: 0 !important;
    transition: background-color 160ms ease, color 160ms ease, transform 160ms ease !important;
    width: 32px !important;
}

body.woocommerce-account .rac-wrapper .rac-return-cancel-form .rac-return-cancel-button:hover,
body.woocommerce-account .rac-wrapper .rac-return-cancel-form .rac-return-cancel-button:focus-visible {
    background: #c92525 !important;
    border-color: #c92525 !important;
    color: #fff !important;
    transform: translateY(-1px) !important;
}

body.woocommerce-account .rac-wrapper .rac-return-cancel-icon {
    display: block !important;
    height: 14px !important;
    pointer-events: none !important;
    position: relative !important;
    width: 14px !important;
}

body.woocommerce-account .rac-wrapper .rac-return-cancel-icon::before,
body.woocommerce-account .rac-wrapper .rac-return-cancel-icon::after {
    background: currentColor !important;
    border: 0 !important;
    content: "" !important;
    display: block !important;
    height: 2px !important;
    left: 0 !important;
    position: absolute !important;
    top: 6px !important;
    width: 14px !important;
}

body.woocommerce-account .rac-wrapper .rac-return-cancel-icon::before {
    transform: rotate(45deg) !important;
}

body.woocommerce-account .rac-wrapper .rac-return-cancel-icon::after {
    transform: rotate(-45deg) !important;
}

@media (min-width: 768px) {
    .rac-return-list-item {
        padding-right: 4rem;
    }
}

@media (max-width: 767px) {
    .rac-return-list-item {
        padding-right: 3.75rem;
    }

    body.woocommerce-account .rac-wrapper .rac-return-cancel-form {
        right: 0.75rem !important;
        top: 0.75rem !important;
    }
}


body.rac-theme-woodmart.woocommerce-checkout .woocommerce-checkout-review-order-table tr.rac-extra-warranty-row {
    clear: both !important;
    display: table-row !important;
    float: none !important;
    grid-column: 1 / -1 !important;
    opacity: 1 !important;
    visibility: visible !important;
    width: 100% !important;
}

body.rac-theme-woodmart.woocommerce-checkout .woocommerce-checkout-review-order-table tr.rac-extra-warranty-row > td {
    background: transparent !important;
    border: 0 !important;
    box-sizing: border-box !important;
    display: table-cell !important;
    padding: 0.55rem 0 0.85rem !important;
    width: 100% !important;
}

body.rac-theme-woodmart.woocommerce-checkout div.rac-extra-warranty-row {
    clear: both !important;
    display: block !important;
    float: none !important;
    grid-column: 1 / -1 !important;
    margin: 0.55rem 0 0.85rem !important;
    opacity: 1 !important;
    visibility: visible !important;
    width: 100% !important;
}

body.rac-theme-woodmart.woocommerce-checkout div.rac-extra-warranty-row > .rac-extra-warranty-row-cell {
    display: block !important;
    width: 100% !important;
}

body.rac-theme-woodmart.woocommerce-checkout .rac-extra-warranty-inline:not([hidden]) {
    box-sizing: border-box !important;
    clear: both !important;
    display: block !important;
    float: none !important;
    margin: 0 !important;
    max-width: 100% !important;
    opacity: 1 !important;
    text-align: left !important;
    visibility: visible !important;
    width: 100% !important;
}

body.rac-theme-woodmart.woocommerce-checkout .product-name > .rac-extra-warranty-inline:not([hidden]),
body.rac-theme-woodmart.woocommerce-checkout .woocommerce-checkout-review-order-table .product-name .rac-extra-warranty-inline:not([hidden]) {
    margin: 0.65rem 0 0.85rem !important;
}

body.rac-theme-woodmart.woocommerce-checkout .rac-extra-warranty-inline-list {
    align-items: stretch !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 0.42rem !important;
    margin: 0 !important;
    max-width: 100% !important;
    padding: 0 !important;
    width: 100% !important;
}

body.rac-theme-woodmart.woocommerce-checkout .rac-extra-warranty-inline-choice-wrap {
    align-items: center !important;
    background: #f8fafc !important;
    border: 1px solid #cbd5e1 !important;
    border-radius: 6px !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
    clear: both !important;
    color: #172238 !important;
    display: flex !important;
    float: none !important;
    flex-wrap: nowrap !important;
    gap: 0.38rem !important;
    grid-column: auto !important;
    grid-template-columns: none !important;
    justify-content: flex-start !important;
    margin: 0 !important;
    max-width: 100% !important;
    min-height: 30px !important;
    overflow: visible !important;
    padding: 0.28rem 0.42rem !important;
    position: relative !important;
    text-align: left !important;
    width: 100% !important;
}

body.rac-theme-woodmart.woocommerce-checkout .rac-extra-warranty-inline-choice-wrap.is-selected {
    background: #eaf2ff !important;
    border-color: #2563eb !important;
    box-shadow: 0 0 0 1px rgba(37, 99, 235, 0.08) !important;
    color: #1d4ed8 !important;
}

body.rac-theme-woodmart.woocommerce-checkout .rac-extra-warranty-inline-choice {
    align-items: center !important;
    background: transparent !important;
    border: 0 !important;
    color: inherit !important;
    display: inline-flex !important;
    flex: 0 1 auto !important;
    gap: 0.38rem !important;
    justify-content: flex-start !important;
    line-height: 1.2 !important;
    margin: 0 !important;
    max-width: calc(100% - 48px) !important;
    min-height: 0 !important;
    min-width: 0 !important;
    padding: 0 !important;
    text-align: left !important;
    text-decoration: none !important;
    width: auto !important;
}

body.rac-theme-woodmart.woocommerce-checkout .rac-extra-warranty-inline-choice input {
    height: 1px !important;
    opacity: 0 !important;
    position: absolute !important;
    width: 1px !important;
}

body.rac-theme-woodmart.woocommerce-checkout .rac-extra-warranty-inline-checkbox {
    background: #fff !important;
    border: 1.5px solid #7c96bd !important;
    border-radius: 999px !important;
    box-sizing: border-box !important;
    display: inline-block !important;
    flex: 0 0 18px !important;
    height: 18px !important;
    min-height: 18px !important;
    min-width: 18px !important;
    position: relative !important;
    width: 18px !important;
}

body.rac-theme-woodmart.woocommerce-checkout .rac-extra-warranty-inline-choice input:checked + .rac-extra-warranty-inline-checkbox {
    background: #2563eb !important;
    border-color: #2563eb !important;
}

body.rac-theme-woodmart.woocommerce-checkout .rac-extra-warranty-inline-choice input:checked + .rac-extra-warranty-inline-checkbox::after {
    background: #fff !important;
    border-radius: 999px !important;
    content: "" !important;
    height: 7px !important;
    left: 50% !important;
    position: absolute !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 7px !important;
}

body.rac-theme-woodmart.woocommerce-checkout .rac-extra-warranty-inline-name {
    color: inherit !important;
    display: inline !important;
    flex: 0 1 auto !important;
    font-size: 0.82rem !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    min-width: 0 !important;
    overflow-wrap: break-word !important;
    text-align: left !important;
    white-space: normal !important;
}

body.rac-theme-woodmart.woocommerce-checkout .rac-extra-warranty-info-wrap {
    align-items: center !important;
    display: inline-flex !important;
    flex: 0 0 auto !important;
    line-height: 1 !important;
    margin: 0 !important;
    position: relative !important;
}

body.rac-theme-woodmart.woocommerce-checkout .rac-extra-warranty-info {
    align-items: center !important;
    appearance: none !important;
    background: #fff1f2 !important;
    border: 1px solid #fca5a5 !important;
    border-radius: 999px !important;
    box-shadow: none !important;
    color: #dc2626 !important;
    display: inline-flex !important;
    flex: 0 0 20px !important;
    font-size: 0 !important;
    height: 20px !important;
    justify-content: center !important;
    line-height: 1 !important;
    margin: 0 !important;
    min-height: 20px !important;
    min-width: 20px !important;
    opacity: 1 !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: relative !important;
    text-indent: 0 !important;
    text-transform: none !important;
    vertical-align: middle !important;
    width: 20px !important;
}

body.rac-theme-woodmart.woocommerce-checkout .rac-extra-warranty-info svg {
    display: block !important;
    fill: currentColor !important;
    height: 13px !important;
    margin: 0 !important;
    max-height: 13px !important;
    max-width: 13px !important;
    opacity: 1 !important;
    position: static !important;
    visibility: visible !important;
    width: 13px !important;
}

body.rac-theme-woodmart.woocommerce-checkout .rac-extra-warranty-tooltip {
    background: #172238 !important;
    border: 0 !important;
    border-radius: 8px !important;
    bottom: calc(100% + 10px) !important;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.2) !important;
    color: #fff !important;
    display: block !important;
    font-size: 0.76rem !important;
    font-weight: 400 !important;
    height: auto !important;
    left: 50% !important;
    line-height: 1.45 !important;
    margin: 0 !important;
    max-width: min(290px, calc(100vw - 32px)) !important;
    min-height: 0 !important;
    opacity: 0 !important;
    overflow: visible !important;
    padding: 0.65rem 0.75rem !important;
    pointer-events: none !important;
    position: absolute !important;
    text-align: left !important;
    top: auto !important;
    transform: translate(-50%, 4px) !important;
    transition: opacity 0.15s ease, transform 0.15s ease, visibility 0.15s ease !important;
    visibility: hidden !important;
    white-space: normal !important;
    width: max-content !important;
    z-index: 99999 !important;
}

body.rac-theme-woodmart.woocommerce-checkout .rac-extra-warranty-info:hover + .rac-extra-warranty-tooltip,
body.rac-theme-woodmart.woocommerce-checkout .rac-extra-warranty-info:focus + .rac-extra-warranty-tooltip,
body.rac-theme-woodmart.woocommerce-checkout .rac-extra-warranty-info:focus-visible + .rac-extra-warranty-tooltip {
    opacity: 1 !important;
    transform: translate(-50%, 0) !important;
    visibility: visible !important;
}

body.rac-theme-woodmart.woocommerce-checkout .rac-extra-warranty-inline-price {
    color: inherit !important;
    display: inline-flex !important;
    flex: 0 0 auto !important;
    font: inherit !important;
    font-size: 0.82rem !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    margin-left: auto !important;
    text-align: right !important;
    white-space: nowrap !important;
}

body.rac-theme-woodmart.woocommerce-checkout .rac-extra-warranty-inline-price[hidden] {
    display: none !important;
}

body.rac-theme-woodmart.woocommerce-checkout .rac-extra-warranty-inline-price .woocommerce-Price-amount,
body.rac-theme-woodmart.woocommerce-checkout .rac-extra-warranty-inline-price .woocommerce-Price-currencySymbol,
body.rac-theme-woodmart.woocommerce-checkout .rac-extra-warranty-inline-price bdi {
    color: inherit !important;
    font: inherit !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
}

body.rac-theme-woodmart.woocommerce-checkout .rac-extra-warranty-inline-status,
body.rac-theme-woodmart.woocommerce-checkout .rac-extra-warranty-selected-price {
    display: none !important;
}

@media (max-width: 767px) {
    body.rac-theme-woodmart.woocommerce-checkout .woocommerce-checkout-review-order-table tr.rac-extra-warranty-row {
        display: table-row !important;
        width: 100% !important;
    }

    body.rac-theme-woodmart.woocommerce-checkout .woocommerce-checkout-review-order-table tr.rac-extra-warranty-row > td {
        display: table-cell !important;
        padding: 0.55rem 0 0.75rem !important;
        width: 100% !important;
    }

    body.rac-theme-woodmart.woocommerce-checkout .rac-extra-warranty-inline-choice-wrap {
        gap: 0.34rem !important;
        min-height: 29px !important;
        padding: 0.27rem 0.46rem !important;
    }

    body.rac-theme-woodmart.woocommerce-checkout .rac-extra-warranty-inline-name,
    body.rac-theme-woodmart.woocommerce-checkout .rac-extra-warranty-inline-price {
        font-size: 0.78rem !important;
    }

    body.rac-theme-woodmart.woocommerce-checkout .rac-extra-warranty-tooltip {
        max-width: min(250px, calc(100vw - 32px)) !important;
    }
}
body.rac-theme-woodmart.woocommerce-cart .rac-extra-warranty-row,
body.rac-theme-woodmart.woocommerce-checkout .rac-extra-warranty-row {
    box-sizing: border-box !important;
    clear: both !important;
    float: none !important;
    grid-column: 1 / -1 !important;
    margin: 0 !important;
    opacity: 1 !important;
    position: relative !important;
    visibility: visible !important;
    width: 100% !important;
    z-index: 50 !important;
}

body.rac-theme-woodmart.woocommerce-cart tr.rac-extra-warranty-row,
body.rac-theme-woodmart.woocommerce-checkout tr.rac-extra-warranty-row {
    display: table-row !important;
}

body.rac-theme-woodmart.woocommerce-cart tr.rac-extra-warranty-row > td,
body.rac-theme-woodmart.woocommerce-checkout tr.rac-extra-warranty-row > td {
    background: transparent !important;
    border: 0 !important;
    box-sizing: border-box !important;
    display: table-cell !important;
    padding: 0.55rem 0 0.85rem !important;
    width: 100% !important;
}

body.rac-theme-woodmart.woocommerce-cart div.rac-extra-warranty-row,
body.rac-theme-woodmart.woocommerce-checkout div.rac-extra-warranty-row {
    display: block !important;
    margin: 0.55rem 0 0.85rem !important;
}

body.rac-theme-woodmart.woocommerce-cart .rac-extra-warranty-row-cell,
body.rac-theme-woodmart.woocommerce-checkout .rac-extra-warranty-row-cell {
    box-sizing: border-box !important;
    display: block !important;
    width: 100% !important;
}

body.rac-theme-woodmart.woocommerce-cart tr.rac-extra-warranty-row > .rac-extra-warranty-row-cell,
body.rac-theme-woodmart.woocommerce-checkout tr.rac-extra-warranty-row > .rac-extra-warranty-row-cell {
    display: table-cell !important;
}

body.rac-theme-woodmart.woocommerce-cart .rac-extra-warranty-row .rac-extra-warranty-inline,
body.rac-theme-woodmart.woocommerce-checkout .rac-extra-warranty-row .rac-extra-warranty-inline,
body.rac-theme-woodmart.woocommerce-cart .rac-extra-warranty-inline:not([hidden]),
body.rac-theme-woodmart.woocommerce-checkout .rac-extra-warranty-inline:not([hidden]) {
    box-sizing: border-box !important;
    clear: both !important;
    display: block !important;
    float: none !important;
    margin: 0 !important;
    max-width: 100% !important;
    opacity: 1 !important;
    position: relative !important;
    text-align: left !important;
    visibility: visible !important;
    width: 100% !important;
    z-index: 51 !important;
}

body.rac-theme-woodmart.woocommerce-cart .rac-extra-warranty-inline-list,
body.rac-theme-woodmart.woocommerce-checkout .rac-extra-warranty-inline-list {
    align-items: stretch !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 0.42rem !important;
    margin: 0 !important;
    max-width: 100% !important;
    padding: 0 !important;
    width: 100% !important;
}

body.rac-theme-woodmart.woocommerce-cart .rac-extra-warranty-inline-choice-wrap,
body.rac-theme-woodmart.woocommerce-checkout .rac-extra-warranty-inline-choice-wrap {
    align-items: center !important;
    background: #f8fafc !important;
    border: 1px solid #cbd5e1 !important;
    border-radius: 6px !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
    color: #172238 !important;
    cursor: pointer !important;
    display: grid !important;
    float: none !important;
    flex-wrap: initial !important;
    gap: 0.38rem !important;
    grid-template-columns: auto auto minmax(0, 1fr) !important;
    margin: 0 !important;
    max-width: 100% !important;
    min-height: 30px !important;
    overflow: visible !important;
    padding: 0.3rem 0.52rem !important;
    pointer-events: auto !important;
    position: relative !important;
    text-align: left !important;
    text-decoration: none !important;
    width: 100% !important;
    z-index: 52 !important;
}

body.rac-theme-woodmart.woocommerce-cart .rac-extra-warranty-inline-choice-wrap.is-selected,
body.rac-theme-woodmart.woocommerce-checkout .rac-extra-warranty-inline-choice-wrap.is-selected {
    background: #eaf2ff !important;
    border-color: #2563eb !important;
    box-shadow: 0 0 0 1px rgba(37, 99, 235, 0.08) !important;
    color: #1d4ed8 !important;
}

body.rac-theme-woodmart.woocommerce-cart .rac-extra-warranty-inline-choice,
body.rac-theme-woodmart.woocommerce-checkout .rac-extra-warranty-inline-choice {
    align-items: center !important;
    background: transparent !important;
    border: 0 !important;
    color: inherit !important;
    cursor: pointer !important;
    display: inline-flex !important;
    flex: 0 1 auto !important;
    gap: 0.38rem !important;
    justify-content: flex-start !important;
    line-height: 1.2 !important;
    margin: 0 !important;
    max-width: 100% !important;
    min-height: 0 !important;
    min-width: 0 !important;
    padding: 0 !important;
    text-align: left !important;
    text-decoration: none !important;
    width: auto !important;
}

body.rac-theme-woodmart.woocommerce-cart .rac-extra-warranty-inline-choice input,
body.rac-theme-woodmart.woocommerce-checkout .rac-extra-warranty-inline-choice input {
    height: 1px !important;
    opacity: 0 !important;
    position: absolute !important;
    width: 1px !important;
}

body.rac-theme-woodmart.woocommerce-cart .rac-extra-warranty-inline-checkbox,
body.rac-theme-woodmart.woocommerce-checkout .rac-extra-warranty-inline-checkbox {
    background: #fff !important;
    border: 1.5px solid #7c96bd !important;
    border-radius: 999px !important;
    box-sizing: border-box !important;
    display: inline-block !important;
    flex: 0 0 18px !important;
    height: 18px !important;
    min-height: 18px !important;
    min-width: 18px !important;
    position: relative !important;
    width: 18px !important;
}

body.rac-theme-woodmart.woocommerce-cart .rac-extra-warranty-inline-choice input:checked + .rac-extra-warranty-inline-checkbox,
body.rac-theme-woodmart.woocommerce-checkout .rac-extra-warranty-inline-choice input:checked + .rac-extra-warranty-inline-checkbox {
    background: #2563eb !important;
    border-color: #2563eb !important;
}

body.rac-theme-woodmart.woocommerce-cart .rac-extra-warranty-inline-choice input:checked + .rac-extra-warranty-inline-checkbox::after,
body.rac-theme-woodmart.woocommerce-checkout .rac-extra-warranty-inline-choice input:checked + .rac-extra-warranty-inline-checkbox::after {
    background: #fff !important;
    border-radius: 999px !important;
    content: "" !important;
    height: 7px !important;
    left: 50% !important;
    position: absolute !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 7px !important;
}

body.rac-theme-woodmart.woocommerce-cart .rac-extra-warranty-inline-name,
body.rac-theme-woodmart.woocommerce-checkout .rac-extra-warranty-inline-name {
    color: inherit !important;
    display: inline !important;
    flex: 0 1 auto !important;
    font-size: 0.82rem !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    min-width: 0 !important;
    overflow-wrap: break-word !important;
    text-align: left !important;
    text-decoration: none !important;
    white-space: normal !important;
}

body.rac-theme-woodmart.woocommerce-cart .rac-extra-warranty-info-wrap,
body.rac-theme-woodmart.woocommerce-checkout .rac-extra-warranty-info-wrap {
    align-items: center !important;
    display: inline-flex !important;
    flex: 0 0 auto !important;
    line-height: 1 !important;
    margin: 0 !important;
    position: relative !important;
}

body.rac-theme-woodmart.woocommerce-cart .rac-extra-warranty-info,
body.rac-theme-woodmart.woocommerce-checkout .rac-extra-warranty-info {
    align-items: center !important;
    appearance: none !important;
    background: #fff1f2 !important;
    border: 1px solid #fca5a5 !important;
    border-radius: 999px !important;
    box-shadow: none !important;
    color: #dc2626 !important;
    display: inline-flex !important;
    flex: 0 0 20px !important;
    font-size: 0 !important;
    height: 20px !important;
    justify-content: center !important;
    line-height: 1 !important;
    margin: 0 !important;
    min-height: 20px !important;
    min-width: 20px !important;
    opacity: 1 !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: relative !important;
    text-indent: 0 !important;
    text-transform: none !important;
    vertical-align: middle !important;
    width: 20px !important;
}

body.rac-theme-woodmart.woocommerce-cart .rac-extra-warranty-info svg,
body.rac-theme-woodmart.woocommerce-checkout .rac-extra-warranty-info svg {
    display: block !important;
    fill: currentColor !important;
    height: 13px !important;
    margin: 0 !important;
    max-height: 13px !important;
    max-width: 13px !important;
    opacity: 1 !important;
    position: static !important;
    visibility: visible !important;
    width: 13px !important;
}

body.rac-theme-woodmart.woocommerce-cart .rac-extra-warranty-tooltip,
body.rac-theme-woodmart.woocommerce-checkout .rac-extra-warranty-tooltip {
    background: #172238 !important;
    border: 0 !important;
    border-radius: 8px !important;
    bottom: calc(100% + 10px) !important;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.2) !important;
    color: #fff !important;
    display: block !important;
    font-size: 0.76rem !important;
    font-weight: 400 !important;
    height: auto !important;
    left: 50% !important;
    line-height: 1.45 !important;
    margin: 0 !important;
    max-width: min(290px, calc(100vw - 32px)) !important;
    min-height: 0 !important;
    opacity: 0 !important;
    overflow: visible !important;
    padding: 0.65rem 0.75rem !important;
    pointer-events: none !important;
    position: absolute !important;
    text-align: left !important;
    top: auto !important;
    transform: translate(-50%, 4px) !important;
    transition: opacity 0.15s ease, transform 0.15s ease, visibility 0.15s ease !important;
    visibility: hidden !important;
    white-space: normal !important;
    width: max-content !important;
    z-index: 99999 !important;
}

body.rac-theme-woodmart.woocommerce-cart .rac-extra-warranty-info:hover + .rac-extra-warranty-tooltip,
body.rac-theme-woodmart.woocommerce-cart .rac-extra-warranty-info:focus + .rac-extra-warranty-tooltip,
body.rac-theme-woodmart.woocommerce-cart .rac-extra-warranty-info:focus-visible + .rac-extra-warranty-tooltip,
body.rac-theme-woodmart.woocommerce-checkout .rac-extra-warranty-info:hover + .rac-extra-warranty-tooltip,
body.rac-theme-woodmart.woocommerce-checkout .rac-extra-warranty-info:focus + .rac-extra-warranty-tooltip,
body.rac-theme-woodmart.woocommerce-checkout .rac-extra-warranty-info:focus-visible + .rac-extra-warranty-tooltip {
    opacity: 1 !important;
    transform: translate(-50%, 0) !important;
    visibility: visible !important;
}

body.rac-theme-woodmart.woocommerce-cart .rac-extra-warranty-inline-price,
body.rac-theme-woodmart.woocommerce-checkout .rac-extra-warranty-inline-price {
    color: inherit !important;
    display: inline-flex !important;
    font: inherit !important;
    font-size: 0.82rem !important;
    font-weight: 600 !important;
    justify-self: end !important;
    line-height: 1.2 !important;
    margin-left: auto !important;
    text-align: right !important;
    white-space: nowrap !important;
}

body.rac-theme-woodmart.woocommerce-cart .rac-extra-warranty-inline-price[hidden],
body.rac-theme-woodmart.woocommerce-checkout .rac-extra-warranty-inline-price[hidden] {
    display: none !important;
}

body.rac-theme-woodmart.woocommerce-cart .rac-extra-warranty-inline-price .woocommerce-Price-amount,
body.rac-theme-woodmart.woocommerce-cart .rac-extra-warranty-inline-price .woocommerce-Price-currencySymbol,
body.rac-theme-woodmart.woocommerce-cart .rac-extra-warranty-inline-price bdi,
body.rac-theme-woodmart.woocommerce-checkout .rac-extra-warranty-inline-price .woocommerce-Price-amount,
body.rac-theme-woodmart.woocommerce-checkout .rac-extra-warranty-inline-price .woocommerce-Price-currencySymbol,
body.rac-theme-woodmart.woocommerce-checkout .rac-extra-warranty-inline-price bdi {
    color: inherit !important;
    font: inherit !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
}

body.rac-theme-woodmart.woocommerce-cart .rac-extra-warranty-inline-status,
body.rac-theme-woodmart.woocommerce-cart .rac-extra-warranty-selected-price,
body.rac-theme-woodmart.woocommerce-checkout .rac-extra-warranty-inline-status,
body.rac-theme-woodmart.woocommerce-checkout .rac-extra-warranty-selected-price {
    display: none !important;
}

@media (max-width: 767px) {
    body.rac-theme-woodmart.woocommerce-cart tr.rac-extra-warranty-row > td,
    body.rac-theme-woodmart.woocommerce-checkout tr.rac-extra-warranty-row > td {
        padding: 0.55rem 0 0.75rem !important;
    }

    body.rac-theme-woodmart.woocommerce-cart .rac-extra-warranty-inline-choice-wrap,
    body.rac-theme-woodmart.woocommerce-checkout .rac-extra-warranty-inline-choice-wrap {
        gap: 0.34rem !important;
        min-height: 29px !important;
        padding: 0.27rem 0.46rem !important;
    }

    body.rac-theme-woodmart.woocommerce-cart .rac-extra-warranty-inline-name,
    body.rac-theme-woodmart.woocommerce-cart .rac-extra-warranty-inline-price,
    body.rac-theme-woodmart.woocommerce-checkout .rac-extra-warranty-inline-name,
    body.rac-theme-woodmart.woocommerce-checkout .rac-extra-warranty-inline-price {
        font-size: 0.78rem !important;
    }

    body.rac-theme-woodmart.woocommerce-cart .rac-extra-warranty-tooltip,
    body.rac-theme-woodmart.woocommerce-checkout .rac-extra-warranty-tooltip {
        max-width: min(250px, calc(100vw - 32px)) !important;
    }
}

body.rac-theme-woodmart.woocommerce-cart tr.rac-extra-warranty-row > td.rac-extra-warranty-row-cell,
body.rac-theme-woodmart.woocommerce-checkout tr.rac-extra-warranty-row > td.rac-extra-warranty-row-cell,
body.rac-theme-woodmart.woocommerce-cart .rac-extra-warranty-row-cell,
body.rac-theme-woodmart.woocommerce-checkout .rac-extra-warranty-row-cell {
    box-sizing: border-box !important;
    max-width: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
}

body.rac-theme-woodmart.woocommerce-cart tr.rac-extra-warranty-row > td.rac-extra-warranty-row-cell::before,
body.rac-theme-woodmart.woocommerce-checkout tr.rac-extra-warranty-row > td.rac-extra-warranty-row-cell::before {
    content: none !important;
    display: none !important;
}

body.rac-theme-woodmart.woocommerce-cart .rac-extra-warranty-row .rac-extra-warranty-inline,
body.rac-theme-woodmart.woocommerce-checkout .rac-extra-warranty-row .rac-extra-warranty-inline {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: none !important;
    width: 100% !important;
}

body.rac-theme-woodmart.woocommerce-cart .rac-extra-warranty-inline-list,
body.rac-theme-woodmart.woocommerce-checkout .rac-extra-warranty-inline-list {
    gap: 0.62rem !important;
    width: 100% !important;
}

body.rac-theme-woodmart.woocommerce-cart .rac-extra-warranty-inline-choice-wrap,
body.rac-theme-woodmart.woocommerce-checkout .rac-extra-warranty-inline-choice-wrap {
    border-radius: 8px !important;
    grid-template-columns: minmax(0, 1fr) auto auto !important;
    min-height: 46px !important;
    padding: 0.68rem 0.9rem !important;
    width: 100% !important;
}

body.rac-theme-woodmart.woocommerce-cart .rac-extra-warranty-inline-choice,
body.rac-theme-woodmart.woocommerce-checkout .rac-extra-warranty-inline-choice {
    flex: 1 1 auto !important;
    width: 100% !important;
}

body.rac-theme-woodmart.woocommerce-cart .rac-extra-warranty-inline-checkbox,
body.rac-theme-woodmart.woocommerce-checkout .rac-extra-warranty-inline-checkbox {
    flex-basis: 20px !important;
    height: 20px !important;
    min-height: 20px !important;
    min-width: 20px !important;
    width: 20px !important;
}

body.rac-theme-woodmart.woocommerce-cart .rac-extra-warranty-inline-choice input:checked + .rac-extra-warranty-inline-checkbox::after,
body.rac-theme-woodmart.woocommerce-checkout .rac-extra-warranty-inline-choice input:checked + .rac-extra-warranty-inline-checkbox::after {
    height: 8px !important;
    width: 8px !important;
}

body.rac-theme-woodmart.woocommerce-cart .rac-extra-warranty-inline-name,
body.rac-theme-woodmart.woocommerce-checkout .rac-extra-warranty-inline-name,
body.rac-theme-woodmart.woocommerce-cart .rac-extra-warranty-inline-price,
body.rac-theme-woodmart.woocommerce-checkout .rac-extra-warranty-inline-price {
    font-size: 0.95rem !important;
    line-height: 1.25 !important;
}

@media (max-width: 767px) {
    body.rac-theme-woodmart.woocommerce-cart tr.rac-extra-warranty-row,
    body.rac-theme-woodmart.woocommerce-checkout tr.rac-extra-warranty-row {
        display: block !important;
        width: 100% !important;
    }

    body.rac-theme-woodmart.woocommerce-cart tr.rac-extra-warranty-row > td.rac-extra-warranty-row-cell,
    body.rac-theme-woodmart.woocommerce-checkout tr.rac-extra-warranty-row > td.rac-extra-warranty-row-cell {
        display: block !important;
        padding: 0 0 0.75rem !important;
        width: 100% !important;
    }

    body.rac-theme-woodmart.woocommerce-cart .rac-extra-warranty-inline-list,
    body.rac-theme-woodmart.woocommerce-checkout .rac-extra-warranty-inline-list {
        gap: 0.62rem !important;
    }

    body.rac-theme-woodmart.woocommerce-cart .rac-extra-warranty-inline-choice-wrap,
    body.rac-theme-woodmart.woocommerce-checkout .rac-extra-warranty-inline-choice-wrap {
        min-height: 48px !important;
        padding: 0.72rem 0.9rem !important;
    }

    body.rac-theme-woodmart.woocommerce-cart .rac-extra-warranty-inline-name,
    body.rac-theme-woodmart.woocommerce-checkout .rac-extra-warranty-inline-name,
    body.rac-theme-woodmart.woocommerce-cart .rac-extra-warranty-inline-price,
    body.rac-theme-woodmart.woocommerce-checkout .rac-extra-warranty-inline-price {
        font-size: 0.95rem !important;
    }
}

body.rac-theme-woodmart .rac-extra-warranty-hidden-cart-item {
    display: none !important;
}


body.rac-theme-woodmart.woocommerce-cart .rac-extra-warranty-inline-list,
body.rac-theme-woodmart.woocommerce-checkout .rac-extra-warranty-inline-list {
    gap: 0.42rem !important;
}

body.rac-theme-woodmart.woocommerce-cart .rac-extra-warranty-inline-choice-wrap,
body.rac-theme-woodmart.woocommerce-checkout .rac-extra-warranty-inline-choice-wrap {
    border-radius: 6px !important;
    gap: 0.38rem !important;
    grid-template-columns: auto auto minmax(0, 1fr) !important;
    min-height: 30px !important;
    padding: 0.3rem 0.52rem !important;
}

body.rac-theme-woodmart.woocommerce-cart .rac-extra-warranty-inline-choice,
body.rac-theme-woodmart.woocommerce-checkout .rac-extra-warranty-inline-choice {
    flex: 0 1 auto !important;
    width: auto !important;
}

body.rac-theme-woodmart.woocommerce-cart .rac-extra-warranty-inline-checkbox,
body.rac-theme-woodmart.woocommerce-checkout .rac-extra-warranty-inline-checkbox {
    flex: 0 0 16px !important;
    height: 16px !important;
    min-height: 16px !important;
    min-width: 16px !important;
    width: 16px !important;
}

body.rac-theme-woodmart.woocommerce-cart .rac-extra-warranty-inline-choice input:checked + .rac-extra-warranty-inline-checkbox::after,
body.rac-theme-woodmart.woocommerce-checkout .rac-extra-warranty-inline-choice input:checked + .rac-extra-warranty-inline-checkbox::after {
    height: 6px !important;
    width: 6px !important;
}

body.rac-theme-woodmart.woocommerce-cart .rac-extra-warranty-inline-name,
body.rac-theme-woodmart.woocommerce-checkout .rac-extra-warranty-inline-name,
body.rac-theme-woodmart.woocommerce-cart .rac-extra-warranty-inline-price,
body.rac-theme-woodmart.woocommerce-checkout .rac-extra-warranty-inline-price {
    font-size: 0.82rem !important;
    line-height: 1.2 !important;
}

body.rac-theme-woodmart.woocommerce-cart .rac-extra-warranty-info-wrap,
body.rac-theme-woodmart.woocommerce-checkout .rac-extra-warranty-info-wrap {
    align-self: center !important;
    grid-column: 2 !important;
    justify-self: start !important;
    margin: 0 !important;
    position: relative !important;
}

body.rac-theme-woodmart.woocommerce-cart .rac-extra-warranty-inline-price,
body.rac-theme-woodmart.woocommerce-checkout .rac-extra-warranty-inline-price {
    align-items: center !important;
    grid-column: 3 !important;
    justify-self: end !important;
    margin-left: 0 !important;
    text-align: right !important;
}

body.rac-theme-woodmart.woocommerce-cart .rac-extra-warranty-tooltip::after,
body.rac-theme-woodmart.woocommerce-checkout .rac-extra-warranty-tooltip::after {
    border-left: 6px solid transparent !important;
    border-right: 6px solid transparent !important;
    border-top: 6px solid #172238 !important;
    bottom: -6px !important;
    content: "" !important;
    left: 50% !important;
    position: absolute !important;
    transform: translateX(-50%) !important;
}

@media (max-width: 767px) {
    body.rac-theme-woodmart.woocommerce-cart tr.rac-extra-warranty-row,
    body.rac-theme-woodmart.woocommerce-checkout tr.rac-extra-warranty-row {
        display: block !important;
        width: 100% !important;
    }

    body.rac-theme-woodmart.woocommerce-cart tr.rac-extra-warranty-row > td.rac-extra-warranty-row-cell,
    body.rac-theme-woodmart.woocommerce-checkout tr.rac-extra-warranty-row > td.rac-extra-warranty-row-cell {
        display: block !important;
        padding: 0 0 0.55rem !important;
        width: 100% !important;
    }

    body.rac-theme-woodmart.woocommerce-cart .rac-extra-warranty-inline-choice-wrap,
    body.rac-theme-woodmart.woocommerce-checkout .rac-extra-warranty-inline-choice-wrap {
        gap: 0.34rem !important;
        grid-template-columns: auto auto minmax(0, 1fr) !important;
        min-height: 30px !important;
        padding: 0.27rem 0.46rem !important;
    }

    body.rac-theme-woodmart.woocommerce-cart .rac-extra-warranty-inline-name,
    body.rac-theme-woodmart.woocommerce-checkout .rac-extra-warranty-inline-name,
    body.rac-theme-woodmart.woocommerce-cart .rac-extra-warranty-inline-price,
    body.rac-theme-woodmart.woocommerce-checkout .rac-extra-warranty-inline-price {
        font-size: 0.78rem !important;
        line-height: 1.2 !important;
    }

    body.rac-theme-woodmart.woocommerce-cart .rac-extra-warranty-tooltip,
    body.rac-theme-woodmart.woocommerce-checkout .rac-extra-warranty-tooltip {
        bottom: calc(100% + 10px) !important;
        left: 50% !important;
        max-width: min(250px, calc(100vw - 32px)) !important;
        right: auto !important;
        transform: translate(-50%, 4px) !important;
        width: max-content !important;
    }

    body.rac-theme-woodmart.woocommerce-cart .rac-extra-warranty-info:hover + .rac-extra-warranty-tooltip,
    body.rac-theme-woodmart.woocommerce-cart .rac-extra-warranty-info:focus + .rac-extra-warranty-tooltip,
    body.rac-theme-woodmart.woocommerce-cart .rac-extra-warranty-info:focus-visible + .rac-extra-warranty-tooltip,
    body.rac-theme-woodmart.woocommerce-checkout .rac-extra-warranty-info:hover + .rac-extra-warranty-tooltip,
    body.rac-theme-woodmart.woocommerce-checkout .rac-extra-warranty-info:focus + .rac-extra-warranty-tooltip,
    body.rac-theme-woodmart.woocommerce-checkout .rac-extra-warranty-info:focus-visible + .rac-extra-warranty-tooltip {
        transform: translate(-50%, 0) !important;
    }
}

@media (min-width: 768px) {
    body.rac-theme-woodmart.woocommerce-cart tr.rac-extra-warranty-row,
    body.rac-theme-woodmart.woocommerce-checkout tr.rac-extra-warranty-row {
        display: block !important;
        max-width: none !important;
        table-layout: auto !important;
        width: 100% !important;
    }

    body.rac-theme-woodmart.woocommerce-cart tr.rac-extra-warranty-row > td.rac-extra-warranty-row-cell,
    body.rac-theme-woodmart.woocommerce-checkout tr.rac-extra-warranty-row > td.rac-extra-warranty-row-cell {
        display: block !important;
        max-width: none !important;
        padding: 0 0 0.75rem !important;
        width: 100% !important;
    }

    body.rac-theme-woodmart.woocommerce-cart .rac-extra-warranty-row .rac-extra-warranty-inline,
    body.rac-theme-woodmart.woocommerce-checkout .rac-extra-warranty-row .rac-extra-warranty-inline,
    body.rac-theme-woodmart.woocommerce-cart .rac-extra-warranty-row .rac-extra-warranty-inline-list,
    body.rac-theme-woodmart.woocommerce-checkout .rac-extra-warranty-row .rac-extra-warranty-inline-list {
        max-width: none !important;
        width: 100% !important;
    }

    body.rac-theme-woodmart.woocommerce-cart .rac-extra-warranty-inline-list,
    body.rac-theme-woodmart.woocommerce-checkout .rac-extra-warranty-inline-list {
        gap: 0.35rem !important;
    }

    body.rac-theme-woodmart.woocommerce-cart .rac-extra-warranty-inline-choice-wrap,
    body.rac-theme-woodmart.woocommerce-checkout .rac-extra-warranty-inline-choice-wrap {
        grid-template-columns: auto auto minmax(7rem, 1fr) !important;
        min-height: 31px !important;
        padding: 0.31rem 0.55rem !important;
        width: 100% !important;
    }

    body.rac-theme-woodmart.woocommerce-cart .rac-extra-warranty-inline-choice,
    body.rac-theme-woodmart.woocommerce-checkout .rac-extra-warranty-inline-choice {
        max-width: 100% !important;
        min-width: 0 !important;
        width: auto !important;
    }

    body.rac-theme-woodmart.woocommerce-cart .rac-extra-warranty-info-wrap,
    body.rac-theme-woodmart.woocommerce-checkout .rac-extra-warranty-info-wrap {
        grid-column: 2 !important;
        justify-self: start !important;
    }

    body.rac-theme-woodmart.woocommerce-cart .rac-extra-warranty-inline-price,
    body.rac-theme-woodmart.woocommerce-checkout .rac-extra-warranty-inline-price {
        grid-column: 3 !important;
        justify-self: end !important;
        margin-left: 1rem !important;
        text-align: right !important;
    }
}
body.rac-theme-woodmart .rac-extra-warranty-row .rac-extra-warranty-inline[hidden],
body.rac-theme-woodmart .rac-extra-warranty-inline[hidden] {
    display: none !important;
}

.rac-service-history-item {
    position: relative;
}

.rac-service-history-status {
    border-radius: 999px;
    display: inline-flex;
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1;
    padding: 0.42rem 0.68rem;
    position: absolute;
    right: 1rem;
    text-align: center;
    top: 0.9rem;
    white-space: nowrap;
    z-index: 1;
}

.rac-service-history-status-cerere {
    background: #eef6ff;
    color: #1d64d8;
}

.rac-service-history-status-produs {
    background: #f2edff;
    color: #6d28d9;
}

.rac-service-history-status-diagnoza {
    background: #fff7dc;
    color: #9a5b00;
}

.rac-service-history-status-raport {
    background: #fff1e7;
    color: #c2410c;
}

.rac-service-history-status-finalizat {
    background: #ecfdf3;
    color: #0f8a3a;
}


@media (min-width: 769px) {
    .rac-service-history-item {
        padding-right: 13rem;
    }
}

@media (max-width: 768px) {
    .rac-service-history-status {
        position: static;
        grid-column: 1 / 2;
        justify-self: start;
        margin: 0.15rem 0 0.05rem;
        white-space: normal;
    }
}

.rac-service-warranty-expires strong,
.rac-mobile-detail-row.rac-service-warranty-expires strong {
    color: #16a34a !important;
    font-weight: 700 !important;
}

.rac-warranty-primary {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.rac-warranty-service-sheets {
    align-self: stretch;
    border-left: 1px solid #edf0f5;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    justify-content: flex-start;
    min-width: 240px;
    padding: 0.85rem 0.95rem;
}

.rac-warranty-service-sheets-title {
    color: #172238;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
}

.rac-warranty-service-sheet-row {
    align-items: center;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    display: flex;
    gap: 0.65rem;
    justify-content: space-between;
    padding: 0.58rem 0.65rem;
}

.rac-warranty-service-sheet-label {
    color: #172238;
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 1.3 !important;
    min-width: 0;
    overflow-wrap: anywhere;
}

.rac-warranty-service-sheet-actions {
    align-items: center;
    display: inline-flex;
    flex: 0 0 auto;
    gap: 0.35rem;
}

.rac-warranty-service-sheet-icon {
    align-items: center;
    background: #fff;
    border: 1px solid #dbe3ef;
    border-radius: 999px;
    color: #2563eb;
    display: inline-flex;
    height: 30px;
    justify-content: center;
    text-decoration: none !important;
    width: 30px;
}

.rac-warranty-service-sheet-icon:hover,
.rac-warranty-service-sheet-icon:focus {
    background: #eef6ff;
    color: #1d64d8;
    text-decoration: none !important;
}

.rac-warranty-service-sheet-icon svg {
    fill: currentColor;
    height: 17px;
    width: 17px;
}

@media (min-width: 768px) {
    .rac-warranty-main {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(240px, 0.72fr);
    }
}

@media (max-width: 767px) {
    .rac-warranty-main {
        display: flex;
        flex-direction: column;
    }

    .rac-warranty-service-sheets {
        border-left: 0;
        border-top: 1px solid #edf0f5;
        min-width: 0;
        padding: 0.65rem 0.68rem;
    }

    .rac-warranty-service-sheet-row {
        align-items: flex-start;
        flex-direction: column;
    }
}
