.pl{--pl-pink:var(--tm-color-primary);--pl-border:var(--tm-color-border);box-sizing:border-box;color:var(--tm-color-text);font-family:Arial,sans-serif;background:#fff;container-type:inline-size}.pl *{box-sizing:border-box}.pl button{font:inherit;cursor:pointer}.pl [hidden]{display:none!important}.price-list-preview{margin:0;background:var(--tm-color-page)}.price-list-preview>.pl{max-width:720px;margin:auto;min-height:100vh}.pl-header{height:68px;background:var(--tm-color-page);display:grid;grid-template-columns:52px 1fr 52px;align-items:center;padding:0 12px}.pl-header h2{font-size:24px;text-align:center;margin:0;font-weight:700;letter-spacing:-.4px}.pl-back{display:grid;place-items:center;width:44px;height:44px;border:0;background:transparent;color:var(--tm-color-text);text-decoration:none}.pl svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex:none}.pl-list{display:grid;gap:12px;padding:16px 24px}.pl-service{border:1px solid var(--pl-border);border-radius:15px;overflow:hidden;background:linear-gradient(125deg,#fff,#fffdfd)}.pl-service.is-open{border-color:var(--tm-color-border);background:linear-gradient(120deg,var(--tm-color-page),var(--tm-color-page))}.pl-trigger{width:100%;display:grid;grid-template-columns:70px minmax(0,1fr) auto 30px;align-items:center;gap:18px;padding:8px 14px 8px 12px;min-height:86px;border:0;background:transparent;text-align:left;color:inherit}.pl-avatar{display:block;width:70px;height:70px;object-fit:cover;border-radius:50%;background:var(--tm-color-page)}.pl-copy{min-width:0}.pl-copy strong{display:block;font-size:18px;line-height:1.3;margin-bottom:4px}.pl-copy small{display:block;font-size:12px;line-height:1.5;color:var(--tm-color-muted);max-width:385px}.pl-cost{font-size:18px;font-weight:700;color:var(--pl-pink);white-space:nowrap}.pl-chevron{width:29px;height:29px;border:1px solid var(--tm-color-border);border-radius:50%;display:grid;place-items:center;color:var(--pl-pink)}.pl-chevron svg{width:18px;height:18px;transition:transform .16s}.pl-trigger[aria-expanded=true] .pl-chevron svg{transform:rotate(180deg)}.pl-body{margin:0 14px 14px;padding:16px 20px 14px;border:1px solid var(--tm-color-border);border-radius:20px;background:var(--tm-color-page)}.pl-description{font-size:13px;line-height:1.55;color:var(--tm-color-muted);margin:0 0 16px;white-space:pre-line}.pl-body h3{font-size:14px;color:var(--pl-pink);margin:0 0 10px;line-height:1.3}.pl-includes{display:grid;gap:7px;list-style:none;padding:0;margin:0 0 22px}.pl-includes li{display:flex;gap:9px;align-items:flex-start;font-size:12px;line-height:1.35;color:var(--tm-color-muted)}.pl-check{width:15px;height:15px;border:1px solid var(--pl-pink);color:var(--pl-pink);border-radius:50%;display:grid;place-items:center;flex:none}.pl-check svg{width:12px;height:12px;stroke-width:2}.pl-gallery{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:16px}.pl-media{position:relative;display:block;width:100%;padding:0;border:0;overflow:hidden;border-radius:13px;background:var(--tm-color-page);aspect-ratio:1.04;color:white}.pl-media img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .16s}.pl-media:hover img{transform:scale(1.03)}.pl-videos{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-bottom:14px}.pl-videos .pl-media{aspect-ratio:16/9}.pl-play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:30px;height:30px;display:grid;place-items:center;border:2px solid white;border-radius:50%;background:#10182833}.pl-play svg{width:16px;height:16px;fill:white;stroke:none;margin-left:2px}.pl-note{padding:14px 0 0;background:var(--tm-color-page);border-radius:13px}.pl-note ul{padding-left:21px;margin:0;color:var(--tm-color-muted);font-size:12px;line-height:1.55}.pl-dialog{border:1px solid var(--tm-color-border);background:#fff;border-radius:20px;width:min(92vw,760px);max-height:90dvh;padding:18px;color:var(--tm-color-text);font:14px Arial,sans-serif}.pl-dialog::backdrop{background:#101828c9}.pl-dialog-head{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:12px}.pl-dialog-head h3{margin:0;font-size:18px}.pl-close{border:0;border-radius:50%;width:40px;height:40px;background:var(--tm-color-page);color:var(--pl-pink);font-size:22px!important}.pl-dialog-content>img,.pl-dialog-content>video{display:block;max-width:100%;width:100%;max-height:70vh;object-fit:contain;border-radius:12px}.pl-upload{display:block;margin-top:16px;border:1px dashed var(--tm-color-border);border-radius:12px;padding:16px;color:var(--pl-pink)}.pl-upload input{display:block;margin-top:12px;width:100%}.pl-dialog-content p{line-height:1.6}.pl-empty{font-size:12px;color:var(--tm-color-muted)}.pl button:focus-visible,.pl a:focus-visible{outline:2px solid var(--pl-pink);outline-offset:3px}.profile-price-panel:has(>.pl){padding:0;overflow:hidden}.profile-price-panel>.pl .pl-header{height:56px}.profile-price-panel>.pl .pl-back{visibility:hidden}
@container(max-width:520px){.pl-header{height:60px}.pl-header h2{font-size:20px}.pl-list{padding:12px;gap:10px}.pl-trigger{grid-template-columns:50px minmax(0,1fr) auto 25px;gap:9px;padding:10px;min-height:82px}.pl-avatar{width:50px;height:50px}.pl-copy strong{font-size:14px}.pl-copy small{font-size:10px;line-height:1.4}.pl-cost{font-size:13px}.pl-chevron{width:25px;height:25px}.pl-body{margin:0 9px 9px;padding:14px 12px;border-radius:15px}.pl-description{font-size:12px}.pl-includes li{font-size:11px}.pl-gallery{gap:8px}.pl-videos{gap:8px}.pl-note ul{font-size:11px}.pl-media{border-radius:10px}.pl-videos .pl-media{aspect-ratio:16/9}.pl-note{padding:10px 0 0}}
@container(max-width:355px){.pl-trigger{grid-template-columns:44px minmax(0,1fr) 24px}.pl-avatar{width:44px;height:44px;grid-row:1/3}.pl-copy{grid-column:2}.pl-cost{grid-column:2}.pl-chevron{grid-column:3;grid-row:1/3}.pl-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(prefers-reduced-motion:reduce){.pl *{transition:none!important}}
.pl-more{position:absolute;inset:0;background:#10182899;display:grid;place-items:center;color:white;font-size:30px;font-weight:700}.pl-all-photos{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:16px}.pl-all-photos [aria-current=true]{outline:2px solid var(--tm-color-primary);outline-offset:2px}.pl-manage{border:1px solid var(--tm-color-border);border-radius:10px;background:var(--tm-color-page);padding:12px;margin-top:16px;color:var(--tm-color-primary)}.pl-manage-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:16px}.pl-manage-list img{width:100%;height:70px;object-fit:cover;border-radius:8px}.pl-manage-list button{border:0;background:var(--tm-color-page);color:var(--tm-color-primary);padding:8px;font-size:12px;border-radius:8px}.pl-media-error{color:#b32749}.pl-video-label{position:absolute;bottom:8px;left:10px;color:var(--tm-color-muted);font-size:12px}
/* Preview stays 16:9; the opened player uses the media intrinsic ratio. */
.pl-note{padding:0;margin:14px 0 0;background:transparent;border-radius:0}.pl-note p{margin:0;color:var(--tm-color-muted);font-size:12px;line-height:1.5}
.pl-dialog-content>video{width:auto;height:auto;max-width:100%;max-height:70dvh;aspect-ratio:auto;object-fit:contain;margin-inline:auto;background:var(--tm-color-text)}
.pl .pricing-icon{display:block;flex:none;aspect-ratio:1;stroke-width:1.7}.pl-chevron .pricing-icon{width:18px;height:18px}.pl-check .pricing-icon{width:12px;height:12px;stroke-width:2}.pl-play{display:grid;place-items:center;background:#1018284d}.pl-play .pricing-icon{width:20px;height:20px;fill:currentColor;stroke-width:1.5}.pl-close{display:grid;place-items:center}.pl-close .pricing-icon{width:20px;height:20px}

/* WordPress integration only; all component geometry above is shared verbatim with pricing-list.html. */
.tim-makeup-app .tm-pricing-list{padding:0;border:0;background:#fff;overflow:hidden}.tim-makeup-app .tm-pricing-list .pl-header{display:flex;justify-content:center;height:68px}.tim-makeup-app .tm-pricing-list .pl-header h2{font-size:24px;margin:0}.pl-videos .pl-media>video{width:100%;height:100%;object-fit:cover;pointer-events:none}.pl-placeholder{display:grid;place-items:center;color:var(--tm-color-primary)}.pl-empty{font-size:13px;color:var(--tm-color-muted);text-align:center;padding:24px}.tim-makeup-app .tm-pricing-list button{font-family:Arial,sans-serif;box-shadow:none;letter-spacing:normal;text-transform:none}
.tim-makeup-app.tm-profile-route .tm-pricing-list{--tm-profile-content-release:"0.9.243";margin-top:16px!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;overflow:visible!important}.tim-makeup-app.tm-profile-route .tm-pricing-list .pl-header{display:flex!important;align-items:center!important;justify-content:flex-start!important;height:38px!important;margin:0!important;padding:0 2px!important;background:transparent!important}.tim-makeup-app.tm-profile-route .tm-pricing-list .pl-header h2{margin:0!important;color:var(--tm-color-text)!important;font-size:15px!important;line-height:1.25!important;font-weight:750!important;letter-spacing:0!important;text-align:left!important}.tim-makeup-app.tm-profile-route .tm-pricing-list .pl-list{display:grid!important;gap:9px!important;padding:0!important}.tim-makeup-app.tm-profile-route .tm-pricing-list .pl-service{border:1px solid var(--tm-color-border)!important;border-radius:15px!important;background:#fff!important;box-shadow:none!important;overflow:hidden!important}.tim-makeup-app.tm-profile-route .tm-pricing-list .pl-service.is-open{border-color:var(--tm-color-border)!important;background:#fff!important}.tim-makeup-app.tm-profile-route .tm-pricing-list .pl-trigger{grid-template-columns:52px minmax(0,1fr) auto 28px!important;gap:10px!important;min-height:72px!important;padding:9px 11px!important;background:#fff!important}.tim-makeup-app.tm-profile-route .tm-pricing-list .pl-avatar{width:52px!important;height:52px!important;border-radius:12px!important;background:var(--tm-color-page)!important}.tim-makeup-app.tm-profile-route .tm-pricing-list .pl-copy strong{margin:0 0 3px!important;color:var(--tm-color-text)!important;font-size:13px!important;line-height:1.3!important;font-weight:700!important}.tim-makeup-app.tm-profile-route .tm-pricing-list .pl-copy small{max-width:none!important;color:var(--tm-color-muted)!important;font-size:9.5px!important;line-height:1.4!important;-webkit-line-clamp:2!important}.tim-makeup-app.tm-profile-route .tm-pricing-list .pl-cost{color:var(--tm-color-primary)!important;font-size:13px!important;font-weight:750!important}.tim-makeup-app.tm-profile-route .tm-pricing-list .pl-chevron{width:27px!important;height:27px!important;border:1px solid var(--tm-color-border)!important;border-radius:50%!important;background:#fff!important;color:var(--tm-color-primary)!important}.tim-makeup-app.tm-profile-route .tm-pricing-list .pl-chevron svg{width:15px!important;height:15px!important;stroke-width:1.7!important}.tim-makeup-app.tm-profile-route .tm-pricing-list .pl-body{margin:0 11px 11px!important;padding:13px!important;border:0!important;border-top:1px solid var(--tm-color-border)!important;border-radius:0!important;background:#fff!important}.tim-makeup-app.tm-profile-route .tm-pricing-list .pl-description{margin:0 0 12px!important;color:var(--tm-color-muted)!important;font-size:10.5px!important;line-height:1.55!important}.tim-makeup-app.tm-profile-route .tm-pricing-list .pl-body h3{margin:0 0 8px!important;color:var(--tm-color-text)!important;font-size:11px!important;font-weight:700!important}.tim-makeup-app.tm-profile-route .tm-pricing-list .pl-includes{gap:6px!important;margin-bottom:14px!important}.tim-makeup-app.tm-profile-route .tm-pricing-list .pl-includes li{color:var(--tm-color-muted)!important;font-size:10px!important}.tim-makeup-app.tm-profile-route .tm-pricing-list .pl-check{width:15px!important;height:15px!important}
@media(max-width:370px){.tim-makeup-app.tm-profile-route .tm-pricing-list .pl-trigger{grid-template-columns:46px minmax(0,1fr) auto 26px!important;gap:8px!important;padding-inline:9px!important}.tim-makeup-app.tm-profile-route .tm-pricing-list .pl-avatar{width:46px!important;height:46px!important}.tim-makeup-app.tm-profile-route .tm-pricing-list .pl-cost{font-size:12px!important}}
.tim-makeup-app.tm-profile-route .tm-pricing-list{--tm-profile-grouped-pricing:"0.9.244";margin-top:16px!important}.tim-makeup-app.tm-profile-route .tm-pricing-list .pl-header{height:40px!important;padding:0 2px!important}.tim-makeup-app.tm-profile-route .tm-pricing-list .pl-list{gap:0!important;border:1px solid var(--tm-color-border)!important;border-radius:16px!important;background:#fff!important;overflow:hidden!important}.tim-makeup-app.tm-profile-route .tm-pricing-list .pl-service{border:0!important;border-radius:0!important;background:#fff!important}.tim-makeup-app.tm-profile-route .tm-pricing-list .pl-service+.pl-service{border-top:1px solid var(--tm-color-border)!important}.tim-makeup-app.tm-profile-route .tm-pricing-list .pl-service.is-open{background:#fff!important}.tim-makeup-app.tm-profile-route .tm-pricing-list .pl-trigger{min-height:74px!important;padding:10px 11px!important}.tim-makeup-app.tm-profile-route .tm-pricing-list .pl-avatar{border-radius:11px!important}.tim-makeup-app.tm-profile-route .tm-pricing-list .pl-body{margin:0 11px!important;padding:13px 0 14px 62px!important;border-top:1px solid var(--tm-color-border)!important}.tim-makeup-app.tm-profile-route .tm-pricing-list .pl-description{margin-right:8px!important}
@media(max-width:370px){.tim-makeup-app.tm-profile-route .tm-pricing-list .pl-body{padding-left:54px!important}}
.tim-makeup-app.tm-profile-route .tm-pricing-list{--tm-profile-airy-pricing:"0.9.245";margin-top:18px!important}
.tim-makeup-app.tm-profile-route .tm-pricing-list .pl-header{height:38px!important;padding:0 2px!important}
.tim-makeup-app.tm-profile-route .tm-pricing-list .pl-list{gap:8px!important;border:0!important;border-radius:0!important;background:transparent!important;overflow:visible!important}
.tim-makeup-app.tm-profile-route .tm-pricing-list .pl-service{border:0!important;border-radius:14px!important;background:var(--tm-color-page)!important;box-shadow:none!important;overflow:hidden!important}
.tim-makeup-app.tm-profile-route .tm-pricing-list .pl-service+.pl-service{border-top:0!important}
.tim-makeup-app.tm-profile-route .tm-pricing-list .pl-service.is-open{background:var(--tm-color-page)!important}
.tim-makeup-app.tm-profile-route .tm-pricing-list .pl-trigger{grid-template-columns:48px minmax(0,1fr) auto 27px!important;gap:10px!important;min-height:70px!important;padding:10px 11px!important;background:transparent!important}
.tim-makeup-app.tm-profile-route .tm-pricing-list .pl-avatar{width:48px!important;height:48px!important;border-radius:12px!important}
.tim-makeup-app.tm-profile-route .tm-pricing-list .pl-copy strong{font-size:13px!important}
.tim-makeup-app.tm-profile-route .tm-pricing-list .pl-body{margin:0!important;padding:13px 11px 14px 69px!important;border:0!important;border-top:1px solid var(--tm-color-border)!important;background:transparent!important}
@media(max-width:370px){.tim-makeup-app.tm-profile-route .tm-pricing-list .pl-trigger{grid-template-columns:44px minmax(0,1fr) auto 25px!important;gap:8px!important}.tim-makeup-app.tm-profile-route .tm-pricing-list .pl-avatar{width:44px!important;height:44px!important}.tim-makeup-app.tm-profile-route .tm-pricing-list .pl-body{padding-left:63px!important}}
.tim-makeup-app.tm-profile-route .tm-pricing-list{--tm-profile-expanded-card-release:"0.9.255"}
.tim-makeup-app.tm-profile-route .tm-pricing-list .pl-service.is-open{background:#fff!important}
.tim-makeup-app.tm-profile-route .tm-pricing-list .pl-service.is-open .pl-trigger{background:var(--tm-color-page)!important}

.tim-makeup-app.tm-profile-route .tm-pricing-list{--tm-profile-pricing-heading-release:"0.9.288";padding:9px!important;border:1px solid var(--tm-color-border)!important;border-radius:19px!important;background:linear-gradient(180deg,var(--tm-color-page) 0,#fff 78px)!important}
.tim-makeup-app.tm-profile-route .tm-pricing-list .pl-header{position:relative!important;display:grid!important;grid-template-columns:34px minmax(0,1fr) auto!important;align-items:center!important;column-gap:9px!important;height:46px!important;margin:0 1px 7px!important;padding:0 8px 0 4px!important;border:0!important;background:transparent!important}
.tim-makeup-app.tm-profile-route .tm-pricing-list .pl-header::before{content:"";display:block;width:32px;height:32px;border-radius:50%;background:#ffeaf1 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ef356a' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 3.5h12v17l-2-1.3-2 1.3-2-1.3-2 1.3-2-1.3-2 1.3z'/%3E%3Cpath d='M9 8h6M9 12h6M9 16h3'/%3E%3C/svg%3E") center/18px 18px no-repeat}
.tim-makeup-app.tm-profile-route .tm-pricing-list .pl-header h2{font-size:15px!important;font-weight:800!important;line-height:1.2!important;letter-spacing:-.15px!important}
.tim-makeup-app.tm-profile-route .tm-pricing-list .pl-header::after{content:"Chạm để xem chi tiết";color:var(--tm-color-muted);font-size:9px;font-weight:600;line-height:1.2;white-space:nowrap}
.tim-makeup-app.tm-profile-route .tm-pricing-list .pl-list{gap:7px!important}
@media(max-width:370px){.tim-makeup-app.tm-profile-route .tm-pricing-list .pl-header{grid-template-columns:32px minmax(0,1fr)!important}.tim-makeup-app.tm-profile-route .tm-pricing-list .pl-header::before{width:30px;height:30px}.tim-makeup-app.tm-profile-route .tm-pricing-list .pl-header::after{display:none}}
.tim-makeup-app.tm-profile-route .tm-pricing-list .pl-body{margin:0!important;padding:14px 13px 16px!important;border:0!important;border-top:1px solid var(--tm-color-border)!important;background:#fff!important}
.tim-makeup-app.tm-profile-route .tm-pricing-list .pl-description{margin:0 0 13px!important;color:var(--tm-color-muted)!important;font-size:10.5px!important;line-height:1.6!important}
.tim-makeup-app.tm-profile-route .tm-pricing-list .pl-body h3{margin:13px 0 8px!important;font-size:11px!important;line-height:1.35!important}
.tim-makeup-app.tm-profile-route .tm-pricing-list .pl-includes{gap:7px!important;margin:0 0 14px!important}
.tim-makeup-app.tm-profile-route .tm-pricing-list .pl-gallery{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:7px!important;margin-bottom:14px!important}
.tim-makeup-app.tm-profile-route .tm-pricing-list .pl-media{border-radius:10px!important}
.tim-makeup-app.tm-profile-route .tm-pricing-list .pl-videos{gap:7px!important;margin-bottom:14px!important}
.tim-makeup-app.tm-profile-route .tm-pricing-list .pl-videos:has(>.pl-media:only-child){grid-template-columns:minmax(0,1fr)!important}
.tim-makeup-app.tm-profile-route .tm-pricing-list .pl-note{margin-top:12px!important;padding-top:12px!important;border-top:1px solid var(--tm-color-border)!important}
@media(max-width:370px){.tim-makeup-app.tm-profile-route .tm-pricing-list .pl-body{padding:13px 11px 15px!important}}
.tim-makeup-app.tm-profile-route .tm-pricing-list{--tm-profile-compact-list-release:"0.9.256"}
.tim-makeup-app.tm-profile-route .tm-pricing-list .pl-list{gap:8px!important}
.tim-makeup-app.tm-profile-route .tm-pricing-list .pl-service{border:1px solid var(--tm-color-border)!important;border-radius:14px!important;background:#fff!important}
.tim-makeup-app.tm-profile-route .tm-pricing-list .pl-trigger{grid-template-columns:46px minmax(0,1fr) auto 26px!important;gap:9px!important;min-height:64px!important;padding:8px 9px!important;background:#fff!important}
.tim-makeup-app.tm-profile-route .tm-pricing-list .pl-avatar{width:46px!important;height:46px!important;border-radius:11px!important}
.tim-makeup-app.tm-profile-route .tm-pricing-list .pl-copy strong{margin:0 0 2px!important;font-size:13.5px!important;line-height:1.25!important}
.tim-makeup-app.tm-profile-route .tm-pricing-list .pl-copy small{display:-webkit-box!important;overflow:hidden!important;font-size:10px!important;line-height:1.3!important;-webkit-line-clamp:1!important;-webkit-box-orient:vertical!important}
.tim-makeup-app.tm-profile-route .tm-pricing-list .pl-cost{font-size:13px!important;font-weight:800!important}
.tim-makeup-app.tm-profile-route .tm-pricing-list .pl-chevron{width:26px!important;height:26px!important}
.tim-makeup-app.tm-profile-route .tm-pricing-list .pl-service.is-open .pl-trigger{background:var(--tm-color-page)!important}
