/* Premium salon concept. Live controls, shared by all three game menus. */
html body.at-home #app .menu-workspace.salon-menu.premium-menu:not(:has(#admin-root)){
 --premium-gold:#e8c578;--premium-cream:#f5e7bc;--premium-line:#c2a46275;
 --premium-metal:url('/assets/menu-premium-v501/gold.webp');
 --menu-shade-width:640px;
 padding-top:30px!important;padding-bottom:90px!important;
 color:var(--premium-cream);
}


html body.at-home #app .menu-workspace.salon-menu.premium-menu:not(:has(#admin-root))>:is(.home-menu,.salon-top){width:min(620px,100%)!important;max-width:620px!important}
html body.at-home #app .menu-workspace.salon-menu.premium-menu>.salon-top{margin-bottom:32px!important;gap:24px!important}
html body.at-home #app .menu-workspace.salon-menu.premium-menu .salon-top .menu-brand{width:330px!important;filter:brightness(1.25) saturate(1.1) drop-shadow(0 2px 2px #0008)}
html body.at-home #app .premium-menu .salon-tools{margin-left:auto;gap:9px}
html body.at-home #app .premium-menu .salon-tools button{color:#ead8a7!important}
html body.at-home #app .premium-menu .salon-tools svg{filter:drop-shadow(0 1px 1px #0008)}
/* One continuous framed switch, including solitaire. */
html body.at-home #app .menu-workspace.salon-menu.premium-menu .game-switcher{
 width:100%;box-sizing:border-box;border:1px solid #d6b668!important;border-radius:10px!important;
 background:linear-gradient(110deg,#0b241bea,#07180fe8)!important;
 padding:4px;gap:3px;margin-bottom:28px!important;
 box-shadow:inset 0 1px #fff0b548,inset 0 -1px #8c743664,0 3px 12px #0004!important;
}
html body.at-home #app .menu-workspace.salon-menu.premium-menu .game-switcher button{
 flex:1;min-width:0;min-height:52px;border-radius:7px!important;
 color:#f0e4bb!important;font:500 17px/1.3 Literata,Georgia,serif;
}
html body.at-home #app .menu-workspace.salon-menu.premium-menu .game-switcher button[aria-pressed=true]{
 background:linear-gradient(115deg,#73733bdf,#353f20f0),var(--premium-metal)!important;
 background-size:auto,220px!important;border-color:#d4b670!important;
 box-shadow:inset 0 1px #fff2ba80,inset 0 0 10px #e6c77417,0 2px 4px #0005!important;
 color:#fff0bd!important;text-shadow:0 1px 2px #0007;
}
html body.at-home #app .menu-workspace.salon-menu.premium-menu .game-switcher svg{color:#ebd79f;filter:drop-shadow(0 1px 1px #0007)}
html body.at-home #app .premium-menu .play-home{--play-line:var(--premium-line);color:var(--premium-cream)}
html body.at-home #app .menu-workspace.salon-menu.premium-menu .salon-profile.play-identity{
 display:grid!important;grid-template-columns:64px minmax(0,1fr) 180px;gap:16px;
 padding:0 0 28px!important;margin:0 0 26px!important;align-items:center;
 border-bottom:1px solid var(--premium-line);
}
html body.at-home #app .premium-menu .salon-profile.play-identity>.avatar-art{width:64px;height:64px;flex-basis:64px;border-color:#dec47c;box-shadow:0 2px 8px #0006}
html body.at-home #app .premium-menu .play-home .play-player>strong{font:500 20px/1.35 Literata,Georgia,serif;color:#f5e7bc;max-width:100%}
html body.at-home #app .premium-menu .play-player .menu-profile-link{color:#dfce99!important;text-decoration:underline;text-underline-offset:3px}
html body.at-home #app .premium-menu .play-player .menu-marks{color:#efcf7d;font-size:17px}
html body.at-home #app .premium-menu .play-player .menu-marks img{width:28px;height:28px}
html body.at-home #app .premium-menu .play-rating{grid-template-columns:65px minmax(0,1fr);column-gap:12px;padding-left:20px;border-color:var(--premium-line)}
html body.at-home #app .premium-menu .play-rating .rank-emblem{width:65px;height:65px;max-width:none;max-height:none;filter:drop-shadow(0 3px 3px #0008)}
html body.at-home #app .premium-menu .play-rating .rank-name{font:400 15px/1.35 Literata,Georgia,serif;color:#efdfb4}
html body.at-home #app .menu-workspace.salon-menu.premium-menu .play-home .play-rating>strong{font:600 31px/1.2 Literata,Georgia,serif!important;color:#f2ca76;text-shadow:0 2px 2px #0009}
html body.at-home #app .premium-menu .play-rating>button{font-size:12px;color:#e4d4a6!important}
html body.at-home #app .premium-menu .play-launch>h3{font:600 37px/1.25 Literata,Georgia,serif;color:#f5e4b2;margin-bottom:18px;text-shadow:0 2px 3px #0008}
html body.at-home #app .premium-menu .play-mode-switch{
 border:1px solid #c9a556;border-radius:8px;padding:2px;gap:2px;
 background:linear-gradient(110deg,#102d20d9,#061a11e6);box-shadow:inset 0 1px #f8e4a441,0 2px 6px #0004;
 margin-bottom:17px;
}
html body.at-home #app .premium-menu .play-mode-switch>button{font:500 20px/1.3 Literata,Georgia,serif;min-height:53px;border-radius:5px;color:#f0e4bd!important;text-shadow:0 1px 2px #0008;gap:13px}
html body.at-home #app .premium-menu .play-mode-switch>button[aria-pressed=true]{
 background:linear-gradient(120deg,#74763cdf,#384424ed),var(--premium-metal)!important;background-size:auto,220px!important;
 box-shadow:inset 0 0 0 1px #d8bd6e,inset 0 2px #fff5bb80,inset 0 -2px #6d6321!important;
 color:#fff0be!important;
}
html body.at-home #app .premium-menu .play-mode-switch svg{width:29px;height:29px;stroke-width:1.4;color:#ebd695}
html body.at-home #app .menu-workspace.salon-menu.premium-menu .home-rule-switch{
 padding:3px;border:1px solid #a58d4f91;border-radius:7px;background:#091e16b5;
 box-shadow:inset 0 1px #e2d2a01a;margin-bottom:11px;
}
html body.at-home #app .premium-menu .play-home .home-rule-switch>button{min-height:34px;font:400 16px/1.3 Literata,Georgia,serif;color:#ece2c0!important}
html body.at-home #app .menu-workspace.salon-menu.premium-menu .home-rule-switch>button[aria-pressed=true]{background:linear-gradient(110deg,#52613abb,#394428c9)!important;box-shadow:inset 0 1px #e8d8971f!important;color:#fff1c9!important}
html body.at-home #app .premium-menu .play-config{font-size:14px;color:#ede1b9;margin-bottom:12px}
html body.at-home #app .premium-menu .play-config svg{color:#e6bf69;width:22px;height:22px}
/* Real metal texture under the label; the inner keyline never intercepts clicks. */
html body.at-home #app .menu-workspace.salon-menu.premium-menu .play-home .play-start:is(#instant-play,#instant-ranked,[data-checkers-search]),
html body.at-home #app .menu-workspace.salon-menu.premium-menu .patience-picker .home-primary{
 position:relative;isolation:isolate;min-height:68px;border:1px solid #e9c981!important;border-radius:8px;
 background:linear-gradient(115deg,#ac772b50 0%,#fff0b66b 40%,#f9dc9020 60%,#9b5e2347 100%),var(--premium-metal)!important;
 background-size:auto,320px!important;color:#122118!important;
 box-shadow:inset 0 2px #fff2bd,inset 0 -2px #9c6529,0 0 0 1px #795321,0 3px 12px #0006,0 0 17px #d9ab4920!important;
 font:600 25px/1.25 Literata,Georgia,serif;text-shadow:0 1px #f8e7ae6b;padding:14px 23px;white-space:normal;
}
html body.at-home #app .premium-menu .play-start::after{content:'';position:absolute;inset:3px;border:1px solid #fff0b794;border-radius:4px;box-shadow:0 0 0 1px #a77c3a66;pointer-events:none;z-index:-1}
html body.at-home #app .premium-menu .play-start svg{filter:drop-shadow(0 1px 0 #ffffbb66);width:29px;height:29px}
html body.at-home #app .premium-menu .play-destinations{gap:16px;margin-top:18px}
html body.at-home #app .menu-workspace.salon-menu.premium-menu .play-destinations>:is(button,a){
 min-height:95px;padding:16px 18px;border:1px solid #a9b06b!important;border-radius:8px;
 background:linear-gradient(120deg,#163e2ff3,#062318f7),var(--premium-metal)!important;background-size:auto,220px!important;
 color:#f6e8bd!important;font:500 22px/1.3 Literata,Georgia,serif;
 box-shadow:inset 0 1px #d6e4a485,inset 0 -1px #496d4099,0 2px 8px #0005!important;
 text-shadow:0 1px 2px #0008;gap:13px;
}
html body.at-home #app .premium-menu .play-destinations>*>svg{width:36px;height:36px;color:#ead295;stroke-width:1.5}
html body.at-home #app .menu-workspace.salon-menu.premium-menu .play-destinations>.play-store{
 background:linear-gradient(120deg,#68251bef,#321009f5),var(--premium-metal)!important;
 border-color:#b8553c!important;box-shadow:inset 0 1px #f58b6185,inset 0 -1px #6a2217,0 2px 9px #0005!important;
}
html body.at-home #app .premium-menu .play-destinations img.play-gift{display:block;width:52px;height:58px;flex:none;object-fit:contain;filter:drop-shadow(0 3px 3px #13050380)}
html body.at-home #app .premium-menu .play-destinations>*>b{color:#efca7f}
html body.at-home #app .premium-menu .play-home>.menu-aside{margin-top:27px!important}
html body.at-home #app .premium-menu .play-home .daily-disclosure>summary{padding:18px 0;font-size:15px;color:#e7dfc2}
html body.at-home #app .premium-menu .daily-disclosure>summary:after{color:#e9c578}
html body.at-home #app .premium-menu .play-rules{padding:20px 0;min-height:58px;font:400 17px/1.4 Literata,Georgia,serif;color:#ebdfb6!important}
html body.at-home #app .premium-menu .play-rules svg{width:32px;height:32px;color:#dfc88c}
html body.at-home #app .premium-menu :is(button,a):focus-visible{outline:2px solid #ffe6a2!important;outline-offset:4px!important}
html body.at-home #app .premium-menu :is(.play-start,.play-destinations>a,.play-destinations>button){transition:filter .16s,box-shadow .16s}
html body.at-home #app .premium-menu :is(.play-start,.play-destinations>a,.play-destinations>button):active{filter:brightness(.94)}
/* The material vocabulary continues into settings and the solitaire chooser. */
html body.at-home #app .menu-workspace.salon-menu.premium-menu:not(:has(#admin-root)) .paper-content{border-color:#b49a6275!important;background:linear-gradient(120deg,#163225f2,#081d15f5)!important;box-shadow:inset 0 1px #ead69d24,0 8px 26px #0004!important}
html body.at-home #app .premium-menu .home-subhead h2{color:#f2dfac;text-shadow:0 2px 3px #0008}
html body.at-home #app .premium-menu .patience-picker .salon-play button:not(.home-primary),html body.at-home #app .premium-menu .patience-picker .salon-configure button{border-color:#a48b516e!important;background:linear-gradient(120deg,#173427eb,#092117ee)!important;box-shadow:inset 0 1px #c7bc8820!important}
html body.at-home #app .premium-menu.solitaire-home .tournament-entry{border-color:#b8553c!important;background:linear-gradient(120deg,#68251be8,#321009ee)!important;box-shadow:inset 0 1px #f58b6160!important}
@media(min-width:1600px){}
@media(max-width:520px){
 html body.at-home #app .menu-workspace.salon-menu.premium-menu:not(:has(#admin-root)){padding-top:21px!important;padding-bottom:65px!important}
 
 
 html body.at-home #app .menu-workspace.salon-menu.premium-menu>.salon-top{margin-bottom:24px!important;gap:8px!important}
 html body.at-home #app .menu-workspace.salon-menu.premium-menu .salon-top .menu-brand{width:min(54%,220px)!important}
 html body.at-home #app .premium-menu .salon-tools{gap:2px}
 html body.at-home #app .menu-workspace.salon-menu.premium-menu .game-switcher{margin-bottom:22px!important;border-radius:10px!important}
 html body.at-home #app .menu-workspace.salon-menu.premium-menu .game-switcher button{min-height:44px;font-size:14px!important;padding-inline:5px;gap:5px}
 html body.at-home #app .menu-workspace.salon-menu.premium-menu .salon-profile.play-identity{grid-template-columns:44px minmax(0,1fr) 108px;gap:9px;padding-bottom:22px!important;margin-bottom:23px!important}
 html body.at-home #app .premium-menu .salon-profile.play-identity>.avatar-art{width:44px;height:44px;flex-basis:44px}
 html body.at-home #app .premium-menu .play-home .play-player>strong{font-size:14px}
 html body.at-home #app .premium-menu .play-player .menu-marks{font-size:14px}
 html body.at-home #app .premium-menu .play-player .menu-marks img{width:24px;height:24px}
 html body.at-home #app .premium-menu .play-player .menu-profile-link{font-size:10px}
 html body.at-home #app .premium-menu .play-rating{grid-template-columns:35px minmax(0,1fr);gap:0 6px;padding-left:7px}
 html body.at-home #app .premium-menu .play-rating .rank-emblem{width:35px;height:35px}
 html body.at-home #app .premium-menu .play-rating .rank-name{font-size:10px}
 html body.at-home #app .menu-workspace.salon-menu.premium-menu .play-home .play-rating>strong{font-size:23px!important}
 html body.at-home #app .premium-menu .play-rating>button{font-size:10px}
 html body.at-home #app .premium-menu .play-launch>h3{font-size:29px;margin-bottom:16px}
 html body.at-home #app .premium-menu .play-mode-switch>button{font-size:16px;min-height:46px;gap:9px}
 html body.at-home #app .premium-menu .play-mode-switch svg{width:23px;height:23px}
 html body.at-home #app .premium-menu .play-home .home-rule-switch>button{font-size:13px;min-height:32px}
 html body.at-home #app .premium-menu .play-config{font-size:12px}
 html body.at-home #app .menu-workspace.salon-menu.premium-menu .play-home .play-start:is(#instant-play,#instant-ranked,[data-checkers-search]){font-size:21px;min-height:59px;padding:12px 16px;gap:10px}
 html body.at-home #app .premium-menu .play-start svg{width:24px;height:24px}
 html body.at-home #app .premium-menu .play-destinations{gap:11px;margin-top:16px}
 html body.at-home #app .menu-workspace.salon-menu.premium-menu .play-destinations>:is(button,a){font-size:16px;min-height:83px;padding:12px 10px;gap:8px}
 html body.at-home #app .premium-menu .play-destinations>*>svg{width:28px;height:28px}
 html body.at-home #app .premium-menu .play-destinations img.play-gift{width:35px;height:43px}
 html body.at-home #app .premium-menu .play-home>.menu-aside{margin-top:23px!important}
 html body.at-home #app .premium-menu .play-home .daily-disclosure>summary{font-size:13px;padding:15px 0}
 html body.at-home #app .premium-menu .play-rules{font-size:15px;padding:17px 0}
}
@media(max-width:360px){
 html body.at-home #app .menu-workspace.salon-menu.premium-menu .salon-top .menu-brand{width:47%!important}
 html body.at-home #app .menu-workspace.salon-menu.premium-menu .salon-profile.play-identity{grid-template-columns:36px minmax(0,1fr) 93px;gap:7px}
 html body.at-home #app .premium-menu .salon-profile.play-identity>.avatar-art{width:36px;height:36px}
 html body.at-home #app .premium-menu .play-home .play-player>strong{font-size:13px}
 html body.at-home #app .premium-menu .play-rating{grid-template-columns:26px minmax(0,1fr);padding-left:5px}
 html body.at-home #app .premium-menu .play-rating .rank-emblem{width:26px;height:26px}
 html body.at-home #app .premium-menu .play-launch>h3{font-size:26px}
 html body.at-home #app .premium-menu .play-mode-switch>button{font-size:14px}
 html body.at-home #app .menu-workspace.salon-menu.premium-menu .play-destinations>:is(button,a){font-size:14px;padding:10px 8px;gap:6px}
 html body.at-home #app .premium-menu .play-destinations img.play-gift{width:29px;height:37px}
}
@media(prefers-reduced-motion:reduce){html body.at-home #app .premium-menu :is(button,a){transition:none!important}}

/* Serif navigation follows the reference without synthetic bold or clipping. */
html body.at-home #app .premium-menu :is(.game-switcher button,.play-mode-switch>button,.home-rule-switch>button,.play-destinations>button,.play-destinations>a){font-weight:400!important}
html body.at-home #app .premium-menu .play-destinations>*>span{overflow-wrap:anywhere}
@media(max-width:520px){
 html body.at-home #app .menu-workspace.salon-menu.premium-menu .play-destinations>:is(button,a){font-size:14px;gap:7px}
 html body.at-home #app .premium-menu .play-destinations>.play-store>b{display:none}
 html body.at-home #app .premium-menu .play-destinations>*>svg{width:25px;height:25px}
 html body.at-home #app .premium-menu .play-destinations img.play-gift{width:33px;height:41px}
 html body.at-home #app .premium-menu .play-home>.menu-aside{margin-top:18px!important}
}
@media(max-width:360px){
 html body.at-home #app .menu-workspace.salon-menu.premium-menu .play-destinations>:is(button,a){font-size:13px;gap:5px}
 html body.at-home #app .premium-menu .play-destinations img.play-gift{width:27px;height:35px}
}
@media(min-width:521px) and (max-width:900px){
 
}

/* Anchor the artwork to the whole menu so its tabletop remains below the links. */

html body.at-home #app .menu-workspace.salon-menu.premium-menu:not(:has(#admin-root)){padding-bottom:145px!important}
@media(max-width:520px){
 html body.at-home #app .menu-workspace.salon-menu.premium-menu:not(:has(#admin-root)){padding-bottom:105px!important}
 html body.at-home #app .premium-menu .play-destinations{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr)}
 html body.at-home #app .premium-menu .play-destinations>*>b{display:none}
 html body.at-home #app .menu-workspace.salon-menu.premium-menu .play-destinations>.play-store{font-size:13px}
}

html body.at-home #app .premium-menu.solitaire-home .tournament-entry{display:grid;grid-template-columns:44px minmax(0,1fr) 12px;gap:12px;align-items:center}
html body.at-home #app .premium-menu.solitaire-home .tournament-entry::before{display:none}
html body.at-home #app .premium-menu.solitaire-home .tournament-entry>img{width:44px;height:44px;object-fit:contain}
html body.at-home #app .premium-menu.solitaire-home .tournament-entry>span{min-width:0;font:500 20px/1.3 Literata,Georgia,serif;color:#f4e2b6}
html body.at-home #app .premium-menu.solitaire-home .tournament-entry>b{font:26px/1 Georgia;color:#efce83}
@media(min-width:521px) and (max-width:900px){
 html body.at-home #app .menu-workspace.salon-menu.premium-menu:not(:has(#admin-root)){padding-inline:7.2vw!important}
 html body.at-home #app .menu-workspace.salon-menu.premium-menu:not(:has(#admin-root))>:is(.home-menu,.salon-top){width:81.6vw!important;max-width:620px!important}
 html body.at-home #app .menu-workspace.salon-menu.premium-menu .salon-top .menu-brand{width:48%!important}
}
/* Daily challenges are visible by default, before secondary destinations. */
html body.at-home #app .premium-menu .play-home .daily-disclosure{border:1px solid #b69e62a6;border-radius:9px;background:linear-gradient(115deg,#203b2dec,#10271eef);box-shadow:inset 0 1px #f4dda039,0 4px 16px #0003;overflow:hidden}
html body.at-home #app .premium-menu .play-home .daily-disclosure>summary{padding:16px 18px;min-height:52px;color:#f6df9e;font:500 20px/1.3 Literata,Georgia,serif}
html body.at-home #app .premium-menu .play-home .daily-disclosure>summary>span:nth-child(2){margin-left:auto;color:#ffe6a2;font:600 13px/1.3 'Golos Text',sans-serif}
html body.at-home #app .premium-menu .daily-achievements{border:0;border-radius:0;max-width:none;background:transparent;box-shadow:none}
html body.at-home #app .premium-menu .daily-achievements>header{display:none}
html body.at-home #app .premium-menu .daily-achievement{border-color:#bda46955}
html body.at-home #app .premium-menu .daily-achievement strong{color:#fff0cb}
html body.at-home #app .premium-menu .daily-achievement em{color:#d4d9c7}
html body.at-home #app .premium-menu .daily-achievement>.daily-achievement-icon{filter:saturate(1.1) brightness(1.12)}
html body.at-home #app .premium-menu .daily-achievement .achievement-reward{border-color:#cbb57588;background:#38462bcc;color:#ffdd8c}
html body.at-home #app .menu-workspace.salon-menu.premium-menu .play-destinations{margin-top:26px;padding-top:24px;border-top:1px solid #d5b66b8c}
@media(max-width:520px){html body.at-home #app .premium-menu .play-home .daily-disclosure>summary{font-size:18px;padding:14px 12px}html body.at-home #app .premium-menu .daily-achievement{padding:11px 12px;gap:9px}html body.at-home #app .menu-workspace.salon-menu.premium-menu .play-destinations{margin-top:23px;padding-top:22px}}
/* One compact task row, shared by durak, checkers and solitaire. */
html body.at-home #app .menu-workspace.salon-menu.premium-menu .compact-daily{border:1px solid #a9915e8c;border-radius:8px;background:#122c21f2;box-shadow:inset 0 1px #ead69825;overflow:hidden}
html body.at-home #app .menu-workspace.salon-menu.premium-menu .compact-daily>summary{padding:11px 14px;min-height:42px;font:500 17px/1.3 Literata,Georgia,serif;color:#f3dfa8;border:0}
html body.at-home #app .premium-menu .compact-daily .daily-achievements{border:0;border-radius:0;max-width:none;background:transparent;box-shadow:none}
html body.at-home #app .premium-menu .compact-daily .daily-achievements>header{display:none}
html body.at-home #app .premium-menu .compact-daily .daily-achievement{grid-template-columns:26px minmax(0,1fr) 36px 56px;gap:9px;min-height:46px;padding:8px 14px;border-color:#a9915e3d}
html body.at-home #app .premium-menu .compact-daily .daily-achievement>.daily-achievement-icon{width:26px;height:26px}
html body.at-home #app .premium-menu .compact-daily .daily-achievement strong{font:400 13px/1.4 'Golos Text',Arial,sans-serif;color:#f0ebd5}
html body.at-home #app .premium-menu .compact-daily .daily-achievement>small{display:block;align-self:center;padding:0;font:600 12px/1.3 'Golos Text',Arial,sans-serif;color:#e3d4a6;text-align:right;white-space:nowrap}
html body.at-home #app .premium-menu .compact-daily .daily-achievement .achievement-reward{display:flex;align-items:center;justify-content:flex-end;gap:5px;width:56px;min-height:30px;padding:3px 0;border:0;border-radius:4px;background:transparent;color:#f0cf87;box-shadow:none}
html body.at-home #app .premium-menu .compact-daily .achievement-reward[data-reward-state=locked]{opacity:1;filter:none;cursor:default}
html body.at-home #app .premium-menu .compact-daily .achievement-reward[data-reward-state=ready]{background:#40562b;outline:1px solid #eccf7f;box-shadow:0 0 8px #eccf7f33}
html body.at-home #app .premium-menu .compact-daily .achievement-reward img{width:18px;height:20px}
html body.at-home #app .premium-menu .compact-daily .achievement-reward b{font-size:12px}
html body.at-home #app .premium-menu .compact-daily .daily-achievements>button{min-height:31px;padding:7px 14px;font-size:11px;background:transparent!important;color:#d6c08c}
html body.at-home #app .menu-workspace.salon-home.premium-menu.has-aside .menu-aside:has(.compact-daily){position:static!important;inset:auto!important;width:100%;max-width:none;padding:0;margin:20px 0 0!important}
html body.at-home #app .premium-menu.solitaire-home .menu-aside+.tournament-entry{margin-top:24px!important}
@media(max-width:380px){html body.at-home #app .premium-menu .compact-daily .daily-achievement{grid-template-columns:22px minmax(0,1fr) 30px 49px;gap:6px;padding-inline:10px}html body.at-home #app .premium-menu .compact-daily .daily-achievement>.daily-achievement-icon{width:22px;height:22px}html body.at-home #app .premium-menu .compact-daily .daily-achievement .achievement-reward{width:49px}html body.at-home #app .menu-workspace.salon-menu.premium-menu .compact-daily>summary{font-size:16px;padding-inline:10px}}
