.mst-warranty-app {
    --wa-bg: var(--color-soft-gray, #eeeeee);
    --wa-panel: var(--color-light-gray2, #f7f7f7);
    --wa-border: var(--color-dark-gray, #b7b7b7);
    --wa-orange: var(--color-orange, #F26507);
    --wa-text: var(--color-black, #3f3f3f);
    --mst-wa-after-menu-gap: 46px;
    position: relative;
    background: var(--wa-bg);
    color: var(--wa-text);
    font-family: var(--font-b);
}

.mst-wa-loading-overlay {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: grid;
    place-items: center;
    padding: 24px;
    background: rgba(255, 255, 255, 0.86);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.18s ease;
    backdrop-filter: blur(4px);
}

body.mst-wa-is-loading .mst-wa-loading-overlay {
    opacity: 1;
    pointer-events: auto;
}

.mst-wa-loading-card {
    display: flex;
    align-items: center;
    gap: 16px;
    width: min(100%, 390px);
    min-height: 122px;
    padding: 24px 26px;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    background: #f8f9fa;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.14);
    color: #343a40;
}

.mst-wa-loading-logo {
    --mst-wa-loader-logo: none;
    position: relative;
    flex: 0 0 auto;
    width: 132px;
    height: 38px;
    overflow: hidden;
}

.mst-wa-loading-logo::before,
.mst-wa-loading-logo::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--mst-wa-loader-logo);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.mst-wa-loading-logo::before {
    opacity: 0.24;
}

.mst-wa-loading-logo::after {
    animation: mstWarrantyLogoLoad 1.35s ease-in-out infinite;
    clip-path: inset(0 100% 0 0);
}

.mst-wa-loading-logo-fallback {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    color: var(--wa-orange, var(--color-orange, #F26507));
    font-family: var(--font-h);
    font-size: 20px;
    line-height: 1;
}

.mst-wa-loading-logo.has-logo .mst-wa-loading-logo-fallback {
    display: none;
}

.mst-wa-loading-copy {
    display: grid;
    gap: 4px;
    min-width: 0;
}

.mst-wa-loading-copy strong,
.mst-wa-loading-copy small {
    display: block;
}

.mst-wa-loading-copy strong {
    color: var(--wa-text, var(--color-black, #3f3f3f));
    font-family: var(--font-h);
    font-size: 15px;
    line-height: 1.2;
}

.mst-wa-loading-copy small {
    color: #6c757d;
    font-size: 12px;
    line-height: 1.35;
}

@keyframes mstWarrantyLogoLoad {
    0% {
        clip-path: inset(0 100% 0 0);
    }

    62%,
    78% {
        clip-path: inset(0 0 0 0);
    }

    to {
        clip-path: inset(0 0 0 100%);
    }
}

.mst-wa-shell-top {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
    align-items: start;
    width: min(100% - 160px, 1280px);
    margin: 0 auto;
    padding-top: calc(var(--pt-calc, 0px) + 18px);
}

.mst-wa-shell-top.has-store-label {
    grid-template-columns: minmax(240px, 340px) minmax(0, 1fr);
}

.mst-wa-store-label {
    display: grid;
    gap: 4px;
    width: 100%;
    margin: 0;
    padding-top: 0;
    color: var(--color-black);
    font-size: 12px;
    line-height: 1.25;
    opacity: 0.52;
    pointer-events: none;
}

.mst-wa-store-kicker {
    color: #666666;
    font-family: var(--font-h);
    font-size: 10px;
    letter-spacing: 0;
    line-height: 1.1;
    text-transform: uppercase;
}

.mst-wa-store-label strong {
    display: block;
    color: var(--color-black);
    font-family: var(--font-h);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.15;
}

.mst-wa-store-label dl {
    display: grid;
    gap: 5px;
    margin: 6px 0 0;
}

.mst-wa-store-label dl > div {
    display: grid;
    gap: 1px;
    min-width: 0;
    max-width: 100%;
}

.mst-wa-store-label dt,
.mst-wa-store-label dd {
    margin: 0;
}

.mst-wa-store-label dt {
    color: #666666;
    font-family: var(--font-h);
}

.mst-wa-store-label dd {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mst-wa-helper-nav {
    width: 100%;
    margin: 0;
    padding-top: 0;
}

.mst-wa-helper-nav__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 16px;
    align-items: center;
    padding: 10px 12px;
    border: 1px solid rgba(183, 183, 183, 0.7);
    border-radius: 7px;
    background: rgba(255, 255, 255, 0.72);
}

.mst-wa-helper-nav__label {
    color: #666666;
    font-family: var(--font-h);
    font-size: 11px;
    line-height: 1.1;
    text-transform: uppercase;
    white-space: nowrap;
}

.mst-wa-helper-nav__links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-start;
}

.mst-wa-helper-nav__partner {
    display: grid;
    gap: 2px;
    justify-items: end;
    min-width: 150px;
    color: var(--wa-text);
    line-height: 1.1;
    text-align: right;
}

.mst-wa-helper-nav__partner span {
    color: #666666;
    font-family: var(--font-h);
    font-size: 10px;
    letter-spacing: 0;
    text-transform: uppercase;
}

.mst-wa-helper-nav__partner strong {
    display: block;
    max-width: 280px;
    overflow: hidden;
    color: var(--wa-text);
    font-family: var(--font-h);
    font-size: 13px;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mst-wa-helper-nav__link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 34px;
    padding: 7px 10px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: var(--wa-text);
    font-family: var(--font-h);
    font-size: 12px;
    line-height: 1.1;
    text-decoration: none;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.mst-wa-helper-nav__link svg,
.mst-wa-helper-nav__link img {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
}

.mst-wa-helper-nav__link:hover,
.mst-wa-helper-nav__link:focus,
.mst-wa-helper-nav__link.is-active {
    border-color: var(--color-black);
    background: var(--color-black);
    color: var(--color-white);
}

.mst-wa-print-header,
.mst-wa-print-policy-footer {
    display: none;
}

.mst-warranty-app h1,
.mst-warranty-app h2,
.mst-warranty-app h3,
.mst-warranty-app h4,
.mst-warranty-app h5,
.mst-warranty-app h6,
.mst-warranty-app button,
.mst-warranty-app .mst-wa-button,
.mst-warranty-app .mst-wa-table th,
.mst-warranty-app .mst-wa-card-title,
.mst-warranty-app .mst-wa-section-title,
.mst-warranty-app .mst-wa-brand,
.mst-warranty-app .mst-wa-step-back,
.mst-warranty-app .mst-wa-type-choice,
.mst-warranty-app .mst-wa-help {
    font-family: var(--font-h);
    font-weight: 500;
}

.mst-warranty-app svg {
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

.mst-wa-container {
    width: min(100% - 160px, 1280px);
    margin: 0 auto;
}

.mst-wa-content {
    padding: var(--mst-wa-after-menu-gap) 0 92px;
}

.mst-wa-home {
    min-height: 720px;
    padding: var(--mst-wa-after-menu-gap) 0 92px;
}

.mst-wa-home-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 180px;
    align-items: start;
}

.mst-wa-home-block h2 {
    margin: 0 0 34px;
    color: var(--color-black);
    font-size: 22px;
    line-height: 1.2;
    text-align: center;
}

.mst-wa-home-card {
    display: grid;
    gap: 26px;
    align-content: center;
    justify-items: center;
    min-height: 402px;
    padding: 26px 38px;
    border: 2px solid var(--wa-orange);
    border-radius: 7px;
    background: rgba(255, 250, 250, 0.64);
}

.mst-wa-home-action-icon {
    width: 42px;
    height: 52px;
    object-fit: contain;
}

.mst-wa-home-action-icon--wide {
    width: 60px;
}

.mst-wa-home-button,
.mst-wa-home-button:visited {
    min-height: 69px;
    border: 2px solid #b7b7b7;
    border-radius: 5px;
    background: #f3f3f3;
    box-shadow: none;
    color: var(--color-black);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
}

.mst-wa-home-button:hover,
.mst-wa-home-button:focus {
    border-color: var(--wa-orange);
    background: var(--color-white);
    color: var(--color-black);
    box-shadow: none;
}

.mst-wa-home-note {
    margin-top: 28px;
    color: var(--color-black);
    font-family: var(--font-h);
    font-size: 15px;
    text-align: center;
}

.mst-wa-terms-lock {
    overflow: hidden;
}

.mst-wa-terms-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 28px;
    background: rgba(0, 0, 0, 0.54);
}

.mst-wa-terms-modal.is-visible {
    display: flex;
}

.mst-wa-terms-modal__panel {
    width: min(100%, 760px);
    max-height: min(760px, calc(100vh - 56px));
    overflow-y: auto;
    padding: 34px 38px 36px;
    border: 1px solid var(--wa-border);
    border-radius: 8px;
    background: var(--color-white);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.mst-wa-terms-modal__eyebrow {
    margin: 0 0 10px;
    color: var(--wa-orange);
    font-family: var(--font-h);
    font-size: 12px;
    line-height: 1.2;
    text-transform: uppercase;
}

.mst-wa-terms-modal h2 {
    margin: 0 0 16px;
    color: var(--color-black);
    font-size: 26px;
    line-height: 1.2;
}

.mst-wa-terms-modal__intro,
.mst-wa-terms-modal__note,
.mst-wa-terms-modal__message {
    color: #555555;
    font-size: 14px;
    line-height: 1.45;
}

.mst-wa-terms-modal__intro {
    margin: 0 0 24px;
}

.mst-wa-terms-modal__list {
    display: grid;
    gap: 12px;
    margin: 0 0 22px;
    padding-left: 22px;
    color: var(--wa-text);
    font-size: 13px;
    line-height: 1.45;
}

.mst-wa-terms-modal__note {
    margin: 0 0 26px;
}

.mst-wa-terms-modal__actions {
    display: flex;
    justify-content: flex-end;
}

.mst-wa-terms-modal__message {
    min-height: 20px;
    margin: 14px 0 0;
    color: #b32929;
}

.mst-wa-notice-lock {
    overflow: hidden;
}

.mst-wa-notice-modal {
    position: fixed;
    inset: 0;
    z-index: 100000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(0, 0, 0, 0.52);
    opacity: 1;
    pointer-events: auto;
    transition: opacity 0.16s ease;
}

.mst-wa-notice-modal[aria-hidden='true'] {
    opacity: 0;
    pointer-events: none;
}

.mst-wa-notice-modal__panel {
    width: min(100%, 540px);
    padding: 34px 34px 32px;
    border: 1px solid #d9dde1;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
    color: #333333;
    text-align: center;
}

.mst-wa-notice-modal__graphic {
    display: grid;
    width: 66px;
    height: 66px;
    place-items: center;
    margin: 0 auto 18px;
    border: 2px solid rgba(242, 101, 7, 0.22);
    border-radius: 50%;
    background: linear-gradient(180deg, rgba(242, 101, 7, 0.14), rgba(242, 101, 7, 0.05));
}

.mst-wa-notice-modal__graphic span {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 50%;
    background: var(--wa-orange);
    color: var(--color-white);
    font-family: var(--font-h);
    font-size: 26px;
    line-height: 1;
}

.mst-wa-notice-modal__panel h2 {
    margin: 0 0 14px;
    color: #2f3438;
    font-size: 22px;
    line-height: 1.25;
}

.mst-wa-notice-modal__panel p {
    margin: 0 0 24px;
    color: #555b60;
    font-size: 14px;
    line-height: 1.55;
}

.mst-wa-notice-modal__panel .mst-wa-button--dark {
    background: #111111;
    color: #ffffff;
}

.mst-wa-notice-modal__panel .mst-wa-button--dark:hover,
.mst-wa-notice-modal__panel .mst-wa-button--dark:focus {
    background: #000000;
    color: #ffffff;
}

.mst-wa-icon {
    color: var(--wa-orange);
}

.mst-wa-icon-img {
    display: block;
    object-fit: contain;
}

.mst-wa-icon--large {
    width: 64px;
    height: 64px;
}

.mst-wa-icon--medium {
    width: 84px;
    height: 84px;
}

.mst-wa-icon--small {
    width: 46px;
    height: 46px;
}

.mst-wa-button,
.mst-wa-button:visited,
.mst-wa-button[type='submit'] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 200px;
    min-height: 50px;
    padding: 12px 20px 8px;
    border: 0;
    border-radius: 10px;
    background: var(--color-black);
    color: var(--color-white);
    font-size: 1rem;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.3s ease-in, color 0.3s ease-in;
}

.mst-wa-button:hover,
.mst-wa-button:focus {
    background: var(--color-deep-gray, #666666);
    color: var(--color-white);
}

.mst-wa-button--wide {
    width: 100%;
    max-width: 400px;
    min-height: 69px;
    font-size: 20px;
}

.mst-wa-button--dark,
.mst-wa-button--dark:visited,
.mst-wa-button[type='submit'] {
    background: var(--color-black);
    color: var(--color-white);
}

.mst-wa-button--dark:hover,
.mst-wa-button--dark:focus,
.mst-wa-button[type='submit']:hover,
.mst-wa-button[type='submit']:focus {
    background: var(--color-deep-gray, #666666);
    color: var(--color-white);
}

.mst-wa-button--orange,
.mst-wa-button--orange:visited {
    background: var(--wa-orange);
    color: var(--color-white);
}

.mst-wa-button--orange:hover,
.mst-wa-button--orange:focus {
    background: var(--wa-orange);
    color: var(--color-white);
    filter: brightness(0.94);
}

.mst-wa-orange-bar {
    padding: var(--mst-wa-after-menu-gap) 20px 24px;
    background: transparent;
    color: #575757;
    text-align: center;
}

.mst-wa-orange-bar h1 {
    margin: 0;
    color: #575757;
    font-size: 28px;
    line-height: 1.2;
}

.mst-wa-form-hero {
    padding: var(--mst-wa-after-menu-gap) 20px 22px;
    text-align: center;
}

.mst-wa-form-hero h1 {
    margin: 0 0 24px;
    color: #555555;
    font-size: 28px;
    line-height: 1.2;
}

.mst-wa-form-hero .mst-wa-icon {
    width: 190px;
    height: 86px;
    margin: 0 auto;
    color: var(--wa-orange);
}

.mst-wa-register-panel,
.mst-wa-search-panel {
    border: 2px solid var(--wa-border);
    border-radius: 8px;
    background: var(--wa-panel);
}

.mst-wa-register-panel {
    padding: 34px 68px 48px;
}

.mst-wa-search-panel + .mst-wa-register-panel {
    margin-top: 36px;
}

.mst-wa-register-panel + .mst-wa-register-panel {
    margin-top: 36px;
}

.mst-wa-panel-head {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 28px;
    margin-bottom: 30px;
    color: #575757;
}

.mst-wa-panel-head--stacked {
    flex-direction: column;
    gap: 16px;
    text-align: center;
}

.mst-wa-panel-head--stacked .mst-wa-icon {
    margin: 0 auto;
}

.mst-wa-panel-head--stacked .mst-wa-panel-copy {
    justify-items: center;
}

.mst-wa-panel-head--stacked .mst-wa-register-promo {
    margin-inline: auto;
}

.mst-wa-panel-head h2 {
    margin: 0;
    color: #575757;
    font-size: 24px;
    line-height: 1.2;
    text-transform: uppercase;
}

.mst-wa-panel-copy {
    display: grid;
    gap: 8px;
    max-width: 760px;
}

.mst-wa-register-promo {
    max-width: 680px;
    margin: 0;
    color: #666666;
    font-size: 12px;
    line-height: 1.45;
}

.mst-wa-register-promo a {
    color: var(--wa-orange);
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.mst-wa-technical-panel .mst-wa-list-links {
    margin-top: 6px;
}

.mst-wa-technical-panel .mst-wa-list-link .mst-wa-icon {
    justify-self: center;
}

.mst-wa-register-wizard {
    display: grid;
    gap: 30px;
}

.mst-wa-step-panel[hidden],
.mst-wa-brand-options[hidden] {
    display: none !important;
}

.mst-wa-step-panel-head {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
    margin-bottom: 34px;
    color: #555555;
}

.mst-wa-wizard-intro {
    margin-bottom: 32px;
    text-align: center;
}

.mst-wa-wizard-intro h3,
.mst-wa-step-panel-head h3 {
    margin: 0;
    color: #575757;
    font-size: 20px;
    line-height: 1.2;
    text-transform: uppercase;
}

.mst-wa-step-panel-head h3 strong,
.mst-wa-step-panel-accent {
    color: var(--wa-orange);
    font-weight: 500;
}

.mst-wa-step-actions {
    display: flex;
    justify-content: center;
    margin-top: 36px;
}

.mst-wa-step-back {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 200px;
    min-height: 50px;
    padding: 12px 20px 8px;
    border: 0;
    border-radius: 10px;
    background: var(--color-black);
    color: var(--color-white);
    font-size: 1rem;
    line-height: 1.2;
    text-align: center;
    cursor: pointer;
    transition: background 0.3s ease-in, color 0.3s ease-in;
}

.mst-wa-step-back:hover,
.mst-wa-step-back:focus {
    background: var(--color-deep-gray, #666666);
    color: var(--color-white);
}

.mst-wa-register-grid,
.mst-wa-type-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 42px;
}

.mst-wa-type-grid {
    max-width: 560px;
    margin: 0 auto;
    gap: 24px;
}

.mst-wa-type-grid--single {
    grid-template-columns: minmax(0, 260px);
    justify-content: center;
}

.mst-wa-register-card {
    min-height: 400px;
    padding: 34px;
    border: 1px solid var(--wa-border);
    border-radius: 7px;
    background: rgba(255, 250, 250, 0.62);
    color: var(--color-black);
    text-align: center;
    cursor: pointer;
}

.mst-wa-type-choice {
    display: grid;
    align-content: center;
    justify-items: center;
    min-height: 150px;
    padding: 22px 18px 20px;
    border: 1px solid var(--wa-border);
    border-radius: 7px;
    background: rgba(255, 250, 250, 0.62);
    color: var(--color-black);
    text-align: center;
    cursor: pointer;
}

.mst-wa-type-choice:hover,
.mst-wa-type-choice:focus {
    border-color: var(--wa-orange);
    color: var(--wa-orange);
}

.mst-wa-card-title {
    display: block;
    margin: 16px 0 0;
    color: var(--color-black);
    font-size: 24px;
    line-height: 1.15;
}

.mst-wa-type-choice .mst-wa-icon--medium {
    width: 64px;
    height: 64px;
}

.mst-wa-type-choice .mst-wa-card-title {
    margin-top: 12px;
    font-size: 18px;
}

.mst-wa-register-card--muted .mst-wa-card-title {
    color: #666666;
}

.mst-wa-brand-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 180px));
    justify-content: center;
    gap: 30px 40px;
}

.mst-wa-brand-grid--single {
    grid-template-columns: minmax(0, 220px);
}

.mst-wa-brand-grid--technical {
    grid-template-columns: repeat(auto-fit, minmax(150px, 180px));
    max-width: 900px;
    margin-inline: auto;
}

.mst-wa-brand {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 72px;
    padding: 16px 18px;
    border: 1px solid var(--wa-border);
    border-radius: 5px;
    background: var(--color-white);
    color: var(--color-black);
    font-size: 18px;
    line-height: 1;
    text-decoration: none;
}

.mst-wa-brand:hover,
.mst-wa-brand:focus {
    border-color: var(--wa-orange);
}

.mst-wa-brand.has-promotion {
    display: grid;
    gap: 10px;
    align-content: center;
    justify-items: center;
    min-height: 118px;
    padding-block: 14px;
}

.mst-wa-brand-logo {
    display: block;
    width: auto;
    max-width: 145px;
    max-height: 36px;
    object-fit: contain;
}

.mst-wa-brand-label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap;
}

.mst-wa-brand-text {
    color: var(--color-black);
}

.mst-wa-promotion {
    display: grid;
    gap: 2px;
    width: 100%;
    min-width: 0;
    margin: 8px 0 0;
    color: #666666;
    font-size: 12px;
    line-height: 1.25;
}

.mst-wa-promotion span,
.mst-wa-promotion strong {
    min-width: 0;
    overflow-wrap: anywhere;
}

.mst-wa-promotion strong {
    color: #2f3438;
    font-size: 13px;
    font-weight: 700;
}

.mst-wa-promotion-heading {
    margin: 0 0 14px;
    color: #2f3438;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
}

.mst-wa-promotion--choice {
    justify-items: center;
    margin-top: 7px;
    color: #555555;
}

.mst-wa-promotion--brand {
    align-self: stretch;
    justify-items: center;
    padding-top: 8px;
    border-top: 1px solid #eeeeee;
    text-align: center;
}

.mst-wa-promotion--form {
    justify-items: start;
    margin: 6px 0 0;
}

.mst-wa-list-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 440px));
    justify-content: center;
    gap: 42px;
}

.mst-wa-list-links--single {
    grid-template-columns: minmax(0, 440px);
}

.mst-wa-list-link {
    display: grid;
    grid-template-columns: 110px 1fr;
    align-items: center;
    min-height: 84px;
    padding: 12px 32px;
    border: 1px solid var(--wa-border);
    border-radius: 5px;
    background: rgba(255, 250, 250, 0.62);
    color: var(--color-black);
    font-family: var(--font-h);
    font-size: 22px;
    text-decoration: none;
}

.mst-wa-list-link.is-muted {
    color: #666666;
}

.mst-wa-search-panel {
    margin-top: 0;
    padding: 34px 20px 32px;
    text-align: center;
}

.mst-wa-search-panel.pt-calc {
    padding-top: 34px;
}

.mst-wa-search-panel + .mst-wa-search-panel {
    margin-top: 24px;
}

.mst-wa-search-title {
    display: inline-flex;
    align-items: center;
    gap: 26px;
    color: #575757;
}

.mst-wa-search-title h2 {
    margin: 0;
    color: #575757;
    font-size: 24px;
    line-height: 1.2;
    text-transform: uppercase;
}

.mst-wa-search-panel p,
.mst-wa-list-search p {
    margin: 24px 0 16px;
    color: #666666;
    font-size: 13px;
}

.mst-wa-search-panel .mst-wa-help {
    margin-left: 6px;
    vertical-align: middle;
}

.mst-wa-search-results {
    margin: 28px 0 38px;
}

.mst-wa-search-results h2 {
    margin: 0 0 18px;
    color: #575757;
    font-size: 22px;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
}

.mst-wa-search-results .mst-wa-table-wrap {
    width: 100%;
}

.mst-wa-list-search h2 {
    margin: 18px 0 18px;
    color: #575757;
    font-size: 26px;
    line-height: 1.18;
    text-transform: uppercase;
}

.mst-wa-list-search h2 span {
    text-transform: none;
}

.mst-wa-search-form,
.mst-wa-list-search form {
    display: grid;
    grid-template-columns: minmax(0, 420px) 60px;
    justify-content: center;
}

.mst-wa-prefixed-search {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: stretch;
    min-width: 0;
}

.mst-wa-prefixed-search__prefix {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 8px 12px;
    border: 1px solid #c9c9c9;
    border-right: 0;
    border-radius: 4px 0 0 4px;
    background: #f2f2f2;
    color: #575757;
    font-family: var(--font-h);
    font-size: 14px;
    line-height: 1;
}

.mst-wa-prefixed-search .mst-wa-input {
    border-radius: 0;
}

.mst-wa-old-warranty-type-grid {
    margin-bottom: 28px;
}

.mst-wa-old-warranty-type-choice {
    text-decoration: none;
}

.mst-wa-old-warranty-type-choice.is-active {
    border-color: var(--wa-orange);
    box-shadow: inset 0 -4px 0 var(--wa-orange);
}

.mst-wa-old-warranty-result {
    max-width: 760px;
    margin: 24px auto 0;
    text-align: left;
}

.mst-wa-old-warranty-result__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 14px;
}

.mst-wa-old-warranty-result__head span:not(.mst-wa-status-pill) {
    display: block;
    margin-bottom: 4px;
    color: #777777;
    font-size: 12px;
}

.mst-wa-old-warranty-result__head strong {
    color: #292929;
    font-family: var(--font-h);
    font-size: 20px;
    line-height: 1.15;
}

.mst-wa-old-warranty-result__reason {
    margin: 0 0 14px;
    color: #666666;
    font-size: 13px;
    line-height: 1.4;
}

.mst-wa-old-warranty-card {
    margin: 0;
}

.mst-wa-field,
.mst-wa-input,
.mst-wa-select,
.mst-wa-textarea {
    width: 100%;
    min-height: 40px;
    padding: 8px 12px;
    border: 1px solid #c9c9c9;
    border-radius: 4px;
    background: var(--color-white);
    color: var(--wa-text);
    font-family: var(--font-b);
    font-size: 15px;
    line-height: 1.2;
}

.mst-wa-datepicker {
    cursor: pointer;
}

.ui-datepicker {
    z-index: 10000 !important;
    width: 300px;
    padding: 18px 16px 20px;
    border: 0;
    border-radius: 0 0 14px 0;
    background: var(--color-white);
    box-shadow: 10px 14px 26px rgba(0, 0, 0, 0.28);
    color: var(--wa-text);
    font-family: var(--font-b);
}

.ui-datepicker.ui-widget,
.ui-datepicker.ui-widget-content {
    border: 0;
}

.ui-datepicker-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    margin-bottom: 16px;
    padding-bottom: 0;
    border: 0;
    border-bottom: 0;
    background: transparent;
}

.ui-datepicker .ui-widget-header {
    border: 0;
    background: transparent;
}

.ui-datepicker-title {
    display: flex;
    gap: 16px;
    order: 2;
    margin: 0;
}

.ui-datepicker-prev,
.ui-datepicker-next {
    display: none !important;
}

.ui-datepicker select {
    width: auto !important;
    min-height: 22px;
    padding: 0 16px 0 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #1f1f1f;
    cursor: pointer;
    font-family: var(--font-h);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
}

.ui-datepicker table {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
    table-layout: fixed;
}

.ui-datepicker th,
.ui-datepicker td {
    padding: 6px 3px;
    border: 0;
    background: transparent;
    text-align: center;
}

.ui-datepicker th {
    padding-bottom: 10px;
    color: #777777;
    font-size: 12px;
    font-weight: 400;
}

.ui-datepicker td a,
.ui-datepicker td span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    min-height: 36px;
    margin: 0 auto;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: #222222;
    font-size: 14px;
    text-decoration: none;
}

.ui-datepicker .ui-state-default {
    border: 0;
    background: transparent;
    font-weight: 400;
}

.ui-datepicker td a:hover,
.ui-datepicker td a:focus {
    background: transparent;
    color: var(--wa-orange);
}

.ui-datepicker .ui-datepicker-current-day a,
.ui-datepicker .ui-datepicker-current-day .ui-state-active {
    background: var(--wa-orange);
    color: var(--color-white);
}

.ui-datepicker .ui-datepicker-today a {
    box-shadow: inset 0 0 0 1px rgba(242, 101, 7, 0.55);
}

.ui-datepicker .ui-state-disabled span {
    color: #c1c1c1;
}

.mst-wa-search-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    border: 0;
    border-radius: 10px;
    background: var(--color-black);
    color: var(--color-white);
    cursor: pointer;
    transition: background 0.3s ease-in, color 0.3s ease-in;
}

.mst-wa-search-button:hover,
.mst-wa-search-button:focus {
    background: var(--color-deep-gray, #666666);
    color: var(--color-white);
}

.mst-wa-search-button svg {
    width: 28px;
    height: 28px;
}

.mst-wa-form-main {
    padding: var(--mst-wa-after-menu-gap) 0 64px;
}

.mst-wa-form-title,
.mst-wa-detail-title {
    margin: 0 0 58px;
    color: var(--wa-text);
    font-size: 28px;
    line-height: 1.2;
}

.mst-wa-data-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 370px));
    gap: 16px 70px;
    max-width: 810px;
}

.mst-wa-register-entry-layout {
    display: grid;
    grid-template-columns: minmax(0, 810px) 330px;
    gap: 64px;
    align-items: start;
    margin-bottom: 48px;
}

.mst-wa-register-entry-main {
    min-width: 0;
}

.mst-wa-register-entry-layout .mst-wa-required-note {
    margin-bottom: 0;
}

.mst-wa-form-field {
    display: grid;
    gap: 7px;
}

.mst-wa-vehicle-type-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
    align-items: center;
}

.mst-wa-vehicle-type-row--other {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.mst-wa-truck-axle-field {
    grid-column: 1;
}

.mst-wa-label-row {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    max-width: 100%;
    width: fit-content;
}

.mst-wa-form-field > span {
    color: #5c5c5c;
    font-family: var(--font-h);
    font-size: 13px;
    line-height: 1.2;
}

.mst-wa-help {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border: 0;
    border-radius: 50%;
    background: transparent url("assets/tooltip-info.png") center / contain no-repeat;
    color: transparent;
    font-size: 0;
    line-height: 1;
    cursor: help;
}

.mst-wa-help::after {
    position: absolute;
    left: 50%;
    bottom: calc(100% + 10px);
    z-index: 10;
    width: 300px;
    max-width: calc(100vw - 40px);
    padding: 10px 12px;
    border-radius: 4px;
    background: #222222;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
    color: var(--color-white);
    content: attr(data-help);
    font-family: var(--font-b);
    font-size: 11px;
    line-height: 1.35;
    opacity: 0;
    pointer-events: none;
    text-align: left;
    transform: translateX(-50%);
    visibility: hidden;
}

.mst-wa-help:hover::after,
.mst-wa-help:focus::after {
    opacity: 1;
    visibility: visible;
}

.mst-wa-help--dot-photo::after {
    width: 340px;
    padding-top: 178px;
    background-color: #222222;
    background-image: var(--mst-wa-help-image);
    background-position: 12px 12px;
    background-repeat: no-repeat;
    background-size: calc(100% - 24px) 150px;
}

.mst-wa-help--license-photo::after {
    width: 390px;
    padding-top: 222px;
    background-color: #222222;
    background-image: var(--mst-wa-help-image);
    background-position: 12px 12px;
    background-repeat: no-repeat;
    background-size: calc(100% - 24px) auto;
}

.mst-wa-help--receipt-photo::after {
    width: 320px;
    padding-top: 430px;
    background-color: #222222;
    background-image: var(--mst-wa-help-image);
    background-position: center 12px;
    background-repeat: no-repeat;
    background-size: auto 400px;
}

.mst-wa-help--tread-photo::after {
    width: 340px;
    padding-top: 465px;
    background-color: #222222;
    background-image: var(--mst-wa-help-image);
    background-position: center 12px;
    background-repeat: no-repeat;
    background-size: auto 435px;
}

.mst-wa-help--damage-photo::after {
    width: 390px;
    padding-top: 315px;
    background-color: #222222;
    background-image: var(--mst-wa-help-image);
    background-position: center 12px;
    background-repeat: no-repeat;
    background-size: calc(100% - 24px) auto;
}

.mst-wa-help--passenger-damage-photo::after {
    width: 340px;
    padding-top: 465px;
    background-color: #222222;
    background-image: var(--mst-wa-help-image);
    background-position: center 12px;
    background-repeat: no-repeat;
    background-size: auto 435px;
}

.mst-wa-help--passenger-sidewall-photo::after {
    width: 340px;
    padding-top: 465px;
    background-color: #222222;
    background-image: var(--mst-wa-help-image);
    background-position: center 12px;
    background-repeat: no-repeat;
    background-size: auto 435px;
}

.mst-wa-help--technical-serial-photo::after {
    width: 390px;
    padding-top: 465px;
    background-color: #222222;
    background-image: var(--mst-wa-help-image);
    background-position: center 12px;
    background-repeat: no-repeat;
    background-size: auto 435px;
}

.mst-wa-help--technical-serial-photo--hankook::after {
    width: 390px;
    padding-top: 315px;
    background-size: calc(100% - 24px) auto;
}

.mst-wa-help--technical-barcode-photo::after {
    width: 390px;
    padding-top: 465px;
    background-color: #222222;
    background-image: var(--mst-wa-help-image);
    background-position: center 12px;
    background-repeat: no-repeat;
    background-size: auto 435px;
}

.mst-wa-help--technical-dot-photo::after {
    width: 390px;
    padding-top: 465px;
    background-color: #222222;
    background-image: var(--mst-wa-help-image);
    background-position: center 12px;
    background-repeat: no-repeat;
    background-size: auto 435px;
}

.mst-wa-help--technical-tread-photo::after {
    width: 390px;
    padding-top: 465px;
    background-color: #222222;
    background-image: var(--mst-wa-help-image);
    background-position: center 12px;
    background-repeat: no-repeat;
    background-size: auto 435px;
}

.mst-wa-help--technical-side-one-photo::after {
    width: 390px;
    padding-top: 465px;
    background-color: #222222;
    background-image: var(--mst-wa-help-image);
    background-position: center 12px;
    background-repeat: no-repeat;
    background-size: auto 435px;
}

.mst-wa-help--technical-side-two-photo::after {
    width: 390px;
    padding-top: 465px;
    background-color: #222222;
    background-image: var(--mst-wa-help-image);
    background-position: center 12px;
    background-repeat: no-repeat;
    background-size: auto 435px;
}

.mst-wa-help--truck-sidewall-photo::after {
    width: 340px;
    padding-top: 465px;
    background-color: #222222;
    background-image: var(--mst-wa-help-image);
    background-position: center 12px;
    background-repeat: no-repeat;
    background-size: auto 435px;
}

.mst-wa-required-note {
    margin: 16px 0 48px;
    color: #666666;
    font-size: 11px;
}

.mst-wa-required-mark {
    color: #b32929;
    font-weight: 700;
}

.mst-wa-section-title {
    margin: 0 0 50px;
    color: var(--wa-text);
    font-size: 28px;
    line-height: 1.2;
}

.mst-wa-order-picker {
    max-width: 980px;
}

.mst-wa-selected-tires {
    width: 100%;
    max-width: none;
}

.mst-wa-order-picker {
    display: grid;
    gap: 24px;
    margin: 0 0 68px;
    padding: 30px 34px 34px;
    border: 1px solid var(--wa-border);
    border-radius: 7px;
    background: rgba(255, 255, 255, 0.76);
}

.mst-wa-order-picker .mst-wa-section-title {
    margin-bottom: 0;
}

.mst-wa-section-title--with-help {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
}

.mst-wa-order-picker p {
    max-width: 720px;
    margin: -12px 0 0;
    color: #666666;
    font-size: 14px;
    line-height: 1.35;
}

.mst-wa-order-search-field,
.mst-wa-order-select-field {
    max-width: 520px;
}

.mst-wa-order-filter-grid {
    display: grid;
    grid-template-columns: minmax(260px, 1.45fr) repeat(2, minmax(150px, 0.75fr));
    gap: 14px 16px;
    align-items: end;
    max-width: 880px;
}

.mst-wa-order-filter-grid .mst-wa-form-field {
    margin: 0;
}

.mst-wa-order-filter-grid .mst-wa-order-search-field,
.mst-wa-order-filter-grid .mst-wa-order-date-field {
    max-width: none;
}

.mst-wa-order-filter-actions {
    grid-column: 1 / -1;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.mst-wa-order-filter-actions button {
    min-height: 34px;
    padding: 7px 12px;
    border: 1px solid #d5d5d5;
    border-radius: 4px;
    background: #ffffff;
    color: #333333;
    font-family: var(--font-h);
    font-size: 12px;
    line-height: 1;
    cursor: pointer;
    transition: border-color 0.18s ease, color 0.18s ease, background-color 0.18s ease;
}

.mst-wa-order-filter-actions button:hover,
.mst-wa-order-filter-actions button:focus {
    border-color: var(--wa-orange);
    background: #fff7f1;
    color: var(--wa-orange);
}

.mst-wa-order-document-selectors {
    display: grid;
    grid-template-columns: minmax(0, 520px);
    gap: 18px 24px;
    align-items: end;
}

.mst-wa-order-document-selectors .mst-wa-order-select-field {
    max-width: none;
}

.mst-wa-order-items {
    display: grid;
    gap: 14px;
}

.mst-wa-order-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(150px, 190px);
    gap: 24px;
    align-items: center;
    padding: 18px 20px;
    border: 1px solid #d6d6d6;
    border-radius: 6px;
    background: var(--color-white);
}

.mst-wa-order-item strong,
.mst-wa-order-item span {
    display: block;
}

.mst-wa-order-item strong {
    margin-bottom: 7px;
    color: var(--wa-text);
    font-family: var(--font-h);
    font-size: 15px;
    line-height: 1.25;
}

.mst-wa-order-item span {
    color: #666666;
    font-size: 12px;
    line-height: 1.35;
}

.mst-wa-order-item label {
    display: grid;
    gap: 7px;
}

.mst-wa-order-item label span {
    font-family: var(--font-h);
}

.mst-wa-order-item input[type='number'] {
    text-align: center;
}

.mst-wa-selected-tires {
    margin-top: 0;
}

.mst-wa-selected-tires[hidden],
.mst-wa-order-items[hidden],
.mst-wa-order-item[hidden],
.mst-wa-order-search-empty[hidden] {
    display: none !important;
}

.mst-wa-tire-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    align-items: start;
}

.mst-wa-selected-tires .mst-wa-tire-grid {
    align-items: stretch;
}

.mst-wa-tire-card,
.mst-wa-add-card {
    border: 1px solid var(--wa-border);
    border-radius: 7px;
    background: var(--color-white);
}

.mst-wa-tire-card {
    min-width: 0;
    padding: 24px 18px 26px;
}

.mst-wa-tire-card h3,
.mst-wa-add-trigger {
    margin: 0 0 18px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--wa-orange);
    color: #6b6b6b;
    font-size: 16px;
    line-height: 1.2;
    text-transform: uppercase;
}

.mst-wa-tire-card--visual {
    display: grid;
    grid-template-rows: auto 1fr;
    gap: 16px;
    padding: 16px;
}

.mst-wa-register-tire-media {
    display: flex;
    min-height: 138px;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border: 1px solid #eeeeee;
    border-radius: 7px;
    background: #fafafa;
}

.mst-wa-register-tire-image {
    max-width: 160px;
    height: 126px;
}

.mst-wa-register-tire-body {
    min-width: 0;
}

.mst-wa-tire-card--visual h3 {
    margin: 0 0 7px;
    padding: 0;
    border-bottom: 0;
    color: #6b6b6b;
    font-size: 13px;
    line-height: 1.2;
}

.mst-wa-register-tire-name {
    margin: 0;
    color: var(--wa-text);
    font-family: var(--font-h);
    font-size: 14px;
    line-height: 1.25;
    overflow-wrap: anywhere;
}

.mst-wa-register-tire-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    min-height: 25px;
    margin: 11px 0 14px;
}

.mst-wa-register-tire-badges span {
    display: inline-flex;
    min-height: 25px;
    align-items: center;
    padding: 4px 8px;
    border-radius: 4px;
    background: var(--wa-orange);
    color: var(--color-white);
    font-family: var(--font-h);
    font-size: 11px;
    line-height: 1;
}

.mst-wa-register-tire-badges span[hidden],
.mst-wa-register-tire-name[hidden],
.mst-wa-register-tire-image[hidden],
.mst-wa-tire-product-fallback[hidden] {
    display: none !important;
}

.mst-wa-register-tire-fields {
    display: grid;
    gap: 8px;
}

.mst-wa-tire-card--visual .mst-wa-tire-row {
    grid-template-columns: 74px minmax(0, 1fr);
    gap: 8px;
    margin-bottom: 0;
}

.mst-wa-detail-tire-card--editable {
    align-items: start;
}

.mst-wa-detail-tire-card--editable .mst-wa-detail-tire-specs {
    margin-bottom: 16px;
}

.mst-wa-detail-tire-card--editable .mst-wa-register-tire-fields,
.mst-wa-visual-card-fields {
    display: grid;
    gap: 10px;
    margin-top: 16px;
}

.mst-wa-detail-tire-card--editable > .mst-wa-visual-card-fields {
    grid-column: 1 / -1;
}

.mst-wa-detail-tire-card--editable .mst-wa-tire-row {
    grid-template-columns: 108px minmax(0, 1fr);
    gap: 10px;
    margin-bottom: 0;
}

.mst-wa-detail-tire-card--editable > .mst-wa-tire-row {
    grid-column: 1 / -1;
}

.mst-wa-visual-card-fields h3 {
    margin-top: 6px;
}

.mst-wa-add-trigger {
    display: block;
    width: 100%;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    background: transparent;
    text-align: left;
    cursor: pointer;
}

.mst-wa-add-trigger:hover,
.mst-wa-add-trigger:focus {
    color: var(--wa-orange);
}

.mst-wa-tire-row {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 8px;
    align-items: center;
    margin-bottom: 11px;
    color: #6b6b6b;
    font-size: 12px;
}

.mst-wa-tire-row input,
.mst-wa-tire-row select {
    min-height: 36px;
    padding: 6px 10px;
    border: 1px solid #c9c9c9;
    border-radius: 4px;
    background: var(--color-white);
    color: #666666;
    font-size: 15px;
    text-align: center;
}

.mst-wa-technical-card .mst-wa-tire-row--required {
    padding: 10px;
    border: 2px solid #111111;
    border-radius: 6px;
    background: #111111;
    box-shadow: 0 6px 14px rgba(17, 17, 17, 0.18);
    color: var(--color-white);
}

.mst-wa-technical-card .mst-wa-tire-row--required > span {
    color: var(--color-white);
}

.mst-wa-technical-card .mst-wa-tire-row--required .mst-wa-required-mark {
    color: #ff4d4d;
}

.mst-wa-technical-card .mst-wa-tire-row--required input,
.mst-wa-technical-card .mst-wa-tire-row--required select,
.mst-wa-technical-card .mst-wa-tire-row--required textarea {
    border-color: #ffffff;
    background: #ffffff;
    color: var(--wa-text);
}

.mst-wa-technical-card .mst-wa-tire-row--required input:focus,
.mst-wa-technical-card .mst-wa-tire-row--required select:focus,
.mst-wa-technical-card .mst-wa-tire-row--required textarea:focus {
    border-color: var(--wa-orange);
    box-shadow: 0 0 0 3px rgba(242, 101, 7, 0.28);
    outline: none;
}

.mst-wa-check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid #c9c9c9;
    border-radius: 4px;
    background: var(--color-white);
}

.mst-wa-check input {
    width: 20px;
    height: 20px;
    accent-color: var(--color-black);
}

.mst-wa-detail-tires {
    margin-top: 68px;
}

.mst-wa-embedded-claim-form[hidden],
[data-warranty-detail-panel][hidden] {
    display: none !important;
}

.mst-wa-claim-entry-card .mst-wa-form-field {
    margin-bottom: 18px;
}

.mst-wa-claim-entry-card .mst-wa-wide-field {
    margin-bottom: 22px;
}

.mst-wa-claim-entry-card .mst-wa-inline-choice {
    margin-bottom: 0;
}

.mst-wa-upload-grid--single {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 22px;
}

.mst-wa-claim-select-section {
    margin-top: 54px;
}

.mst-wa-claim-select-head {
    display: grid;
    gap: 10px;
    margin-bottom: 28px;
}

.mst-wa-claim-select-head .mst-wa-section-title {
    margin-bottom: 0;
}

.mst-wa-claim-select-grid {
    align-items: start;
}

.mst-wa-claim-select-card {
    position: relative;
    overflow: visible;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.mst-wa-claim-select-card.is-selected {
    border-color: var(--wa-orange);
    box-shadow: 0 0 0 2px rgba(242, 101, 7, 0.18);
}

.mst-wa-claim-tire-checkbox {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.mst-wa-claim-tire-choice {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(118px, 150px) minmax(0, 1fr);
    gap: 18px;
    padding: 0;
    cursor: pointer;
}

.mst-wa-claim-tire-choice .mst-wa-detail-tire-body {
    padding-right: 44px;
}

.mst-wa-claim-tire-check {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 2;
    width: 30px;
    height: 30px;
    border: 2px solid #d0d0d0;
    border-radius: 50%;
    background: var(--color-white);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.14);
    pointer-events: none;
}

.mst-wa-claim-tire-check::after {
    content: '';
    position: absolute;
    top: 7px;
    left: 6px;
    width: 12px;
    height: 7px;
    border-bottom: 3px solid var(--color-white);
    border-left: 3px solid var(--color-white);
    transform: rotate(-45deg);
    opacity: 0;
}

.mst-wa-claim-select-card.is-selected .mst-wa-claim-tire-check {
    border-color: var(--wa-orange);
    background: var(--wa-orange);
}

.mst-wa-claim-select-card.is-selected .mst-wa-claim-tire-check::after {
    opacity: 1;
}

.mst-wa-claim-tire-uploads {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 24px;
    margin-top: 2px;
    padding: 18px 0 0;
    border-top: 1px solid #eeeeee;
}

.mst-wa-claim-tire-uploads .mst-wa-photo-field,
.mst-wa-claim-tire-card > .mst-wa-visual-card-fields .mst-wa-photo-field,
.mst-wa-technical-card .mst-wa-photo-field--required {
    grid-template-rows: 58px auto;
    align-content: start;
}

.mst-wa-claim-tire-uploads .mst-wa-photo-field,
.mst-wa-claim-tire-card > .mst-wa-visual-card-fields .mst-wa-photo-field,
.mst-wa-technical-card .mst-wa-photo-field--required {
    padding: 10px;
    border: 2px solid #111111;
    border-radius: 6px;
    background: #111111;
    box-shadow: 0 6px 14px rgba(17, 17, 17, 0.18);
    color: var(--color-white);
}

.mst-wa-claim-tire-uploads .mst-wa-photo-field > span:first-child,
.mst-wa-claim-tire-card > .mst-wa-visual-card-fields .mst-wa-photo-field > span:first-child,
.mst-wa-technical-card .mst-wa-photo-field--required > span:first-child {
    display: block;
    min-height: 58px;
}

.mst-wa-claim-tire-uploads .mst-wa-photo-field .mst-wa-required-mark,
.mst-wa-claim-tire-card > .mst-wa-visual-card-fields .mst-wa-photo-field .mst-wa-required-mark,
.mst-wa-technical-card .mst-wa-photo-field--required .mst-wa-required-mark {
    color: #ff4d4d;
}

.mst-wa-technical-card .mst-wa-photo-field--required small {
    color: rgba(255, 255, 255, 0.78);
}

.mst-wa-technical-card .mst-wa-photo-field--required .mst-wa-photo-review-message {
    color: #ffd5d5;
}

.mst-wa-claim-tire-uploads .mst-wa-photo-label-row,
.mst-wa-technical-card .mst-wa-photo-label-row {
    gap: 6px;
    width: auto;
}

.mst-wa-claim-tire-uploads .mst-wa-photo-label-row > span:first-child,
.mst-wa-technical-card .mst-wa-photo-label-row > span:first-child {
    display: inline;
}

.mst-wa-claim-tire-uploads .mst-wa-photo-label-row .mst-wa-help,
.mst-wa-technical-card .mst-wa-photo-label-row .mst-wa-help {
    margin-left: 6px;
    vertical-align: -4px;
}

.mst-wa-claim-select-note {
    margin: 0;
    color: #565656;
    font-size: 16px;
    line-height: 1.45;
}

.mst-wa-detail-tire-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    align-items: stretch;
}

.mst-wa-detail-tire-grid.mst-wa-claim-select-grid {
    align-items: start;
}

.mst-wa-detail-tire-card {
    display: grid;
    grid-template-columns: minmax(118px, 150px) minmax(0, 1fr);
    gap: 18px;
    min-width: 0;
    padding: 18px;
    border: 1px solid var(--wa-border);
    border-radius: 7px;
    background: var(--color-white);
}

.mst-wa-detail-tire-media {
    display: flex;
    min-height: 150px;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border: 1px solid #eeeeee;
    border-radius: 7px;
    background: #fafafa;
}

.mst-wa-tire-product-image {
    display: block;
    width: 100%;
    max-width: 150px;
    height: 130px;
    object-fit: contain;
}

.mst-wa-tire-product-fallback {
    display: flex;
    width: 100%;
    min-height: 130px;
    align-items: center;
    justify-content: center;
    color: var(--wa-orange);
}

.mst-wa-tire-product-fallback .mst-wa-icon {
    width: 88px;
    height: 58px;
}

.mst-wa-detail-tire-body {
    min-width: 0;
}

.mst-wa-detail-tire-body h3 {
    margin: 0 0 8px;
    color: #6b6b6b;
    font-size: 13px;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: uppercase;
}

.mst-wa-detail-tire-name {
    display: inline-flex;
    max-width: 100%;
    min-height: 30px;
    align-items: center;
    margin: 0 0 14px;
    padding: 6px 10px;
    border-radius: 4px;
    background: var(--wa-orange);
    color: var(--color-white);
    font-family: var(--font-h);
    font-size: 15px;
    line-height: 1.2;
}

.mst-wa-detail-tire-badges {
    display: none;
}

.mst-wa-detail-tire-badges span {
    display: inline-flex;
    min-height: 25px;
    align-items: center;
    padding: 4px 8px;
    border-radius: 4px;
    background: var(--wa-orange);
    color: var(--color-white);
    font-family: var(--font-h);
    font-size: 11px;
    line-height: 1;
}

.mst-wa-detail-tire-specs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 14px;
    margin: 0;
}

.mst-wa-detail-tire-specs div {
    min-width: 0;
    padding-top: 8px;
    border-top: 1px solid #eeeeee;
}

.mst-wa-detail-tire-specs dt,
.mst-wa-detail-tire-specs dd {
    min-width: 0;
    margin: 0;
}

.mst-wa-detail-tire-specs dt {
    color: #777777;
    font-size: 11px;
    line-height: 1.25;
}

.mst-wa-detail-tire-specs dd {
    margin-top: 2px;
    color: var(--wa-text);
    font-family: var(--font-b);
    font-size: 13px;
    line-height: 1.3;
    overflow-wrap: anywhere;
}

.mst-wa-detail-tire-spec--editable dd {
    margin-top: 5px;
}

.mst-wa-detail-tire-specs .mst-wa-detail-tire-spec--dot,
.mst-wa-detail-tire-spec--required {
    padding: 10px;
    border: 2px solid #111111;
    border-radius: 6px;
    background: #111111;
    box-shadow: 0 6px 14px rgba(17, 17, 17, 0.18);
}

.mst-wa-detail-tire-spec--dot dt,
.mst-wa-detail-tire-spec--dot dd,
.mst-wa-detail-tire-spec--required > span {
    color: var(--color-white);
}

.mst-wa-detail-tire-spec--dot dt,
.mst-wa-detail-tire-spec--required > span,
.mst-wa-truck-tread-photo-field > span:first-child,
.mst-wa-technical-card .mst-wa-tire-row--required > span,
.mst-wa-claim-tire-uploads .mst-wa-photo-field > span:first-child,
.mst-wa-claim-tire-card > .mst-wa-visual-card-fields .mst-wa-photo-field > span:first-child,
.mst-wa-technical-card .mst-wa-photo-field--required > span:first-child {
    font-family: var(--font-b);
    font-size: 11px;
    line-height: 1.25;
}

.mst-wa-detail-tire-spec--dot .mst-wa-required-mark,
.mst-wa-detail-tire-spec--required .mst-wa-required-mark {
    color: #ff4d4d;
}

.mst-wa-detail-tire-spec-input {
    width: 100%;
    min-height: 30px;
    padding: 5px 7px;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    background: var(--color-white);
    color: var(--wa-text);
    font-family: var(--font-b);
    font-size: 13px;
    line-height: 1.2;
}

.mst-wa-detail-tire-spec-input--dot {
    min-height: 34px;
    border-color: #ffffff;
    background: #ffffff;
    color: var(--wa-text);
    text-align: center;
    letter-spacing: 0;
}

.mst-wa-detail-tire-spec-input--dot::placeholder {
    color: rgba(32, 33, 36, 0.48);
}

.mst-wa-detail-tire-spec-input--dot:focus {
    border-color: var(--wa-orange);
    box-shadow: 0 0 0 3px rgba(242, 101, 7, 0.28);
    outline: none;
}

.mst-wa-detail-tire-spec-input--required {
    min-height: 34px;
    border-color: #ffffff;
    background: #ffffff;
    color: var(--wa-text);
}

.mst-wa-detail-tire-spec-input--required:focus {
    border-color: var(--wa-orange);
    box-shadow: 0 0 0 3px rgba(242, 101, 7, 0.28);
    outline: none;
}

.mst-wa-truck-warranty-required-fields {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
    margin-top: 12px;
}

.mst-wa-truck-tread-field {
    display: grid;
    gap: 7px;
}

.mst-wa-truck-tread-photo-field {
    padding: 10px;
    border: 2px solid #111111;
    border-radius: 6px;
    background: #111111;
    box-shadow: 0 6px 14px rgba(17, 17, 17, 0.18);
    color: var(--color-white);
}

.mst-wa-truck-tread-photo-field > span:first-child {
    display: block;
    margin-bottom: 8px;
}

.mst-wa-truck-tread-photo-field .mst-wa-required-mark {
    color: #ff4d4d;
}

.mst-wa-truck-tread-photo-field small {
    color: rgba(255, 255, 255, 0.78);
}

.mst-wa-detail-tire-extra {
    grid-column: 1 / -1;
    margin-top: 4px;
}

.mst-wa-add-card {
    min-height: 152px;
    padding: 28px 32px;
}

.mst-wa-option-row {
    display: grid;
    grid-template-columns: 1fr 36px;
    gap: 18px;
    align-items: center;
    margin-bottom: 28px;
    color: #666666;
    font-size: 13px;
}

.mst-wa-camera-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border: 0;
    border-radius: 10px;
    background: var(--color-black);
    color: var(--color-white);
    cursor: pointer;
    transition: background 0.3s ease-in, color 0.3s ease-in;
}

.mst-wa-camera-button:hover,
.mst-wa-camera-button:focus {
    background: var(--color-deep-gray, #666666);
    color: var(--color-white);
}

.mst-wa-request-head {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 26px;
    align-items: center;
    margin-bottom: 58px;
}

.mst-wa-request-head h2 {
    margin: 0;
    color: var(--wa-text);
    font-size: 28px;
    line-height: 1.2;
}

.mst-wa-request-head h1 {
    margin: 0;
}

.mst-wa-request-head--public-technical {
    grid-template-columns: auto minmax(0, 1fr);
}

.mst-wa-public-intro {
    max-width: 720px;
    margin: 10px 0 0;
    color: #6b6b6b;
    font-size: 15px;
    line-height: 1.45;
}

.mst-wa-public-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
    margin-bottom: 62px;
}

.mst-wa-public-block {
    display: grid;
    gap: 18px;
    align-content: start;
}

.mst-wa-public-block h2 {
    margin: 0;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--wa-orange);
    color: var(--wa-text);
    font-size: 18px;
    line-height: 1.2;
}

.mst-wa-public-block-subtitle {
    margin: -8px 0 0;
    color: #6b6b6b;
    font-size: 13px;
    line-height: 1.35;
}

.mst-wa-public-submit-note {
    max-width: 920px;
    margin: 56px 0 0;
    padding: 18px 22px;
    border-left: 4px solid var(--wa-orange);
    background: #f7f7f7;
    color: #505050;
    font-size: 14px;
    line-height: 1.5;
}

.mst-wa-honeypot {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.mst-wa-request-head--technical {
    align-items: start;
    margin-bottom: 34px;
}

.mst-wa-request-title-stack {
    display: grid;
    gap: 18px;
}

.mst-wa-request-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-end;
}

.mst-wa-technical-gate {
    display: grid;
    grid-template-columns: minmax(0, 370px);
    gap: 16px;
    margin: 0 0 34px;
}

.mst-wa-request-title-stack .mst-wa-technical-gate {
    margin: 0;
    padding: 8px 0 10px;
}

.mst-wa-technical-gate .mst-wa-form-field {
    margin: 0;
}

.mst-wa-technical-gate .mst-wa-inline-choice {
    margin: 0;
}

.mst-wa-technical-gate .mst-wa-empty {
    margin: 2px 0 0;
}

.mst-wa-technical-body[hidden],
[data-warranty-technical-first-installation-warning][hidden] {
    display: none !important;
}

.mst-wa-request-layout {
    display: grid;
    grid-template-columns: minmax(0, 830px) 330px;
    gap: 64px;
    align-items: start;
}

.mst-wa-request-main {
    min-width: 0;
}

.mst-wa-summary-wrap {
    width: 100%;
    margin: 0 0 36px;
}

.mst-wa-summary-table {
    min-width: 760px;
}

.mst-wa-upload-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 335px));
    gap: 34px 150px;
    margin-bottom: 34px;
}

.mst-wa-upload-field,
.mst-wa-photo-field {
    display: grid;
    gap: 8px;
    color: #666666;
    font-size: 13px;
}

.mst-wa-upload-field small,
.mst-wa-photo-field small {
    color: #777777;
    font-size: 11px;
}

.mst-wa-photo-field .mst-wa-photo-review-message {
    color: #9b1c1c;
    font-weight: 700;
}

.mst-wa-claim-review-note {
    margin: 0;
    padding: 9px 10px;
    border-left: 3px solid var(--color-orange);
    background: #fff8f2;
    color: #292929;
    font-family: var(--font-b);
    font-size: 12px;
    line-height: 1.35;
}

.mst-wa-photo-label-row {
    display: inline;
    width: auto;
}

.mst-wa-photo-label-row > span {
    display: inline;
}

.mst-wa-photo-label-row .mst-wa-help {
    margin-left: 6px;
    vertical-align: -4px;
}

.mst-wa-file-choice {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.mst-wa-file-control {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 47px;
    min-height: 47px;
    padding: 0 14px 0 22px;
    border: 1px solid #c9c9c9;
    border-radius: 6px;
    background: var(--color-white);
    color: #666666;
    cursor: pointer;
    overflow: hidden;
    transition: border-color 0.2s ease-in, box-shadow 0.2s ease-in;
}

.mst-wa-file-control:hover,
.mst-wa-file-control:focus-within,
.mst-wa-file-control.has-file,
.mst-wa-file-choice.is-missing .mst-wa-file-control {
    border-color: var(--wa-orange);
    box-shadow: none;
}

.mst-wa-file-input {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.mst-wa-file-icon {
    flex: 0 0 auto;
    width: 20px;
    height: 20px;
    fill: none;
    color: var(--wa-orange);
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

.mst-wa-file-name {
    display: block;
    min-width: 0;
    padding-right: 14px;
    color: #707070;
    font-family: var(--font-b);
    font-size: 14px;
    line-height: 1.25;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 480px) {
    .mst-wa-file-choice {
        grid-template-columns: 1fr;
    }

    .mst-wa-file-control {
        padding-left: 16px;
    }

    .mst-wa-file-name {
        padding-right: 10px;
    }
}

.mst-wa-wide-field {
    max-width: 100%;
    margin-bottom: 34px;
}

.mst-wa-wide-field .mst-wa-textarea {
    min-height: 78px;
}

.mst-wa-inline-choice {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 18px;
    align-items: center;
    margin: 0 0 56px;
    color: #666666;
    font-size: 13px;
}

.mst-wa-inline-choice label {
    display: inline-flex;
    gap: 8px;
    align-items: center;
}

.mst-wa-inline-choice input {
    width: 36px;
    height: 36px;
    accent-color: var(--color-black);
}

.mst-wa-request-tires {
    margin-top: 34px;
}

.mst-wa-claim-tire-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mst-wa-claim-tire-summary,
.mst-wa-prefilled-tire-summary {
    display: grid;
    gap: 7px;
    margin: 0 0 18px;
}

.mst-wa-claim-tire-summary div,
.mst-wa-prefilled-tire-summary div {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 8px;
    align-items: baseline;
}

.mst-wa-prefilled-tire-summary div {
    grid-template-columns: 112px minmax(0, 1fr);
}

.mst-wa-claim-tire-summary dt,
.mst-wa-claim-tire-summary dd,
.mst-wa-prefilled-tire-summary dt,
.mst-wa-prefilled-tire-summary dd {
    margin: 0;
    font-size: 11px;
    line-height: 1.25;
}

.mst-wa-claim-tire-summary dt,
.mst-wa-prefilled-tire-summary dt {
    color: #777777;
    font-family: var(--font-h);
}

.mst-wa-claim-tire-summary dd,
.mst-wa-prefilled-tire-summary dd {
    min-width: 0;
    color: var(--wa-text);
    overflow-wrap: anywhere;
}

.mst-wa-two-column-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 370px));
    gap: 52px 64px;
    margin-bottom: 58px;
}

.mst-wa-two-column-form h2 {
    margin: 0 0 36px;
    color: var(--wa-text);
    font-size: 26px;
}

.mst-wa-two-column-form .mst-wa-form-field {
    margin-bottom: 16px;
}

.mst-wa-two-column-form .mst-wa-vehicle-type-row {
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
}

.mst-wa-two-column-form .mst-wa-vehicle-type-row--other {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.mst-wa-technical-tire-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 22px;
    align-items: start;
}

.mst-wa-request-layout--technical {
    row-gap: 36px;
}

.mst-wa-request-layout--technical > .mst-wa-request-tires--full,
.mst-wa-request-layout--technical > .mst-wa-technical-submit-panel {
    grid-column: 1 / -1;
}

.mst-wa-request-layout--technical > .mst-wa-request-tires--full {
    margin-top: 4px;
}

.mst-wa-request-layout--technical > .mst-wa-technical-submit-panel {
    max-width: 830px;
}

.mst-wa-technical-submit-panel .mst-wa-technical-consents {
    margin-top: 0;
}

.mst-wa-technical-submit-panel .mst-wa-submit-button {
    margin-top: 28px;
}

.mst-wa-technical-card {
    grid-column: auto;
}

.mst-wa-request-tires--full .mst-wa-technical-card {
    grid-template-columns: minmax(170px, 230px) minmax(0, 1fr);
    gap: 26px;
    padding: 24px;
}

.mst-wa-request-tires--full .mst-wa-technical-card .mst-wa-detail-tire-media {
    min-height: 190px;
}

.mst-wa-request-tires--full .mst-wa-technical-card .mst-wa-detail-tire-specs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mst-wa-request-tires--full .mst-wa-technical-card .mst-wa-visual-card-fields {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 22px;
}

.mst-wa-request-tires--full .mst-wa-technical-card .mst-wa-tire-row {
    grid-template-columns: 148px minmax(0, 1fr);
}

.mst-wa-request-tires--full .mst-wa-technical-card .mst-wa-visual-card-fields > h3,
.mst-wa-request-tires--full .mst-wa-technical-card .mst-wa-tire-row--textarea,
.mst-wa-request-tires--full .mst-wa-technical-card .mst-wa-photo-grid {
    grid-column: 1 / -1;
}

.mst-wa-request-tires--full .mst-wa-technical-card .mst-wa-tire-row--textarea {
    grid-template-columns: 1fr;
}

.mst-wa-request-tires--full .mst-wa-technical-card .mst-wa-photo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
}

.mst-wa-technical-photo-add {
    min-height: 54px;
    padding: 10px 14px;
    border: 2px dashed #111111;
    border-radius: 6px;
    background: #ffffff;
    color: #111111;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    transition: border-color 0.18s ease, color 0.18s ease, background-color 0.18s ease;
}

.mst-wa-technical-photo-add:hover,
.mst-wa-technical-photo-add:focus {
    border-color: var(--wa-orange);
    background: #fff7f1;
    color: var(--wa-orange);
}

.mst-wa-technical-extra-photo[hidden],
.mst-wa-technical-photo-add[hidden] {
    display: none !important;
}

.mst-wa-technical-card-grid {
    display: grid;
    grid-template-columns: minmax(0, 260px) minmax(0, 1fr);
    gap: 38px;
}

.mst-wa-technical-card-grid h3 {
    margin-top: 0;
}

.mst-wa-tire-row--textarea {
    grid-template-columns: 1fr;
}

.mst-wa-tire-row textarea {
    min-height: 168px;
    padding: 8px 10px;
    border: 1px solid #c9c9c9;
    border-radius: 4px;
    resize: vertical;
}

.mst-wa-photo-grid {
    display: grid;
    gap: 20px;
}

.mst-wa-submit-button {
    margin-top: 36px;
}

.mst-wa-status-text--expired,
.mst-wa-status-text--rejected {
    color: #ff0000;
}

.mst-wa-consents {
    display: grid;
    gap: 28px;
    margin-top: 70px;
    max-width: 800px;
}

.mst-wa-consent {
    display: grid;
    grid-template-columns: 38px 1fr;
    gap: 18px;
    align-items: center;
    color: #6b6b6b;
    font-size: 14px;
    line-height: 1.35;
}

.mst-wa-consent input {
    width: 38px;
    height: 38px;
    margin: 0;
    accent-color: var(--color-black);
}

.mst-wa-consent-link {
    color: var(--wa-orange);
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.mst-wa-consent-note {
    margin: -8px 0 0 56px;
    color: #6b6b6b;
    font-size: 13px;
    line-height: 1.4;
}

.mst-wa-submit-row {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-top: 68px;
}

.mst-wa-submit-row .mst-wa-button,
.mst-wa-submit-row button {
    width: 290px;
}

.mst-wa-list-content {
    padding: var(--mst-wa-after-menu-gap) 0 96px;
    text-align: center;
}

.mst-wa-list-heading {
    margin-bottom: 48px;
}

.mst-wa-list-heading .mst-wa-icon {
    width: 165px;
    height: 74px;
    margin: 0 auto 24px;
}

.mst-wa-list-heading h1 {
    margin: 0;
    color: #575757;
    font-size: 28px;
    line-height: 1.2;
    text-transform: uppercase;
}

.mst-wa-list-search {
    margin-bottom: 58px;
}

.mst-wa-table-wrap {
    width: 100%;
    margin: 0 auto;
    overflow-x: visible;
}

.mst-wa-table {
    width: 100%;
    min-width: 0;
    border-collapse: collapse;
    table-layout: fixed;
    background: var(--color-white);
}

.mst-wa-search-results-table {
    min-width: 0;
}

.mst-wa-table th,
.mst-wa-table td {
    height: 46px;
    padding: 9px 10px;
    border: 1px solid var(--wa-border);
    color: var(--color-black);
    text-align: left;
    vertical-align: middle;
    overflow-wrap: anywhere;
    word-break: normal;
}

.mst-wa-table th {
    height: 63px;
    font-size: 14px;
    line-height: 1.25;
}

.mst-wa-table th:last-child,
.mst-wa-table td:last-child {
    width: 112px;
    text-align: center;
}

.mst-wa-table td {
    font-size: 14px;
    line-height: 1.25;
}

.mst-wa-table a {
    color: var(--wa-orange);
    font-family: var(--font-h);
    font-size: 14px;
    text-transform: uppercase;
}

.mst-wa-table-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 86px;
    max-width: 100%;
    min-height: 34px;
    padding: 8px 10px 6px;
    border-radius: 6px;
    background: var(--color-black);
    color: var(--color-white) !important;
    line-height: 1.1;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
}

.mst-wa-table-action:hover,
.mst-wa-table-action:focus {
    background: var(--color-deep-gray, #666666);
    color: var(--color-white) !important;
}

.mst-wa-table-action svg {
    display: none;
}

.mst-wa-table-action span {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: nowrap;
}

.mst-wa-table-muted {
    color: #777777;
    font-size: 11px;
    white-space: nowrap;
}

.mst-wa-request-list-section {
    margin-top: 42px;
}

.mst-wa-request-list-section:first-of-type {
    margin-top: 0;
}

.mst-wa-request-list-section .mst-wa-section-title {
    margin-bottom: 18px;
}

.mst-wa-table .mst-wa-table-type {
    width: 72px;
    text-align: center;
    white-space: nowrap;
}

.mst-wa-type-cell {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: var(--wa-orange);
}

.mst-wa-type-cell span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap;
}

.mst-wa-table-type-icon {
    width: 30px;
    height: 30px;
}

.mst-wa-status-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 88px;
    max-width: 100%;
    min-height: 30px;
    padding: 7px 9px 5px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-family: var(--font-h);
    font-size: 13px;
    line-height: 1.1;
    text-align: center;
}

.mst-wa-status-pill--active {
    border-color: #5c9c58;
    background: rgba(92, 156, 88, 0.12);
    color: #2f7d32;
}

.mst-wa-status-pill--expired {
    border-color: #c94444;
    background: rgba(201, 68, 68, 0.12);
    color: #b32929;
}

.mst-wa-status-pill--pending {
    border-color: #f5a400;
    background: #fff4d6;
    color: #8a5200;
}

.mst-wa-status-pill--executed {
    border-color: #4b5563;
    background: rgba(75, 85, 99, 0.12);
    color: #2f3438;
}

.mst-wa-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-top: 60px;
}

.mst-wa-pagination a,
.mst-wa-pagination span {
    min-width: 50px;
    padding: 13px 18px 10px;
    border: 1px solid var(--wa-orange);
    border-radius: 8px;
    background: var(--wa-bg);
    color: var(--color-black);
    font-family: var(--font-b);
    text-decoration: none;
}

.mst-wa-pagination .current {
    background: var(--wa-orange);
    color: var(--color-white);
}

.mst-wa-detail {
    padding: 56px 0 88px;
}

.mst-wa-detail-head {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 40px;
    align-items: center;
    margin-bottom: 56px;
}

.mst-wa-detail-actions {
    display: flex;
    gap: 16px;
    align-items: center;
}

.mst-wa-detail-mark {
    width: min(100%, 730px);
}

.mst-wa-form-head {
    margin-bottom: 58px;
}

.mst-wa-detail-title-row {
    display: flex;
    gap: 28px;
    align-items: center;
}

.mst-wa-detail-mark svg,
.mst-wa-detail-mark .mst-wa-icon-img {
    flex: 0 0 auto;
    width: 160px;
    height: 78px;
    color: var(--wa-orange);
}

.mst-wa-detail-title-row .mst-wa-detail-title {
    margin: 0;
}

.mst-wa-detail-line {
    height: 5px;
    margin-top: 24px;
    background: var(--wa-orange);
}

.mst-wa-detail-grid {
    display: grid;
    grid-template-columns: 730px 330px;
    gap: 220px;
    align-items: start;
}

.mst-wa-detail-card {
    padding: 34px 32px;
    border: 1px solid var(--wa-border);
    border-radius: 7px;
    background: var(--color-white);
}

.mst-wa-detail-row {
    display: grid;
    grid-template-columns: 215px 1fr;
    gap: 10px;
    padding: 15px 0 17px;
    border-bottom: 1px solid var(--wa-orange);
    color: #6b6b6b;
    font-size: 16px;
}

.mst-wa-detail-row:last-child {
    border-bottom: 0;
}

.mst-wa-detail-row strong {
    color: var(--wa-text);
    font-family: var(--font-h);
    font-size: 22px;
}

.mst-wa-detail-brand-value {
    display: flex;
    align-items: center;
    min-height: 36px;
}

.mst-wa-detail-brand-logo {
    max-width: 160px;
    max-height: 42px;
}

.mst-wa-status-box label {
    display: block;
    margin-bottom: 8px;
    color: #666666;
    font-family: var(--font-h);
    font-size: 13px;
}

.mst-wa-status-text {
    padding-bottom: 10px;
    border-bottom: 1px solid #666666;
    color: #5c9c58;
    font-family: var(--font-h);
    font-size: 26px;
}

.mst-wa-status-timeline-box {
    padding: 30px 28px;
}

.mst-wa-status-summary {
    padding-bottom: 18px;
    border-bottom: 1px solid #d7d7d7;
}

.mst-wa-status-summary span {
    display: block;
    margin-bottom: 7px;
    color: #666666;
    font-family: var(--font-h);
    font-size: 13px;
}

.mst-wa-status-summary strong {
    display: block;
    color: #5c9c58;
    font-family: var(--font-h);
    font-size: 28px;
    line-height: 1.1;
}

.mst-wa-status-summary--expired strong {
    color: #b32929;
}

.mst-wa-status-summary--pending strong {
    color: #a65f00;
}

.mst-wa-status-summary--executed strong {
    color: #2f3438;
}

.mst-wa-status-timeline {
    position: relative;
    display: grid;
    gap: 18px;
    margin-top: 24px;
    padding-left: 26px;
}

.mst-wa-status-timeline::before {
    content: '';
    position: absolute;
    top: 8px;
    bottom: 8px;
    left: 7px;
    width: 2px;
    background: #dddddd;
}

.mst-wa-status-timeline-item {
    position: relative;
    min-width: 0;
}

.mst-wa-status-timeline-item::before {
    content: '';
    position: absolute;
    top: calc((1.25em - 14px) / 2);
    left: -25px;
    width: 14px;
    height: 14px;
    border: 2px solid #8f8f8f;
    border-radius: 50%;
    background: var(--color-white);
    --mst-wa-status-dot-rgb: 143, 143, 143;
    box-sizing: border-box;
}

.mst-wa-status-timeline-item--latest::before {
    box-shadow: 0 0 0 4px rgba(var(--mst-wa-status-dot-rgb), 0.16);
    animation: mst-wa-status-dot-pulse 1.8s ease-in-out infinite;
}

.mst-wa-status-timeline-item--active::before,
.mst-wa-status-timeline-item--approved::before {
    --mst-wa-status-dot-rgb: 92, 156, 88;
    border-color: #5c9c58;
    background: #5c9c58;
}

.mst-wa-status-timeline-item--expired::before,
.mst-wa-status-timeline-item--rejected::before {
    --mst-wa-status-dot-rgb: 179, 41, 41;
    border-color: #b32929;
    background: #b32929;
}

.mst-wa-status-timeline-item--pending::before {
    --mst-wa-status-dot-rgb: 245, 164, 0;
    border-color: #f5a400;
    background: #f5a400;
}

.mst-wa-status-timeline-item--executed::before {
    --mst-wa-status-dot-rgb: 75, 85, 99;
    border-color: #4b5563;
    background: #4b5563;
}

@keyframes mst-wa-status-dot-pulse {
    0%,
    100% {
        box-shadow: 0 0 0 4px rgba(var(--mst-wa-status-dot-rgb), 0.16);
    }

    50% {
        box-shadow: 0 0 0 8px rgba(var(--mst-wa-status-dot-rgb), 0.07);
    }
}

.mst-wa-status-timeline-title {
    display: block;
    color: var(--wa-text);
    font-family: var(--font-h);
    font-size: 14px;
    line-height: 1.25;
}

.mst-wa-status-timeline-meta {
    display: block;
    margin-top: 3px;
    color: #777777;
    font-size: 12px;
    line-height: 1.35;
}

.mst-wa-status-timeline-note {
    margin: 9px 0 0;
    padding: 10px 12px;
    border-left: 3px solid var(--wa-orange);
    background: #f5f5f5;
    color: #555555;
    font-size: 12px;
    line-height: 1.45;
}

.mst-wa-status-timeline-item--active .mst-wa-status-timeline-note,
.mst-wa-status-timeline-item--approved .mst-wa-status-timeline-note {
    border-left-color: #5c9c58;
    background: rgba(92, 156, 88, 0.1);
    color: #2f7d32;
}

.mst-wa-status-timeline-item--expired .mst-wa-status-timeline-note,
.mst-wa-status-timeline-item--rejected .mst-wa-status-timeline-note {
    border-left-color: #b32929;
    background: rgba(179, 41, 41, 0.1);
    color: #b32929;
}

.mst-wa-status-timeline-item--pending .mst-wa-status-timeline-note {
    border-left-color: #f5a400;
    background: #fff4d6;
    color: #8a5200;
}

.mst-wa-status-timeline-item--executed .mst-wa-status-timeline-note {
    border-left-color: #4b5563;
    background: rgba(75, 85, 99, 0.1);
    color: #2f3438;
}

@media (prefers-reduced-motion: reduce) {
    .mst-wa-status-timeline-item::before {
        animation: none;
    }
}

.mst-wa-textarea {
    min-height: 235px;
    resize: vertical;
}

.mst-wa-empty {
    max-width: 720px;
    margin: 0 auto;
    padding: 40px;
    border: 1px solid var(--wa-border);
    border-radius: 7px;
    background: var(--color-white);
    text-align: center;
}

.mst-wa-empty.mst-wa-success {
    border-color: #5c9c58;
    color: #2f7d32;
}

.mst-wa-empty.mst-wa-danger {
    border-color: #b32929;
    color: #b32929;
}

.mst-wa-list-empty {
    margin-top: 0;
}

@media (max-width: 1199px) {
    .mst-wa-container {
        width: min(100% - 48px, 1100px);
    }

    .mst-wa-home-grid,
    .mst-wa-detail-grid {
        gap: 48px;
    }

    .mst-wa-detail-grid {
        grid-template-columns: 1fr 330px;
    }
}

@media (max-width: 991px) {
    .mst-wa-home-grid,
    .mst-wa-register-grid,
    .mst-wa-type-grid,
    .mst-wa-list-links,
    .mst-wa-detail-grid,
    .mst-wa-request-layout,
    .mst-wa-register-entry-layout,
    .mst-wa-two-column-form,
    .mst-wa-public-grid,
    .mst-wa-technical-tire-grid,
    .mst-wa-technical-card-grid,
    .mst-wa-upload-grid {
        grid-template-columns: 1fr;
    }

    .mst-wa-data-grid,
    .mst-wa-brand-grid,
    .mst-wa-tire-grid,
    .mst-wa-detail-tire-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .mst-wa-register-panel {
        padding: 28px;
    }

    .mst-wa-detail-head,
    .mst-wa-panel-head,
    .mst-wa-submit-row {
        display: block;
    }

    .mst-wa-panel-head {
        text-align: center;
    }

    .mst-wa-panel-head .mst-wa-icon {
        margin: 0 auto 16px;
    }

    .mst-wa-register-promo {
        margin-inline: auto;
    }

    .mst-wa-order-item {
        grid-template-columns: 1fr;
    }

    .mst-wa-detail-actions {
        display: grid;
        gap: 16px;
    }

    .mst-wa-detail-title-row {
        display: grid;
        gap: 18px;
        justify-items: start;
    }

    .mst-wa-request-head {
        grid-template-columns: 1fr;
        justify-items: start;
    }

    .mst-wa-shell-top,
    .mst-wa-shell-top.has-store-label {
        grid-template-columns: 1fr;
    }

    .mst-wa-helper-nav__inner {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .mst-wa-helper-nav__links {
        justify-content: flex-start;
    }

    .mst-wa-helper-nav__partner {
        justify-items: start;
        min-width: 0;
        text-align: left;
    }

    .mst-wa-helper-nav__partner strong {
        max-width: 100%;
    }

    .mst-wa-submit-row .mst-wa-button,
    .mst-wa-submit-row button {
        width: 100%;
        margin-bottom: 16px;
    }
}

@media (max-width: 640px) {
    .mst-warranty-app {
        --mst-wa-after-menu-gap: 42px;
    }

    .mst-wa-order-filter-grid,
    .mst-wa-order-document-selectors {
        grid-template-columns: 1fr;
    }

    .mst-wa-vehicle-type-row {
        grid-template-columns: 1fr;
    }

    .mst-wa-two-column-form .mst-wa-vehicle-type-row--other {
        grid-template-columns: 1fr;
    }

    .mst-wa-loading-card {
        display: grid;
        justify-items: center;
        text-align: center;
    }

    .mst-wa-container {
        width: min(100% - 28px, 100%);
    }

    .mst-wa-shell-top {
        width: min(100% - 28px, 100%);
        padding-top: calc(var(--pt-calc, 0px) + 12px);
    }

    .mst-wa-store-label,
    .mst-wa-helper-nav {
        width: 100%;
    }

    .mst-wa-helper-nav__links {
        flex-wrap: nowrap;
        justify-content: flex-start;
        overflow-x: auto;
        padding-bottom: 2px;
    }

    .mst-wa-helper-nav__link {
        flex: 0 0 auto;
    }

    .mst-wa-content,
    .mst-wa-home,
    .mst-wa-form-main,
    .mst-wa-list-content,
    .mst-wa-detail {
        padding-top: var(--mst-wa-after-menu-gap);
        padding-bottom: 58px;
    }

    .mst-wa-detail-head {
        margin-bottom: var(--mst-wa-after-menu-gap);
    }

    .mst-wa-prefixed-search__prefix {
        padding-inline: 9px;
        font-size: 12px;
    }

    .mst-wa-old-warranty-result__head {
        align-items: flex-start;
        flex-direction: column;
    }

    .mst-wa-home-card,
    .mst-wa-register-card,
    .mst-wa-type-choice,
    .mst-wa-order-picker,
    .mst-wa-tire-card,
    .mst-wa-detail-tire-card,
    .mst-wa-add-card,
    .mst-wa-detail-card {
        padding: 22px;
    }

    .mst-wa-detail-tire-card {
        grid-template-columns: 1fr;
    }

    .mst-wa-request-tires--full .mst-wa-technical-card .mst-wa-detail-tire-specs,
    .mst-wa-request-tires--full .mst-wa-technical-card .mst-wa-visual-card-fields,
    .mst-wa-request-tires--full .mst-wa-technical-card .mst-wa-photo-grid {
        grid-template-columns: 1fr;
    }

    .mst-wa-request-tires--full .mst-wa-technical-card .mst-wa-tire-row {
        grid-template-columns: 1fr;
    }

    .mst-wa-claim-tire-choice {
        grid-template-columns: 1fr;
    }

    .mst-wa-claim-tire-uploads {
        grid-template-columns: 1fr;
    }

    .mst-wa-detail-tire-media {
        min-height: 132px;
    }

    .mst-wa-terms-modal {
        padding: 14px;
    }

    .mst-wa-terms-modal__panel {
        max-height: calc(100vh - 28px);
        padding: 24px 20px 26px;
    }

    .mst-wa-terms-modal__actions {
        justify-content: stretch;
    }

    .mst-wa-terms-modal__actions .mst-wa-button {
        width: 100%;
    }

    .mst-wa-notice-modal {
        padding: 14px;
    }

    .mst-wa-notice-modal__panel {
        padding: 24px 20px 26px;
    }

    .mst-wa-notice-modal__graphic {
        width: 58px;
        height: 58px;
        margin-bottom: 14px;
    }

    .mst-wa-notice-modal__graphic span {
        width: 36px;
        height: 36px;
        font-size: 22px;
    }

    .mst-wa-notice-modal__panel .mst-wa-button {
        width: 100%;
    }

    .mst-wa-step-panel-head {
        display: grid;
        justify-items: center;
        text-align: center;
    }

    .mst-wa-search-form,
    .mst-wa-list-search form {
        grid-template-columns: 1fr 52px;
    }

}

@media print {
    @page {
        size: A4;
        margin: 9mm;
    }

    html,
    body {
        width: auto;
        min-height: auto;
        background: #ffffff !important;
    }

    #wrapper-navbar,
    #wrapper-footer,
    #scrollToTopBtn,
    .offcanvas,
    .offcanvas-backdrop,
    .mst-wa-loading-overlay,
    .mst-wa-shell-top,
    .mst-wa-helper-nav,
    .mst-wa-store-label,
    .mst-wa-form-hero,
    .mst-wa-orange-bar,
    .mst-wa-detail-head,
    .mst-wa-request-head,
    .mst-wa-request-actions,
    .mst-wa-submit-row,
    .mst-wa-order-picker,
    .mst-wa-add-card,
    .mst-wa-camera-button,
    footer,
    header {
        display: none !important;
    }

    .mst-warranty-app {
        position: static;
        background: #ffffff !important;
        color: #111111 !important;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 9px;
        line-height: 1.25;
    }

    .mst-wa-container {
        width: 100%;
        max-width: none;
        margin: 0;
    }

    .mst-wa-print-header {
        display: grid;
        gap: 3mm;
        margin: 0 0 5mm;
        padding: 4mm;
        border: 1px solid #111111;
        background: #ffffff;
        break-inside: avoid;
    }

    .mst-wa-print-policy-top {
        display: grid;
        grid-template-columns: 1.25fr 0.85fr;
        gap: 8mm;
        align-items: stretch;
        padding-bottom: 3mm;
        border-bottom: 1px solid #111111;
    }

    .mst-wa-print-company {
        display: grid;
        grid-template-columns: 32mm 1fr;
        gap: 5mm;
        align-items: start;
    }

    .mst-wa-print-logo-img {
        width: 30mm;
        max-height: 18mm;
        object-fit: contain;
    }

    .mst-wa-print-company-info {
        color: #333333;
        font-size: 8px;
        line-height: 1.35;
    }

    .mst-wa-print-company-info span {
        display: block;
        margin-bottom: 1.5mm;
        color: #111111;
        font-size: 8px;
        font-weight: 700;
        text-transform: uppercase;
    }

    .mst-wa-print-document {
        display: grid;
        align-content: start;
        justify-items: end;
        text-align: right;
    }

    .mst-wa-print-document span {
        display: block;
        margin-bottom: 2mm;
        color: #777777;
        font-size: 8px;
        text-transform: uppercase;
    }

    .mst-wa-print-document h1 {
        margin: 0 0 3mm;
        color: #111111;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        line-height: 1.1;
        text-transform: uppercase;
    }

    .mst-wa-print-policy-number {
        display: grid;
        gap: 1mm;
        min-width: 50mm;
        padding: 2.5mm 3mm;
        border: 1px solid #111111;
        background: #f2f2f2;
    }

    .mst-wa-print-policy-number small {
        color: #555555;
        font-size: 7px;
        text-transform: uppercase;
    }

    .mst-wa-print-policy-number strong {
        color: #111111;
        font-size: 13px;
        line-height: 1.1;
    }

    .mst-wa-print-policy-statement {
        padding: 2.5mm 3mm;
        border-left: 3mm solid #111111;
        background: #f7f7f7;
        color: #111111;
        font-size: 8px;
        line-height: 1.35;
    }

    .mst-wa-print-policy-body {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 4mm;
    }

    .mst-wa-print-policy-body section {
        padding: 2.5mm;
        border: 1px solid #999999;
        background: #ffffff;
    }

    .mst-wa-print-policy-body h2,
    .mst-wa-print-policy-footer h2 {
        margin: 0 0 2mm;
        color: #111111;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 9px;
        text-transform: uppercase;
    }

    .mst-wa-print-policy-body strong {
        display: block;
        margin-bottom: 1.5mm;
        color: #111111;
        font-size: 9px;
    }

    .mst-wa-print-policy-body dl {
        display: grid;
        gap: 1.5mm;
        margin: 0;
    }

    .mst-wa-print-policy-body dl > div {
        display: grid;
        grid-template-columns: 28mm 1fr;
        gap: 3mm;
    }

    .mst-wa-print-policy-body dt,
    .mst-wa-print-policy-body dd {
        margin: 0;
        font-size: 8px;
    }

    .mst-wa-print-policy-body dt {
        color: #777777;
        text-transform: uppercase;
    }

    .mst-wa-print-policy-body dd {
        color: #111111;
        font-weight: 700;
    }

    .mst-wa-print-policy-footer {
        display: block;
        margin-top: 5mm;
        padding: 3mm 4mm;
        border: 1px solid #111111;
        background: #ffffff;
        break-inside: avoid;
    }

    .mst-wa-print-policy-footer ol {
        display: grid;
        gap: 1mm;
        margin: 0 0 5mm 4mm;
        padding: 0;
        color: #222222;
        font-size: 7.5px;
        line-height: 1.35;
    }

    .mst-wa-print-signatures {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 8mm;
    }

    .mst-wa-print-signatures div {
        min-height: 14mm;
        border-top: 1px solid #111111;
        padding-top: 1.5mm;
        text-align: center;
    }

    .mst-wa-print-signatures span {
        color: #555555;
        font-size: 8px;
        text-transform: uppercase;
    }

    .mst-wa-home,
    .mst-wa-content,
    .mst-wa-form-main,
    .mst-wa-list-content,
    .mst-wa-detail {
        padding: 0 !important;
    }

    .mst-wa-form-title,
    .mst-wa-detail-title {
        margin: 0 0 5mm;
        color: #111111;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
    }

    .mst-wa-data-grid,
    .mst-wa-detail-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 2.5mm 5mm;
        margin-bottom: 5mm;
    }

    .mst-wa-form-field {
        gap: 1mm;
        margin: 0;
        font-size: 8px;
    }

    .mst-wa-field,
    .mst-wa-tire-row input,
    .mst-wa-textarea {
        min-height: 7mm;
        padding: 1mm 1.5mm;
        border: 1px solid #999999;
        border-radius: 0;
        background: #ffffff;
        color: #111111;
        font-size: 9px;
    }

    .mst-wa-required-note,
    .mst-wa-consents {
        display: none !important;
    }

    .mst-wa-section-title {
        margin: 0 0 3mm;
        color: #111111;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
    }

    .mst-wa-tire-grid {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 2mm;
    }

    .mst-wa-detail-tires {
        margin-top: 5mm;
    }

    .mst-wa-detail-tire-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 2mm;
    }

    .mst-wa-tire-card,
    .mst-wa-detail-tire-card,
    .mst-wa-detail-card,
    .mst-wa-status-box {
        padding: 3mm;
        border: 1px solid #999999;
        border-radius: 0;
        background: #ffffff;
        break-inside: avoid;
    }

    .mst-wa-detail-tire-card {
        display: grid;
        grid-template-columns: 22mm 1fr;
        gap: 2mm;
    }

    .mst-wa-detail-tire-media {
        min-height: 20mm;
        padding: 1mm;
        border: 1px solid #dddddd;
        background: #ffffff;
    }

    .mst-wa-tire-product-image {
        max-width: 20mm;
        height: 18mm;
    }

    .mst-wa-tire-product-fallback {
        min-height: 18mm;
    }

    .mst-wa-tire-product-fallback .mst-wa-icon {
        width: 14mm;
        height: 10mm;
    }

    .mst-wa-tire-card h3 {
        margin: 0 0 2mm;
        padding-bottom: 1.5mm;
        border-bottom: 1px solid #111111;
        color: #111111;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
    }

    .mst-wa-detail-tire-body h3 {
        margin: 0 0 1mm;
        color: #111111;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 8px;
    }

    .mst-wa-detail-tire-name {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 9px;
    }

    .mst-wa-detail-tire-badges {
        gap: 1mm;
        margin: 1.5mm 0 2mm;
    }

    .mst-wa-detail-tire-badges span {
        min-height: 0;
        padding: 0.8mm 1.2mm;
        border: 1px solid #111111;
        background: #ffffff;
        color: #111111;
        font-size: 7px;
    }

    .mst-wa-detail-tire-specs {
        gap: 1mm 2mm;
    }

    .mst-wa-detail-tire-specs div {
        padding-top: 1mm;
        border-top: 1px solid #dddddd;
    }

    .mst-wa-detail-tire-specs dt,
    .mst-wa-detail-tire-specs dd {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 7px;
    }

    .mst-wa-tire-row,
    .mst-wa-detail-row {
        display: grid;
        grid-template-columns: 25mm 1fr;
        gap: 2mm;
        align-items: center;
        padding: 1mm 0;
        border-bottom: 1px solid #dddddd;
        color: #333333;
        font-size: 8px;
    }

    .mst-wa-detail-row strong {
        color: #111111;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 9px;
    }

    .mst-wa-check input {
        width: 4mm;
        height: 4mm;
    }

    .mst-wa-status-box label,
    .mst-wa-status-text {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 9px;
    }

    .mst-wa-status-text {
        color: #111111;
    }

    .mst-wa-status-timeline-box {
        padding: 3mm;
    }

    .mst-wa-status-summary {
        padding-bottom: 2mm;
        border-bottom: 1px solid #999999;
    }

    .mst-wa-status-summary span,
    .mst-wa-status-summary strong,
    .mst-wa-status-timeline-title,
    .mst-wa-status-timeline-meta,
    .mst-wa-status-timeline-note {
        color: #111111;
        font-family: Arial, Helvetica, sans-serif;
    }

    .mst-wa-status-summary strong {
        font-size: 10px;
    }

    .mst-wa-status-timeline {
        gap: 2mm;
        margin-top: 3mm;
        padding-left: 5mm;
    }

    .mst-wa-status-timeline::before {
        left: 1.5mm;
        background: #999999;
    }

    .mst-wa-status-timeline-item::before {
        left: -4.5mm;
        width: 3mm;
        height: 3mm;
        border-color: #111111;
        background: #ffffff;
        box-shadow: none;
        animation: none;
    }

    .mst-wa-status-timeline-note {
        margin-top: 1mm;
        padding: 1.5mm;
        border-left: 1px solid #111111;
        background: #ffffff;
        font-size: 8px;
    }
}
