dds-switch{vertical-align:middle;box-sizing:border-box;cursor:pointer;-webkit-user-select:none;user-select:none;width:var(--dds-switch-width);height:var(--dds-switch-height);--dds-switch-width:var(--dds-style-switch-sm-width);--dds-switch-height:var(--dds-style-switch-sm-height);--dds-switch-field-height:var(--dds-style-switch-sm-field-height);--dds-switch-field-radius:var(--dds-style-switch-sm-field-radius);--dds-switch-field-padding-x:var(--dds-style-switch-sm-field-padding-x);--dds-switch-knob-size:var(--dds-style-switch-sm-knob-size);--dds-switch-knob-padding:var(--dds-style-switch-sm-knob-padding);--dds-switch-knob-radius:var(--dds-style-switch-sm-knob-radius);--dds-switch-thumb-size:calc(var(--dds-switch-knob-size) - var(--dds-switch-knob-padding) * 2);--dds-switch-track-bg:var(--dds-mode-switch-secondary-bg-default);--dds-switch-thumb-bg:var(--dds-mode-switch-secondary-icon);align-items:center;display:inline-flex;position:relative}dds-switch:where([size="2xs"]){--dds-switch-width:var(--dds-style-switch-2xs-width);--dds-switch-height:var(--dds-style-switch-2xs-height);--dds-switch-field-height:var(--dds-style-switch-2xs-field-height);--dds-switch-field-radius:var(--dds-style-switch-2xs-field-radius);--dds-switch-field-padding-x:var(--dds-style-switch-2xs-field-padding-x);--dds-switch-knob-size:var(--dds-style-switch-2xs-knob-size);--dds-switch-knob-padding:var(--dds-style-switch-2xs-knob-padding);--dds-switch-knob-radius:var(--dds-style-switch-2xs-knob-radius)}dds-switch:where([color=primary]){--dds-switch-track-bg:var(--dds-mode-switch-primary-bg-default);--dds-switch-thumb-bg:var(--dds-mode-switch-primary-icon)}dds-switch:where(:has(>input:checked)){--dds-switch-track-bg:var(--dds-mode-switch-secondary-bg-selected)}dds-switch:where([color=primary]:has(>input:checked)){--dds-switch-track-bg:var(--dds-mode-switch-primary-bg-selected)}dds-switch:before,dds-switch:after{content:"";box-sizing:border-box;pointer-events:none;position:absolute}dds-switch:before{left:0;right:0;inset-block:calc((var(--dds-switch-height) - var(--dds-switch-field-height)) / 2);border-radius:var(--dds-switch-field-radius);background:var(--dds-switch-track-bg)}dds-switch:after{width:var(--dds-switch-thumb-size);height:var(--dds-switch-thumb-size);border-radius:var(--dds-switch-knob-radius);background:var(--dds-switch-thumb-bg);margin-top:auto;margin-bottom:auto;top:0;bottom:0}dds-switch:not(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)):after{right:calc(var(--dds-switch-field-padding-x) + var(--dds-switch-knob-padding))}dds-switch:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)):after{left:calc(var(--dds-switch-field-padding-x) + var(--dds-switch-knob-padding))}dds-switch:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)):after{left:calc(var(--dds-switch-field-padding-x) + var(--dds-switch-knob-padding))}dds-switch:where(:has(>input:checked)):not(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)):after{left:calc(var(--dds-switch-field-padding-x) + var(--dds-switch-knob-padding));right:auto}dds-switch:where(:has(>input:checked)):-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)):after{right:calc(var(--dds-switch-field-padding-x) + var(--dds-switch-knob-padding));left:auto}dds-switch:where(:has(>input:checked)):is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)):after{right:calc(var(--dds-switch-field-padding-x) + var(--dds-switch-knob-padding));left:auto}dds-switch:where(:hover):before{box-shadow:inset 0 0 0 100px var(--dds-mode-ui-states-tonal-hover)}dds-switch:where(:has(>input:disabled)):before{box-shadow:inset 0 0 0 100px var(--dds-mode-ui-states-disabled)}dds-switch:where(:has(>input:disabled)):after{box-shadow:inset 0 0 0 100px var(--dds-mode-ui-states-disabled)}dds-switch:where(:hover:has(>input:disabled)):before{box-shadow:inset 0 0 0 100px var(--dds-mode-ui-states-disabled), inset 0 0 0 100px var(--dds-mode-ui-states-tonal-hover)}dds-switch:where(:has(>input:disabled)){cursor:not-allowed}dds-switch:where([loading]:not([loading=false])){cursor:not-allowed}dds-switch:where([loading]:not([loading=false])):before{box-shadow:none;background:0 0}dds-switch:where([loading]:not([loading=false])):after{width:var(--dds-style-loading-spinner-4xs-size);height:var(--dds-style-loading-spinner-4xs-size);background:conic-gradient(var(--dds-switch-spinner) 25%, var(--dds-mode-loading-bg) 0);-webkit-mask:radial-gradient(farthest-side, #0000 calc(100% - var(--dds-style-loading-spinner-4xs-border-width) - .5px), #000 calc(100% - var(--dds-style-loading-spinner-4xs-border-width) + .5px));-webkit-mask:radial-gradient(farthest-side, #0000 calc(100% - var(--dds-style-loading-spinner-4xs-border-width) - .5px), #000 calc(100% - var(--dds-style-loading-spinner-4xs-border-width) + .5px));mask:radial-gradient(farthest-side, #0000 calc(100% - var(--dds-style-loading-spinner-4xs-border-width) - .5px), #000 calc(100% - var(--dds-style-loading-spinner-4xs-border-width) + .5px));--dds-switch-spinner:var(--dds-mode-loading-secondary-content);border-radius:50%;margin:auto;animation:1.5s linear infinite dds-switch-spin;top:0;bottom:0;left:0;right:0}dds-switch:where([loading]:not([loading=false])[color=primary]):after{--dds-switch-spinner:var(--dds-mode-loading-primary-content)}dds-switch:where([loading]:not([loading=false]):has(>input:disabled)):after{box-shadow:none;opacity:var(--dds-style-ui-disabled-opacity)}:where(dds-switch[loading]:not([loading=false]))>input{pointer-events:none}@keyframes dds-switch-spin{to{transform:rotate(1turn)}}:where(dds-switch)>input{left:0;right:0;inset-block:calc((var(--dds-switch-height) - var(--dds-switch-field-height)) / 2);box-sizing:border-box;-webkit-appearance:none;appearance:none;cursor:inherit;background:0 0;border:0;margin:0;padding:0;position:absolute}:where(dds-switch)>input:focus-visible{outline:var(--dds-style-ui-border-focus-width) var(--dds-style-ui-border-focus-style) var(--dds-mode-ui-states-border-focus);outline-offset:var(--dds-style-ui-border-focus-offset);border-radius:calc(var(--dds-switch-field-radius) + var(--dds-style-ui-border-focus-offset) + var(--dds-style-ui-border-focus-width) / 2)}
dds-tab{box-sizing:border-box;overflow-clip-margin:var(--dds-tab-list-bottom-border-width,0px);cursor:pointer;-webkit-user-select:none;user-select:none;height:var(--dds-tab-height);align-items:center;gap:var(--dds-tab-gap);padding:var(--dds-tab-padding-y) var(--dds-tab-padding-x);border-top-left-radius:var(--dds-tab-radius-top);border-top-right-radius:var(--dds-tab-radius-top);color:var(--dds-tab-content);font-weight:var(--dds-tab-font-weight,var(--dds-typography-responsive-label-2-fontWeight));font-size:var(--dds-tab-font-size,var(--dds-typography-responsive-label-2-fontSize));line-height:var(--dds-tab-line-height,var(--dds-typography-responsive-label-2-lineHeight));background-image:linear-gradient(var(--dds-tab-bg), var(--dds-tab-bg));--dds-tab-height:var(--dds-style-tab-item-md-height);--dds-tab-radius-top:var(--dds-style-tab-item-md-radius-top);--dds-tab-gap:var(--dds-style-tab-item-md-text-gap);--dds-tab-padding-x:var(--dds-style-tab-item-md-text-padding-x);--dds-tab-padding-y:var(--dds-style-tab-item-md-text-padding-y);--dds-tab-icon-size:var(--dds-style-tab-item-md-text-icon-size);--dds-tab-indicator-width:var(--dds-style-tab-item-md-text-indicator-width);--dds-tab-indicator-height:var(--dds-style-tab-item-md-indicator-height);--dds-tab-content:var(--dds-mode-tab-item-content-default);--dds-tab-bg:var(--dds-mode-tab-item-bg-default);flex-shrink:0;display:inline-flex;position:relative;overflow:clip}@media (hover:hover){dds-tab:where(:hover){background-color:var(--dds-mode-ui-states-tertiary-plain-hover)}}dds-tab:where(:active){background-color:var(--dds-mode-ui-states-tertiary-plain-hover)}dds-tab:where([selected]:not([selected=false])){--dds-tab-content:var(--dds-mode-tab-item-content-selected);--dds-tab-bg:var(--dds-mode-tab-item-bg-selected)}dds-tab:where([variant=icon]){--dds-tab-padding-x:var(--dds-style-tab-item-md-icon-padding-x);--dds-tab-padding-y:var(--dds-style-tab-item-md-icon-padding-y);--dds-tab-icon-size:var(--dds-style-tab-item-md-icon-icon-size);--dds-tab-indicator-width:var(--dds-style-tab-item-md-icon-indicator-width)}:where(dds-tabs[size=sm]) dds-tab{--dds-tab-height:var(--dds-style-tab-item-sm-height);--dds-tab-radius-top:var(--dds-style-tab-item-sm-radius-top);--dds-tab-gap:var(--dds-style-tab-item-sm-text-gap);--dds-tab-padding-x:var(--dds-style-tab-item-sm-text-padding-x);--dds-tab-padding-y:var(--dds-style-tab-item-sm-text-padding-y);--dds-tab-icon-size:var(--dds-style-tab-item-sm-text-icon-size);--dds-tab-indicator-width:var(--dds-style-tab-item-sm-text-indicator-width);--dds-tab-indicator-height:var(--dds-style-tab-item-sm-indicator-height)}:where(dds-tabs[size=sm]) dds-tab:where([variant=icon]){--dds-tab-padding-x:var(--dds-style-tab-item-sm-icon-padding-x);--dds-tab-padding-y:var(--dds-style-tab-item-sm-icon-padding-y);--dds-tab-icon-size:var(--dds-style-tab-item-sm-icon-icon-size);--dds-tab-indicator-width:var(--dds-style-tab-item-sm-icon-indicator-width)}:where(dds-tabs[size=xl]) dds-tab{--dds-tab-height:var(--dds-style-tab-item-xl-height);--dds-tab-radius-top:var(--dds-style-tab-item-xl-radius-top);--dds-tab-gap:var(--dds-style-tab-item-xl-text-gap);--dds-tab-padding-x:var(--dds-style-tab-item-xl-text-padding-x);--dds-tab-padding-y:var(--dds-style-tab-item-xl-text-padding-y);--dds-tab-icon-size:var(--dds-style-tab-item-xl-text-icon-size);--dds-tab-indicator-width:var(--dds-style-tab-item-xl-text-indicator-width);--dds-tab-indicator-height:var(--dds-style-tab-item-xl-indicator-height)}:where(dds-tabs[size=xl]) dds-tab:where([variant=icon]){--dds-tab-padding-x:var(--dds-style-tab-item-xl-icon-padding-x);--dds-tab-padding-y:var(--dds-style-tab-item-xl-icon-padding-y);--dds-tab-icon-size:var(--dds-style-tab-item-xl-icon-icon-size);--dds-tab-indicator-width:var(--dds-style-tab-item-xl-icon-indicator-width)}dds-tab>:where([slot=icon]){--dds-icon-size:var(--dds-tab-icon-size);order:-1}dds-tab>:where([slot=badge]){order:1}dds-tab:where([selected]:not([selected=false])):after{content:"";bottom:calc(-1 * var(--dds-tab-list-bottom-border-width,0px));pointer-events:none;width:var(--dds-tab-indicator-width);height:var(--dds-tab-indicator-height);background:var(--dds-tab-list-indicator,var(--dds-mode-tab-item-indicator));border-top-left-radius:var(--dds-tab-radius-top);border-top-right-radius:var(--dds-tab-radius-top);margin:0 auto;position:absolute;left:0;right:0}dds-tab:where([selected]:not([selected=false])[indicator-alignment=fill]):after{width:90%}:where(dds-tab-list[measured]) dds-tab:after{content:none}dds-tab:where(:focus-visible){outline:var(--dds-style-ui-border-focus-width) var(--dds-style-ui-border-focus-style) var(--dds-mode-ui-states-border-focus);outline-offset:calc(-1 * var(--dds-style-ui-border-focus-width))}
dds-tab-list{box-sizing:border-box;scrollbar-width:none;-ms-overflow-style:none;-webkit-user-select:none;user-select:none;justify-content:flex-start;gap:var(--dds-tab-list-gap);width:-webkit-fit-content;width:fit-content;max-width:100%;padding:var(--dds-tab-list-padding-y) var(--dds-tab-list-padding-x);background:var(--dds-tab-list-bg);border-radius:var(--dds-tab-list-radius);-webkit-padding-after:calc(var(--dds-tab-list-padding-y) + var(--dds-tab-list-bottom-border-width));box-shadow:inset 0 calc(-1 * var(--dds-tab-list-bottom-border-width)) 0 0 var(--dds-tab-list-border);--dds-tab-list-gap:var(--dds-style-tab-bar-md-gap);--dds-tab-list-padding-x:var(--dds-style-tab-bar-md-padding-x);--dds-tab-list-padding-y:var(--dds-style-tab-bar-md-padding-y);--dds-tab-list-bg:var(--dds-mode-tab-bg);--dds-tab-list-border:var(--dds-mode-tab-border);--dds-tab-list-border-width:var(--dds-style-tab-bar-flat-border-width);--dds-tab-list-bottom-border-width:var(--dds-tab-list-border-width);--dds-tab-list-radius:var(--dds-style-tab-bar-flat-radius);--dds-tab-list-indicator:var(--dds-mode-tab-item-indicator);--dds-tab-list-indicator-height:var(--dds-style-tab-item-md-indicator-height);--dds-tab-list-indicator-radius:var(--dds-style-tab-item-md-radius-top);--dds-tab-list-indicator-duration:.22s;--dds-tab-list-fade-width:72px;--dds-tab-list-mask-start:black 0;--dds-tab-list-mask-end:black 100%;padding-bottom:calc(var(--dds-tab-list-padding-y) + var(--dds-tab-list-bottom-border-width));display:flex;position:relative;overflow-x:scroll;overflow-y:hidden}dds-tab-list::-webkit-scrollbar{display:none}:where(dds-tabs[size=sm]) dds-tab-list{--dds-tab-list-gap:var(--dds-style-tab-bar-sm-gap);--dds-tab-list-padding-x:var(--dds-style-tab-bar-sm-padding-x);--dds-tab-list-padding-y:var(--dds-style-tab-bar-sm-padding-y);--dds-tab-list-indicator-height:var(--dds-style-tab-item-sm-indicator-height);--dds-tab-list-indicator-radius:var(--dds-style-tab-item-sm-radius-top)}:where(dds-tabs[size=xl]) dds-tab-list{--dds-tab-list-gap:var(--dds-style-tab-bar-xl-gap);--dds-tab-list-padding-x:var(--dds-style-tab-bar-xl-padding-x);--dds-tab-list-padding-y:var(--dds-style-tab-bar-xl-padding-y);--dds-tab-list-indicator-height:var(--dds-style-tab-item-xl-indicator-height);--dds-tab-list-indicator-radius:var(--dds-style-tab-item-xl-radius-top)}:where(dds-tabs[variant=elevated]) dds-tab-list{border:var(--dds-tab-list-border-width) solid var(--dds-tab-list-border);--dds-tab-list-border-width:var(--dds-style-tab-bar-elevated-border-width);--dds-tab-list-radius:var(--dds-style-tab-bar-elevated-radius);border-bottom-width:0}:where(dds-tabs[borderless]:not([borderless=false])) dds-tab-list{box-shadow:none;--dds-tab-list-bottom-border-width:0px}:where(dds-tabs[alignment=stretch]) dds-tab-list{justify-content:space-evenly;width:auto}dds-tab-list:where([measured]):after{content:"";bottom:0;left:var(--dds-tab-list-indicator-left);z-index:1;pointer-events:none;width:var(--dds-tab-list-indicator-width);height:var(--dds-tab-list-indicator-height);background:var(--dds-tab-list-indicator);border-top-left-radius:var(--dds-tab-list-indicator-radius);border-top-right-radius:var(--dds-tab-list-indicator-radius);position:absolute}dds-tab-list:where([measured][animated]):after{transition:left var(--dds-tab-list-indicator-duration) ease, width var(--dds-tab-list-indicator-duration) ease}dds-tab-list:where([fade-left]){--dds-tab-list-mask-start:transparent 0, black var(--dds-tab-list-fade-width)}dds-tab-list:where([fade-right]){--dds-tab-list-mask-end:black calc(100% - var(--dds-tab-list-fade-width)), transparent 100%}:where(dds-tabs[no-left-fade]:not([no-left-fade=false])) dds-tab-list{--dds-tab-list-mask-start:black 0}:where(dds-tabs[no-right-fade]:not([no-right-fade=false])) dds-tab-list{--dds-tab-list-mask-end:black 100%}dds-tab-list:where([fade-left]){-webkit-mask-image:linear-gradient(to right, var(--dds-tab-list-mask-start), var(--dds-tab-list-mask-end));-webkit-mask-image:linear-gradient(to right, var(--dds-tab-list-mask-start), var(--dds-tab-list-mask-end));mask-image:linear-gradient(to right, var(--dds-tab-list-mask-start), var(--dds-tab-list-mask-end))}dds-tab-list:where([fade-right]){-webkit-mask-image:linear-gradient(to right, var(--dds-tab-list-mask-start), var(--dds-tab-list-mask-end));-webkit-mask-image:linear-gradient(to right, var(--dds-tab-list-mask-start), var(--dds-tab-list-mask-end));mask-image:linear-gradient(to right, var(--dds-tab-list-mask-start), var(--dds-tab-list-mask-end))}
dds-tab-panel{display:block}dds-tab-panel:where(:not([selected]:not([selected=false]))){display:none}
dds-tabs{display:block}
dds-text{--dds-text-color:initial;--dds-text-font-weight:initial;--dds-text-font-size:initial;--dds-text-line-height:initial;font-weight:var(--dds-text-font-weight,var(--dds-typography-responsive-body-1-fontWeight));font-size:var(--dds-text-font-size,var(--dds-typography-responsive-body-1-fontSize));line-height:var(--dds-text-line-height,var(--dds-typography-responsive-body-1-lineHeight));color:var(--dds-text-color,var(--dds-mode-ui-content-1));display:inline}dds-text:where([variant=body-1]){--dds-text-font-weight:var(--dds-typography-responsive-body-1-fontWeight);--dds-text-font-size:var(--dds-typography-responsive-body-1-fontSize);--dds-text-line-height:var(--dds-typography-responsive-body-1-lineHeight)}dds-text:where([variant=body-2]){--dds-text-font-weight:var(--dds-typography-responsive-body-2-fontWeight);--dds-text-font-size:var(--dds-typography-responsive-body-2-fontSize);--dds-text-line-height:var(--dds-typography-responsive-body-2-lineHeight)}dds-text:where([variant=body-3]){--dds-text-font-weight:var(--dds-typography-responsive-body-3-fontWeight);--dds-text-font-size:var(--dds-typography-responsive-body-3-fontSize);--dds-text-line-height:var(--dds-typography-responsive-body-3-lineHeight)}dds-text:where([variant=display-1]){--dds-text-font-weight:var(--dds-typography-responsive-display-1-fontWeight);--dds-text-font-size:var(--dds-typography-responsive-display-1-fontSize);--dds-text-line-height:var(--dds-typography-responsive-display-1-lineHeight)}dds-text:where([variant=label-1]){--dds-text-font-weight:var(--dds-typography-responsive-label-1-fontWeight);--dds-text-font-size:var(--dds-typography-responsive-label-1-fontSize);--dds-text-line-height:var(--dds-typography-responsive-label-1-lineHeight)}dds-text:where([variant=label-2]){--dds-text-font-weight:var(--dds-typography-responsive-label-2-fontWeight);--dds-text-font-size:var(--dds-typography-responsive-label-2-fontSize);--dds-text-line-height:var(--dds-typography-responsive-label-2-lineHeight)}dds-text:where([variant=label-3]){--dds-text-font-weight:var(--dds-typography-responsive-label-3-fontWeight);--dds-text-font-size:var(--dds-typography-responsive-label-3-fontSize);--dds-text-line-height:var(--dds-typography-responsive-label-3-lineHeight)}dds-text:where([variant=subtitle-1]){--dds-text-font-weight:var(--dds-typography-responsive-subtitle-1-fontWeight);--dds-text-font-size:var(--dds-typography-responsive-subtitle-1-fontSize);--dds-text-line-height:var(--dds-typography-responsive-subtitle-1-lineHeight)}dds-text:where([variant=subtitle-2]){--dds-text-font-weight:var(--dds-typography-responsive-subtitle-2-fontWeight);--dds-text-font-size:var(--dds-typography-responsive-subtitle-2-fontSize);--dds-text-line-height:var(--dds-typography-responsive-subtitle-2-lineHeight)}dds-text:where([variant=subtitle-3]){--dds-text-font-weight:var(--dds-typography-responsive-subtitle-3-fontWeight);--dds-text-font-size:var(--dds-typography-responsive-subtitle-3-fontSize);--dds-text-line-height:var(--dds-typography-responsive-subtitle-3-lineHeight)}dds-text:where([variant=title-1]){--dds-text-font-weight:var(--dds-typography-responsive-title-1-fontWeight);--dds-text-font-size:var(--dds-typography-responsive-title-1-fontSize);--dds-text-line-height:var(--dds-typography-responsive-title-1-lineHeight)}dds-text:where([variant=title-2]){--dds-text-font-weight:var(--dds-typography-responsive-title-2-fontWeight);--dds-text-font-size:var(--dds-typography-responsive-title-2-fontSize);--dds-text-line-height:var(--dds-typography-responsive-title-2-lineHeight)}dds-text:where([variant=title-3]){--dds-text-font-weight:var(--dds-typography-responsive-title-3-fontWeight);--dds-text-font-size:var(--dds-typography-responsive-title-3-fontSize);--dds-text-line-height:var(--dds-typography-responsive-title-3-lineHeight)}dds-text:where([variant=body-2xs]){--dds-text-font-weight:var(--dds-typography-static-body-2xs-fontWeight);--dds-text-font-size:var(--dds-typography-static-body-2xs-fontSize);--dds-text-line-height:var(--dds-typography-static-body-2xs-lineHeight)}dds-text:where([variant=body-3xs]){--dds-text-font-weight:var(--dds-typography-static-body-3xs-fontWeight);--dds-text-font-size:var(--dds-typography-static-body-3xs-fontSize);--dds-text-line-height:var(--dds-typography-static-body-3xs-lineHeight)}dds-text:where([variant=body-lg]){--dds-text-font-weight:var(--dds-typography-static-body-lg-fontWeight);--dds-text-font-size:var(--dds-typography-static-body-lg-fontSize);--dds-text-line-height:var(--dds-typography-static-body-lg-lineHeight)}dds-text:where([variant=body-md]){--dds-text-font-weight:var(--dds-typography-static-body-md-fontWeight);--dds-text-font-size:var(--dds-typography-static-body-md-fontSize);--dds-text-line-height:var(--dds-typography-static-body-md-lineHeight)}dds-text:where([variant=body-sm]){--dds-text-font-weight:var(--dds-typography-static-body-sm-fontWeight);--dds-text-font-size:var(--dds-typography-static-body-sm-fontSize);--dds-text-line-height:var(--dds-typography-static-body-sm-lineHeight)}dds-text:where([variant=body-xs]){--dds-text-font-weight:var(--dds-typography-static-body-xs-fontWeight);--dds-text-font-size:var(--dds-typography-static-body-xs-fontSize);--dds-text-line-height:var(--dds-typography-static-body-xs-lineHeight)}dds-text:where([variant=display-lg]){--dds-text-font-weight:var(--dds-typography-static-display-lg-fontWeight);--dds-text-font-size:var(--dds-typography-static-display-lg-fontSize);--dds-text-line-height:var(--dds-typography-static-display-lg-lineHeight)}dds-text:where([variant=display-xs]){--dds-text-font-weight:var(--dds-typography-static-display-xs-fontWeight);--dds-text-font-size:var(--dds-typography-static-display-xs-fontSize);--dds-text-line-height:var(--dds-typography-static-display-xs-lineHeight)}dds-text:where([variant=label-2xs]){--dds-text-font-weight:var(--dds-typography-static-label-2xs-fontWeight);--dds-text-font-size:var(--dds-typography-static-label-2xs-fontSize);--dds-text-line-height:var(--dds-typography-static-label-2xs-lineHeight)}dds-text:where([variant=label-md]){--dds-text-font-weight:var(--dds-typography-static-label-md-fontWeight);--dds-text-font-size:var(--dds-typography-static-label-md-fontSize);--dds-text-line-height:var(--dds-typography-static-label-md-lineHeight)}dds-text:where([variant=label-sm]){--dds-text-font-weight:var(--dds-typography-static-label-sm-fontWeight);--dds-text-font-size:var(--dds-typography-static-label-sm-fontSize);--dds-text-line-height:var(--dds-typography-static-label-sm-lineHeight)}dds-text:where([variant=label-xs]){--dds-text-font-weight:var(--dds-typography-static-label-xs-fontWeight);--dds-text-font-size:var(--dds-typography-static-label-xs-fontSize);--dds-text-line-height:var(--dds-typography-static-label-xs-lineHeight)}dds-text:where([variant=title-lg]){--dds-text-font-weight:var(--dds-typography-static-title-lg-fontWeight);--dds-text-font-size:var(--dds-typography-static-title-lg-fontSize);--dds-text-line-height:var(--dds-typography-static-title-lg-lineHeight)}dds-text:where([variant=title-md]){--dds-text-font-weight:var(--dds-typography-static-title-md-fontWeight);--dds-text-font-size:var(--dds-typography-static-title-md-fontSize);--dds-text-line-height:var(--dds-typography-static-title-md-lineHeight)}dds-text:where([variant=title-sm]){--dds-text-font-weight:var(--dds-typography-static-title-sm-fontWeight);--dds-text-font-size:var(--dds-typography-static-title-sm-fontSize);--dds-text-line-height:var(--dds-typography-static-title-sm-lineHeight)}dds-text:where([variant=title-xl]){--dds-text-font-weight:var(--dds-typography-static-title-xl-fontWeight);--dds-text-font-size:var(--dds-typography-static-title-xl-fontSize);--dds-text-line-height:var(--dds-typography-static-title-xl-lineHeight)}dds-text:where([color=border\/1]){--dds-text-color:var(--dds-mode-ui-border-1)}dds-text:where([color=border\/2]){--dds-text-color:var(--dds-mode-ui-border-2)}dds-text:where([color=border\/3]){--dds-text-color:var(--dds-mode-ui-border-3)}dds-text:where([color=border\/w-alpha-30]){--dds-text-color:var(--dds-mode-ui-border-w-alpha-30)}dds-text:where([color=brand\/on-primary]){--dds-text-color:var(--dds-mode-ui-brand-on-primary)}dds-text:where([color=brand\/primary-alpha-12]){--dds-text-color:var(--dds-mode-ui-brand-primary-alpha-12)}dds-text:where([color=brand\/primary-base]){--dds-text-color:var(--dds-mode-ui-brand-primary-base)}dds-text:where([color=brand\/primary-shade-1]){--dds-text-color:var(--dds-mode-ui-brand-primary-shade-1)}dds-text:where([color=brand\/primary-shade-2]){--dds-text-color:var(--dds-mode-ui-brand-primary-shade-2)}dds-text:where([color=brand\/primary-tint]){--dds-text-color:var(--dds-mode-ui-brand-primary-tint)}dds-text:where([color=brand\/primary-tint-2]){--dds-text-color:var(--dds-mode-ui-brand-primary-tint-2)}dds-text:where([color=brand\/secondary-base]){--dds-text-color:var(--dds-mode-ui-brand-secondary-base)}dds-text:where([color=brand\/secondary-shade]){--dds-text-color:var(--dds-mode-ui-brand-secondary-shade)}dds-text:where([color=brand\/secondary-tint]){--dds-text-color:var(--dds-mode-ui-brand-secondary-tint)}dds-text:where([color=brand\/secondary-tint-2]){--dds-text-color:var(--dds-mode-ui-brand-secondary-tint-2)}dds-text:where([color=content\/1]){--dds-text-color:var(--dds-mode-ui-content-1)}dds-text:where([color=content\/2]){--dds-text-color:var(--dds-mode-ui-content-2)}dds-text:where([color=content\/3]){--dds-text-color:var(--dds-mode-ui-content-3)}dds-text:where([color=content\/4]){--dds-text-color:var(--dds-mode-ui-content-4)}dds-text:where([color=content\/5]){--dds-text-color:var(--dds-mode-ui-content-5)}dds-text:where([color=content\/invert]){--dds-text-color:var(--dds-mode-ui-content-invert)}dds-text:where([color=fixed\/black]){--dds-text-color:var(--dds-mode-ui-fixed-black)}dds-text:where([color=fixed\/black-alpha-0]){--dds-text-color:var(--dds-mode-ui-fixed-black-alpha-0)}dds-text:where([color=fixed\/black-alpha-12]){--dds-text-color:var(--dds-mode-ui-fixed-black-alpha-12)}dds-text:where([color=fixed\/black-alpha-30]){--dds-text-color:var(--dds-mode-ui-fixed-black-alpha-30)}dds-text:where([color=fixed\/black-alpha-50]){--dds-text-color:var(--dds-mode-ui-fixed-black-alpha-50)}dds-text:where([color=fixed\/neutral-80]){--dds-text-color:var(--dds-mode-ui-fixed-neutral-80)}dds-text:where([color=fixed\/white]){--dds-text-color:var(--dds-mode-ui-fixed-white)}dds-text:where([color=fixed\/white-alpha-0]){--dds-text-color:var(--dds-mode-ui-fixed-white-alpha-0)}dds-text:where([color=fixed\/white-alpha-30]){--dds-text-color:var(--dds-mode-ui-fixed-white-alpha-30)}dds-text:where([color=fixed\/white-alpha-75]){--dds-text-color:var(--dds-mode-ui-fixed-white-alpha-75)}dds-text:where([color="hint/error/bg"]){--dds-text-color:var(--dds-mode-ui-hint-error-bg)}dds-text:where([color="hint/error/icon"]){--dds-text-color:var(--dds-mode-ui-hint-error-icon)}dds-text:where([color="hint/error/text"]){--dds-text-color:var(--dds-mode-ui-hint-error-text)}dds-text:where([color="hint/info/bg"]){--dds-text-color:var(--dds-mode-ui-hint-info-bg)}dds-text:where([color="hint/info/icon"]){--dds-text-color:var(--dds-mode-ui-hint-info-icon)}dds-text:where([color="hint/info/text"]){--dds-text-color:var(--dds-mode-ui-hint-info-text)}dds-text:where([color="hint/success/bg"]){--dds-text-color:var(--dds-mode-ui-hint-success-bg)}dds-text:where([color="hint/success/icon"]){--dds-text-color:var(--dds-mode-ui-hint-success-icon)}dds-text:where([color="hint/success/text"]){--dds-text-color:var(--dds-mode-ui-hint-success-text)}dds-text:where([color="hint/warning/bg"]){--dds-text-color:var(--dds-mode-ui-hint-warning-bg)}dds-text:where([color="hint/warning/icon"]){--dds-text-color:var(--dds-mode-ui-hint-warning-icon)}dds-text:where([color="hint/warning/text"]){--dds-text-color:var(--dds-mode-ui-hint-warning-text)}dds-text:where([color=rating\/average]){--dds-text-color:var(--dds-mode-ui-rating-average)}dds-text:where([color=rating\/excellent]){--dds-text-color:var(--dds-mode-ui-rating-excellent)}dds-text:where([color=rating\/good]){--dds-text-color:var(--dds-mode-ui-rating-good)}dds-text:where([color=rating\/poor]){--dds-text-color:var(--dds-mode-ui-rating-poor)}dds-text:where([color=rating\/very-poor]){--dds-text-color:var(--dds-mode-ui-rating-very-poor)}dds-text:where([color=semantic\/ad]){--dds-text-color:var(--dds-mode-ui-semantic-ad)}dds-text:where([color=semantic\/boomi]){--dds-text-color:var(--dds-mode-ui-semantic-boomi)}dds-text:where([color=semantic\/deliveryfast]){--dds-text-color:var(--dds-mode-ui-semantic-deliveryfast)}dds-text:where([color=semantic\/digipay]){--dds-text-color:var(--dds-mode-ui-semantic-digipay)}dds-text:where([color=semantic\/express]){--dds-text-color:var(--dds-mode-ui-semantic-express)}dds-text:where([color=semantic\/fresh]){--dds-text-color:var(--dds-mode-ui-semantic-fresh)}dds-text:where([color=semantic\/ganjdar]){--dds-text-color:var(--dds-mode-ui-semantic-ganjdar)}dds-text:where([color=semantic\/ganje]){--dds-text-color:var(--dds-mode-ui-semantic-ganje)}dds-text:where([color=semantic\/irancell]){--dds-text-color:var(--dds-mode-ui-semantic-irancell)}dds-text:where([color=semantic\/mehr]){--dds-text-color:var(--dds-mode-ui-semantic-mehr)}dds-text:where([color=semantic\/noninventory]){--dds-text-color:var(--dds-mode-ui-semantic-noninventory)}dds-text:where([color=semantic\/plus]){--dds-text-color:var(--dds-mode-ui-semantic-plus)}dds-text:where([color=semantic\/post]){--dds-text-color:var(--dds-mode-ui-semantic-post)}dds-text:where([color=semantic\/seller]){--dds-text-color:var(--dds-mode-ui-semantic-seller)}dds-text:where([color=semantic\/shipbyseller]){--dds-text-color:var(--dds-mode-ui-semantic-shipbyseller)}dds-text:where([color=semantic\/shipping-seller]){--dds-text-color:var(--dds-mode-ui-semantic-shipping-seller)}dds-text:where([color=semantic\/silver]){--dds-text-color:var(--dds-mode-ui-semantic-silver)}dds-text:where([color=semantic\/village]){--dds-text-color:var(--dds-mode-ui-semantic-village)}dds-text:where([color=inherit]){color:inherit}dds-text:where([direction=rtl]){text-align:right;direction:rtl}dds-text:where([direction=ltr]){text-align:left;direction:ltr}dds-text:where([clipped]:not([clipped=false])){background:var(--dds-text-background,none);-webkit-background-clip:text;background-clip:text}
dds-timer{height:var(--dds-timer-height);align-items:center;column-gap:var(--dds-timer-text-gap);color:var(--dds-timer-content);font-weight:var(--dds-timer-font-weight,var(--dds-typography-responsive-body-2-fontWeight));font-size:var(--dds-timer-font-size,var(--dds-typography-responsive-body-2-fontSize));line-height:var(--dds-timer-line-height,var(--dds-typography-responsive-body-2-lineHeight));--dds-timer-height:var(--dds-style-timer-6xs-height);--dds-timer-gap:var(--dds-style-timer-6xs-gap);--dds-timer-text-gap:var(--dds-style-timer-6xs-text-gap);--dds-timer-icon-size:var(--dds-style-timer-6xs-icon-size);--dds-timer-icon:var(--dds-icon-action-time);--dds-timer-digit-width:var(--dds-style-ui-dimension-4xs);--dds-timer-content:var(--dds-mode-timer-primary-plain-text);--dds-timer-nudge:1px;--dds-timer-separator-width:.25em;--dds-timer-separator-space:calc(var(--dds-timer-text-gap) + var(--dds-timer-separator-width));--dds-timer-cell-bg:transparent;--dds-timer-cell-radius:0;--dds-timer-cell-height:auto;display:flex}dds-timer:where([size="4xs"]){--dds-timer-height:var(--dds-style-timer-4xs-height);--dds-timer-gap:var(--dds-style-timer-4xs-gap);--dds-timer-text-gap:var(--dds-style-timer-4xs-text-gap);--dds-timer-icon-size:var(--dds-style-timer-4xs-icon-size);--dds-timer-digit-width:var(--dds-style-ui-dimension-4xs);--dds-timer-font-weight:var(--dds-typography-responsive-subtitle-2-fontWeight);--dds-timer-font-size:var(--dds-typography-responsive-subtitle-2-fontSize);--dds-timer-line-height:var(--dds-typography-responsive-subtitle-2-lineHeight)}dds-timer:where([size="3xs"]){--dds-timer-height:var(--dds-style-timer-4xs-height);--dds-timer-gap:var(--dds-style-timer-4xs-gap);--dds-timer-text-gap:var(--dds-style-timer-4xs-text-gap);--dds-timer-icon-size:var(--dds-style-timer-4xs-icon-size);--dds-timer-digit-width:var(--dds-style-ui-dimension-3xs);--dds-timer-font-weight:var(--dds-typography-responsive-subtitle-3-fontWeight);--dds-timer-font-size:var(--dds-typography-responsive-subtitle-3-fontSize);--dds-timer-line-height:var(--dds-typography-responsive-subtitle-3-lineHeight)}dds-timer:where([size="2xs"]){--dds-timer-height:var(--dds-style-timer-2xs-height);--dds-timer-gap:var(--dds-style-timer-2xs-gap);--dds-timer-text-gap:var(--dds-style-timer-2xs-text-gap);--dds-timer-icon-size:var(--dds-style-timer-2xs-icon-size);--dds-timer-digit-width:var(--dds-style-ui-dimension-2xs);--dds-timer-font-weight:var(--dds-typography-responsive-subtitle-3-fontWeight);--dds-timer-font-size:var(--dds-typography-responsive-subtitle-3-fontSize);--dds-timer-line-height:var(--dds-typography-responsive-subtitle-3-lineHeight)}dds-timer:where([color=white]){--dds-timer-content:var(--dds-mode-timer-white-plain-text)}dds-timer:where([color=error]){--dds-timer-content:var(--dds-mode-timer-error-plain-text)}dds-timer>:where([slot=seconds]){order:1}dds-timer>:where([slot=minutes]){order:2}dds-timer>:where([slot=hours]){order:3}dds-timer>:where([slot=hours],[slot=minutes],[slot=seconds]){width:var(--dds-timer-digit-width);height:var(--dds-timer-cell-height);border-radius:var(--dds-timer-cell-radius);background-color:var(--dds-timer-cell-bg);-webkit-margin-before:var(--dds-timer-nudge);justify-content:center;align-items:center;margin-top:var(--dds-timer-nudge);display:flex;position:relative}dds-timer>:where([slot=seconds]){-webkit-margin-end:var(--dds-timer-separator-space)}dds-timer>:where([slot=seconds]):not(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){margin-right:var(--dds-timer-separator-space)}dds-timer>:where([slot=seconds]):-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){margin-left:var(--dds-timer-separator-space)}dds-timer>:where([slot=seconds]):is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){margin-left:var(--dds-timer-separator-space)}dds-timer:where([hour]:not([hour=false]))>:where([slot=minutes]){-webkit-margin-end:var(--dds-timer-separator-space)}dds-timer:where([hour]:not([hour=false]))>:where([slot=minutes]):not(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){margin-right:var(--dds-timer-separator-space)}dds-timer:where([hour]:not([hour=false]))>:where([slot=minutes]):-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){margin-left:var(--dds-timer-separator-space)}dds-timer:where([hour]:not([hour=false]))>:where([slot=minutes]):is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){margin-left:var(--dds-timer-separator-space)}dds-timer>:where([slot=seconds]):after{content:":";width:var(--dds-timer-separator-space);color:var(--dds-timer-colon-content,var(--dds-timer-content));justify-content:center;align-items:center;display:flex;position:absolute;top:0;bottom:0}dds-timer>:where([slot=seconds]):not(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)):after{left:100%}dds-timer>:where([slot=seconds]):-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)):after{right:100%}dds-timer>:where([slot=seconds]):is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)):after{right:100%}dds-timer:where([hour]:not([hour=false]))>:where([slot=minutes]):after{content:":";width:var(--dds-timer-separator-space);color:var(--dds-timer-colon-content,var(--dds-timer-content));justify-content:center;align-items:center;display:flex;position:absolute;top:0;bottom:0}dds-timer:where([hour]:not([hour=false]))>:where([slot=minutes]):not(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)):after{left:100%}dds-timer:where([hour]:not([hour=false]))>:where([slot=minutes]):-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)):after{right:100%}dds-timer:where([hour]:not([hour=false]))>:where([slot=minutes]):is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)):after{right:100%}dds-timer:where(:not([hour]:not([hour=false])))>:where([slot=hours]){display:none}dds-timer:where([left-icon]:not([left-icon=false])):after{content:"";width:var(--dds-timer-icon-size);height:var(--dds-timer-icon-size);-webkit-margin-start:calc(var(--dds-timer-gap) - var(--dds-timer-text-gap));background-color:var(--dds-timer-content);-webkit-mask-image:var(--dds-timer-icon);-webkit-mask-image:var(--dds-timer-icon);mask-image:var(--dds-timer-icon);flex-shrink:0;order:4;-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}dds-timer:where([left-icon]:not([left-icon=false])):not(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)):after{margin-left:calc(var(--dds-timer-gap) - var(--dds-timer-text-gap))}dds-timer:where([left-icon]:not([left-icon=false])):-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)):after{margin-right:calc(var(--dds-timer-gap) - var(--dds-timer-text-gap))}dds-timer:where([left-icon]:not([left-icon=false])):is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)):after{margin-right:calc(var(--dds-timer-gap) - var(--dds-timer-text-gap))}
dds-title-row{box-sizing:border-box;grid-template-columns:auto minmax(0,auto) auto 1fr;grid-template-rows:minmax(var(--dds-style-title-row-title-height), auto) auto auto;width:100%;min-height:var(--dds-title-row-min-height);border-radius:var(--dds-style-title-row-radius);background:var(--dds-title-row-bg);-webkit-padding-before:var(--dds-title-row-padding-top);padding-top:var(--dds-title-row-padding-top);padding-inline:var(--dds-title-row-padding-x);-webkit-padding-after:var(--dds-title-row-padding-bottom);--dds-title-row-bg:var(--dds-mode-title-row-bg);--dds-title-row-min-height:var(--dds-style-title-row-min-height);--dds-title-row-gap-y:var(--dds-style-title-row-gap-y);--dds-title-row-text-gap-y:var(--dds-style-title-row-text-gap-y);--dds-title-row-padding-x:var(--dds-style-ui-spacing-space-0);--dds-title-row-padding-top:var(--dds-style-ui-spacing-space-0);--dds-title-row-padding-bottom:var(--dds-style-ui-spacing-space-0);align-content:start;align-items:center;padding-bottom:var(--dds-title-row-padding-bottom);display:grid;position:relative}dds-title-row:where([variant=separator]){--dds-title-row-bg:var(--dds-mode-title-row-separator-bg);--dds-title-row-min-height:var(--dds-style-title-row-separator-min-height);--dds-title-row-gap-y:0px;--dds-title-row-text-gap-y:0px;--dds-title-row-title-font-weight:var(--dds-typography-responsive-subtitle-2-fontWeight);--dds-title-row-title-font-size:var(--dds-typography-responsive-subtitle-2-fontSize);--dds-title-row-title-line-height:var(--dds-typography-responsive-subtitle-2-lineHeight);--dds-title-row-title-content:var(--dds-mode-title-row-separator-title);align-content:center}dds-title-row:where([title-alignment=center]){grid-template-columns:1fr minmax(0,auto) auto 1fr}dds-title-row:where([title-alignment=center])>:where([slot=title]){text-align:center}dds-title-row:where([title-alignment=center])>:where([slot=subtitle]){text-align:center}dds-title-row:where([title-alignment=center])>:where([slot=right]){justify-self:start}dds-title-row>:where([slot=right]){-webkit-margin-end:var(--dds-style-title-row-title-gap-x);grid-area:1/1}dds-title-row>:where([slot=right]):not(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){margin-right:var(--dds-style-title-row-title-gap-x)}dds-title-row>:where([slot=right]):-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){margin-left:var(--dds-style-title-row-title-gap-x)}dds-title-row>:where([slot=right]):is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){margin-left:var(--dds-style-title-row-title-gap-x)}dds-title-row>:where([slot=title]){overflow-wrap:anywhere;min-width:0;color:var(--dds-title-row-title-content,var(--dds-mode-ui-content-1));font-weight:var(--dds-title-row-title-font-weight,var(--dds-typography-responsive-title-1-fontWeight));font-size:var(--dds-title-row-title-font-size,var(--dds-typography-responsive-title-1-fontSize));line-height:var(--dds-title-row-title-line-height,var(--dds-typography-responsive-title-1-lineHeight));grid-area:1/2}dds-title-row>:where([slot=top]){-webkit-margin-start:var(--dds-style-title-row-title-gap-x);grid-area:1/3}dds-title-row>:where([slot=top]):not(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){margin-left:var(--dds-style-title-row-title-gap-x)}dds-title-row>:where([slot=top]):-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){margin-right:var(--dds-style-title-row-title-gap-x)}dds-title-row>:where([slot=top]):is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){margin-right:var(--dds-style-title-row-title-gap-x)}dds-title-row>:where([slot=left]){--dds-title-row-left-pull:calc(( var(--dds-style-title-row-left-slot-wrapper-size) - var(--dds-icon-button-size,var(--dds-style-title-row-left-slot-wrapper-size)) ) / 2);margin-block:var(--dds-title-row-left-pull);-webkit-margin-end:var(--dds-title-row-left-pull);-webkit-margin-start:calc(var(--dds-style-title-row-top-gap-x) + var(--dds-title-row-left-pull));grid-area:1/4;justify-self:end}dds-title-row>:where([slot=left]):not(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){margin-left:calc(var(--dds-style-title-row-top-gap-x) + var(--dds-title-row-left-pull));margin-right:var(--dds-title-row-left-pull)}dds-title-row>:where([slot=left]):-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){margin-right:calc(var(--dds-style-title-row-top-gap-x) + var(--dds-title-row-left-pull));margin-left:var(--dds-title-row-left-pull)}dds-title-row>:where([slot=left]):is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){margin-right:calc(var(--dds-style-title-row-top-gap-x) + var(--dds-title-row-left-pull));margin-left:var(--dds-title-row-left-pull)}dds-title-row>:where([slot=subtitle]){overflow-wrap:anywhere;-webkit-margin-before:var(--dds-title-row-text-gap-y);min-width:0;color:var(--dds-title-row-subtitle-content,var(--dds-mode-ui-content-2));font-weight:var(--dds-title-row-subtitle-font-weight,var(--dds-typography-responsive-body-2-fontWeight));font-size:var(--dds-title-row-subtitle-font-size,var(--dds-typography-responsive-body-2-fontSize));line-height:var(--dds-title-row-subtitle-line-height,var(--dds-typography-responsive-body-2-lineHeight));-webkit-line-clamp:var(--dds-title-row-subtitle-lines,1);-webkit-box-orient:vertical;grid-area:2/1/auto/-1;margin-top:var(--dds-title-row-text-gap-y);display:-webkit-box;overflow:hidden}dds-title-row:where([subtitle-number-of-lines="2"])>:where([slot=subtitle]){--dds-title-row-subtitle-lines:2}dds-title-row:where([subtitle-number-of-lines="3"])>:where([slot=subtitle]){--dds-title-row-subtitle-lines:3}dds-title-row:where([subtitle-number-of-lines="4"])>:where([slot=subtitle]){--dds-title-row-subtitle-lines:4}dds-title-row:where([variant=separator])>:where([slot=subtitle]){display:none}dds-title-row:where([number-of-lines])>:where([slot=title]){-webkit-line-clamp:var(--dds-title-row-title-lines,1);-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}dds-title-row:where([number-of-lines="2"])>:where([slot=title]){--dds-title-row-title-lines:2}dds-title-row:where([number-of-lines="3"])>:where([slot=title]){--dds-title-row-title-lines:3}dds-title-row:where([number-of-lines="4"])>:where([slot=title]){--dds-title-row-title-lines:4}dds-title-row>:where([slot=bottom]){-webkit-margin-before:var(--dds-title-row-gap-y);grid-area:3/1/auto/-1;margin-top:var(--dds-title-row-gap-y)}dds-title-row>:where([slot=action]){-webkit-appearance:none;appearance:none;box-sizing:border-box;z-index:1;cursor:pointer;border-radius:inherit;color:#0000;white-space:nowrap;background-color:#0000;border:none;margin:0;padding:0;text-decoration:none;transition:background-color .15s ease-out;display:block;position:absolute;top:0;bottom:0;left:0;right:0;overflow:hidden}dds-title-row:where(:hover)>:where([slot=action]){background-color:var(--dds-mode-ui-states-tonal-hover)}dds-title-row:where(:active)>:where([slot=action]){background-color:var(--dds-mode-ui-states-tonal-hover)}dds-title-row>:where([slot=action]:focus-visible){outline:var(--dds-style-ui-border-focus-width) var(--dds-style-ui-border-focus-style) var(--dds-mode-ui-states-border-focus);outline-offset:var(--dds-style-ui-border-focus-offset)}dds-title-row:where(:has(>[slot=action]))>:where([slot=right]){z-index:2;position:relative}dds-title-row:where(:has(>[slot=action]))>:where([slot=left]){z-index:2;position:relative}dds-title-row:where(:has(>[slot=action]))>:where([slot=bottom]){z-index:2;position:relative}
