.tonton-component-test {
    color: #360008;
}
.tonton-component-test * {
    box-sizing: border-box;
}
.tonton-component-test a {
    color: inherit;
}
.tonton-component-test img {
    max-width: 100%;
    height: auto;
}
.tonton-component-test .test-lead {
    margin: 1rem 0 2rem;
    padding: 1rem;
    background: #fff8dc;
    border-left: .35rem solid #fcc800;
    font-weight: bold;
    line-height: 1.8;
}
.tonton-component-test .test-section {
    margin: 2.4rem 0;
}
.tonton-component-test .test-section-title {
    margin: 0 0 1rem;
    padding: .8rem 1rem;
    background: #360008;
    color: #fff;
    border-radius: .35rem;
    font-size: 1.18rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
}
.tonton-component-test .test-caption {
    margin: 0 0 1rem;
    color: #555;
    font-size: .92rem;
    font-weight: bold;
    line-height: 1.7;
}
.tonton-component-test .test-mini-title {
    margin: 1.2rem 0 .7rem;
    padding: .45rem .75rem;
    background: #f5f5f5;
    border-left: .3rem solid #360008;
    font-weight: bold;
    line-height: 1.5;
}
.tonton-component-test h2.tonton-h2-banner {
    margin: 2rem 0 1rem;
    padding: .85rem 1rem;
    background: #360008 !important;
    border: none !important;
    border-radius: .35rem;
    color: #fff !important;
    text-align: center;
    font-size: 1.35rem;
    font-weight: bold;
    line-height: 1.5;
    text-shadow: none !important;
}
.tonton-component-test h2.tonton-h2-article {
    margin: 2rem 0 1rem;
    padding: .35rem 0 .45rem .85rem;
    background: linear-gradient(transparent 72%, rgba(252,200,0,.45) 72%) !important;
    border-left: .35rem solid #360008;
    color: #360008 !important;
    font-size: 1.32rem;
    font-weight: bold;
    line-height: 1.55;
    text-align: left;
    text-shadow: none !important;
}
.tonton-component-test h2.tonton-h2-chapter {
    margin: 2rem 0 1rem;
    padding: .85rem 1rem;
    background: #fff8dc !important;
    border: .2rem solid #fcc800;
    border-radius: .45rem;
    color: #360008 !important;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.55;
    text-align: left;
    text-shadow: none !important;
}
.tonton-component-test h2.tonton-h2-chapter .chapter-label {
    display: inline-block;
    margin: 0 .55rem .25rem 0;
    padding: .16rem .55rem;
    background: #360008;
    border-radius: 3rem;
    color: #fff;
    font-size: .78rem;
    line-height: 1.35;
    vertical-align: middle;
}
.tonton-component-test .component-index {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .6rem;
    margin: 1rem 0 2rem;
    padding: 0;
}
.tonton-component-test .component-index,
.tonton-component-test .component-index li {
    list-style: none;
}
.tonton-component-test .component-index li {
    margin: 0;
    padding: 0;
}
.tonton-component-test .component-index a {
    display: block;
    padding: .65rem .75rem;
    background: #fdf1c4;
    border: .16rem solid #360008;
    border-radius: .35rem;
    text-align: center;
    text-decoration: none;
    font-size: .9rem;
    font-weight: bold;
    line-height: 1.4;
}
.tonton-component-test .component-index a:hover {
    background: #fcc800;
}
.tonton-component-test .local-action-hero {
    margin: 0 0 1rem;
    background: linear-gradient(180deg, #fff 0%, #f0ece4 38%, #fff 100%);
    border-radius: .45rem;
    overflow: hidden;
}
.tonton-component-test .local-action-hero .hero-head {
    padding: 1.4rem 1rem 1rem;
    background: rgba(255,255,255,.78);
    text-align: center;
}
.tonton-component-test .local-action-hero .hero-title {
    margin: 0;
    padding: 0;
    background: transparent !important;
    border: none !important;
    color: #360008;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.25;
    letter-spacing: 0;
    text-shadow: 0 .12rem .1rem rgba(255,255,255,.75);
}
.tonton-component-test .local-action-hero .hero-title .red {
    color: crimson;
    font-size: 1.15em;
}
.tonton-component-test .local-action-hero .hero-body {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(18rem, .95fr);
    gap: 1.4rem;
    align-items: center;
    padding: 1.5rem;
}
.tonton-component-test .local-action-hero .hero-catch {
    margin: 0 0 1rem;
    font-size: 1.55rem;
    font-weight: bold;
    line-height: 1.45;
}
.tonton-component-test .local-action-hero .hero-catch .marker {
    background: linear-gradient(transparent 62%, rgba(252,200,0,.62) 62%);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}
.tonton-component-test .local-action-hero .hero-text {
    margin: 0 0 1rem;
    font-weight: bold;
    line-height: 1.9;
}
.tonton-component-test .local-action-hero .hero-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .75rem;
    margin: 1rem 0 .8rem;
}
.tonton-component-test .local-action-hero .hero-action {
    display: flex;
    min-height: 3.6rem;
    align-items: center;
    justify-content: center;
    padding: .72rem .7rem;
    border: .2rem solid #360008;
    border-radius: .45rem;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    font-weight: bold;
    line-height: 1.35;
}
.tonton-component-test .local-action-hero .hero-action.primary {
    background: #fcc800;
}
.tonton-component-test .local-action-hero .hero-action.line {
    background: #edfff4;
    border-color: #06c755;
}
.tonton-component-test .local-action-hero .hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: .45rem;
    margin: .75rem 0 0;
}
.tonton-component-test .local-action-hero .hero-meta span {
    display: inline-flex;
    min-height: 2.15rem;
    align-items: center;
    justify-content: center;
    padding: .34rem .75rem;
    background: rgba(255,255,255,.88);
    border: 1px solid #d6cbb7;
    border-radius: 3rem;
    font-size: .86rem;
    font-weight: bold;
}
.tonton-component-test .local-action-hero .hero-image {
    margin: 0;
    overflow: hidden;
    border-radius: .75rem;
}
.tonton-component-test .local-action-hero .hero-image img {
    display: block;
    width: 100%;
}
.tonton-component-test .reserve-panel {
    margin: 1.2rem 0;
}
.tonton-component-test .reserve-panel-title {
    margin: 0;
    padding: .95rem 1rem;
    background: #fcc800;
    border-radius: .5rem .5rem 0 0;
    color: #360008;
    text-align: center;
    font-size: 1.35rem;
    font-weight: bold;
    line-height: 1.45;
}
.tonton-component-test .reserve-panel-body {
    padding: 1.2rem;
    background: #fdf1c4;
    border-radius: 0 0 .5rem .5rem;
    overflow: hidden;
}
.tonton-component-test .reserve-actions,
.tonton-component-test .reserve-actions li {
    list-style: none;
}
.tonton-component-test .reserve-actions {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .7rem;
    margin: 0;
    padding: 0;
}
.tonton-component-test .reserve-actions li {
    margin: 0;
    padding: 0;
}
.tonton-component-test .reserve-action {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    min-height: 7rem;
    padding: .85rem .65rem;
    background: #fff;
    border: .22rem solid #360008;
    border-radius: .45rem;
    text-align: center;
    text-decoration: none;
    transition: opacity .15s linear, transform .15s linear;
}
.tonton-component-test .reserve-action:hover {
    opacity: .88;
    transform: translateY(-1px);
}
.tonton-component-test .reserve-action span {
    display: block;
}
.tonton-component-test .reserve-action .lead {
    margin: 0 0 .42rem;
    padding: .22rem .42rem;
    background: #360008;
    color: #fff;
    border-radius: .2rem;
    font-size: .78rem;
    font-weight: bold;
    line-height: 1.4;
}
.tonton-component-test .reserve-action .title {
    width: fit-content;
    margin: 0 auto .25rem;
    background: linear-gradient(transparent 68%, #fcc800 68%);
    color: #360008;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.25;
}
.tonton-component-test .reserve-action .min-title {
    font-size: .82rem;
    font-weight: bold;
    line-height: 1.45;
}
.tonton-component-test .reserve-action.web {
    background: #fffbe6;
    border-color: #fcc800;
}
.tonton-component-test .reserve-action.line {
    background: #edfff4;
    border-color: #06c755;
}
.tonton-component-test .reserve-action.line .lead {
    background: #06c755;
}
.tonton-component-test .reserve-action.hpb .title {
    color: #d72c58;
}
.tonton-component-test .reserve-action.mail {
    background: #fff;
}
.tonton-component-test .box-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .8rem;
}
.tonton-component-test .notice-box {
    padding: 1rem;
    border-radius: .45rem;
    font-weight: bold;
    line-height: 1.75;
}
.tonton-component-test .notice-box p {
    margin: 0;
}
.tonton-component-test .notice-box .box-label {
    display: inline-block;
    margin: 0 0 .45rem;
    padding: .18rem .6rem;
    border-radius: 3rem;
    font-size: .78rem;
    font-weight: bold;
    line-height: 1.4;
}
.tonton-component-test .notice-box.yellow {
    background: #fff8dc;
    border: .2rem solid #fcc800;
}
.tonton-component-test .notice-box.yellow .box-label {
    background: #fcc800;
}
.tonton-component-test .notice-box.dark {
    background: #360008;
    color: #fff;
}
.tonton-component-test .notice-box.dark .box-label {
    background: #fff;
    color: #360008;
}
.tonton-component-test .notice-box.green {
    background: #edfff4;
    border: .2rem solid #06c755;
}
.tonton-component-test .notice-box.green .box-label {
    background: #06c755;
    color: #fff;
}
.tonton-component-test .notice-box.gray {
    background: #f5f5f5;
    border: .2rem solid #ddd;
}
.tonton-component-test .notice-box.gray .box-label {
    background: #360008;
    color: #fff;
}
.tonton-component-test .balloon-row {
    display: flex;
    gap: .85rem;
    align-items: flex-start;
    margin: 1.2rem 0;
}
.tonton-component-test .balloon-row.reverse {
    flex-direction: row-reverse;
}
.tonton-component-test .balloon-icon {
    flex: 0 0 4.4rem;
    text-align: center;
}
.tonton-component-test .balloon-icon img {
    display: block;
    width: 4.4rem;
    height: 4.4rem;
    object-fit: cover;
    margin: 0 auto .35rem;
    border: .18rem solid #fcc800;
    border-radius: 50%;
    background: #fff;
}
.tonton-component-test .balloon-name {
    display: block;
    font-size: .78rem;
    font-weight: bold;
    line-height: 1.35;
}
.tonton-component-test .balloon-body {
    position: relative;
    flex: 1;
    min-width: 0;
    padding: 1rem;
    background: #fff8dc;
    border: .2rem solid #fcc800;
    border-radius: .65rem;
    font-weight: bold;
    line-height: 1.8;
}
.tonton-component-test .balloon-body p {
    margin: 0;
}
.tonton-component-test .balloon-row:not(.reverse) .balloon-body::before {
    content: "";
    position: absolute;
    left: -.8rem;
    top: 1.35rem;
    border-top: .55rem solid transparent;
    border-bottom: .55rem solid transparent;
    border-right: .8rem solid #fcc800;
}
.tonton-component-test .balloon-row:not(.reverse) .balloon-body::after {
    content: "";
    position: absolute;
    left: -.48rem;
    top: 1.45rem;
    border-top: .45rem solid transparent;
    border-bottom: .45rem solid transparent;
    border-right: .62rem solid #fff8dc;
}
.tonton-component-test .balloon-row.reverse .balloon-body {
    background: #f5f5f5;
    border-color: #360008;
}
.tonton-component-test .balloon-row.reverse .balloon-body::before {
    content: "";
    position: absolute;
    right: -.8rem;
    top: 1.35rem;
    border-top: .55rem solid transparent;
    border-bottom: .55rem solid transparent;
    border-left: .8rem solid #360008;
}
.tonton-component-test .balloon-row.reverse .balloon-body::after {
    content: "";
    position: absolute;
    right: -.48rem;
    top: 1.45rem;
    border-top: .45rem solid transparent;
    border-bottom: .45rem solid transparent;
    border-left: .62rem solid #f5f5f5;
}
.tonton-component-test .simple-balloon {
    margin: 1rem 0;
    padding: 1rem;
    background: #fff;
    border: .2rem solid #360008;
    border-radius: .65rem;
    font-weight: bold;
    line-height: 1.8;
}
.tonton-component-test .simple-balloon::before {
    content: "POINT";
    display: inline-block;
    margin: 0 .55rem .25rem 0;
    padding: .15rem .55rem;
    background: #fcc800;
    border-radius: 3rem;
    font-size: .78rem;
    line-height: 1.4;
}
.tonton-component-test .card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .8rem;
    margin: 1rem 0;
}
.tonton-component-test .info-card {
    display: block;
    padding: 1rem;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: .45rem;
    text-decoration: none;
    transition: box-shadow .15s linear, transform .15s linear;
}
.tonton-component-test .info-card:hover {
    box-shadow: 0 .4rem .9rem rgba(0,0,0,.1);
    transform: translateY(-1px);
}
.tonton-component-test .info-card .label {
    display: inline-block;
    margin: 0 0 .6rem;
    padding: .18rem .6rem;
    background: #fdf1c4;
    border-radius: 3rem;
    color: #360008;
    font-size: .78rem;
    font-weight: bold;
}
.tonton-component-test .info-card .title {
    display: block;
    margin: 0 0 .45rem;
    color: #360008;
    font-size: 1.12rem;
    font-weight: bold;
    line-height: 1.45;
}
.tonton-component-test .info-card .text {
    display: block;
    color: #555;
    font-size: .9rem;
    font-weight: bold;
    line-height: 1.65;
}
.tonton-component-test .staff-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .8rem;
    margin: 1rem 0;
    padding: 0;
}
.tonton-component-test .staff-grid,
.tonton-component-test .staff-grid li {
    list-style: none;
}
.tonton-component-test .staff-grid li {
    margin: 0;
    padding: .75rem;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: .45rem;
    text-align: center;
}
.tonton-component-test .staff-grid a {
    display: block;
    height: 100%;
    text-decoration: none;
}
.tonton-component-test .staff-grid img {
    display: block;
    width: 100%;
    margin: 0 0 .65rem;
    border-radius: .25rem;
}
.tonton-component-test .staff-grid span {
    display: block;
}
.tonton-component-test .staff-grid .role {
    margin: 0 0 .35rem;
    color: crimson;
    font-size: .82rem;
    font-weight: bold;
    line-height: 1.35;
}
.tonton-component-test .staff-grid .name {
    color: #360008;
    font-size: 1.14rem;
    font-weight: bold;
    line-height: 1.35;
}
.tonton-component-test .staff-grid .message {
    margin: .45rem 0 0;
    color: #555;
    font-size: .84rem;
    font-weight: bold;
    line-height: 1.55;
    text-align: left;
}
.tonton-component-test .step-list {
    counter-reset: step;
    margin: 1rem 0;
    padding: 0;
}
.tonton-component-test .step-list,
.tonton-component-test .step-list li {
    list-style: none;
}
.tonton-component-test .step-list li {
    position: relative;
    margin: 0 0 .8rem;
    padding: 1rem 1rem 1rem 4.2rem;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: .45rem;
    font-weight: bold;
    line-height: 1.7;
}
.tonton-component-test .step-list li::before {
    counter-increment: step;
    content: counter(step);
    position: absolute;
    left: 1rem;
    top: 1rem;
    display: flex;
    width: 2.3rem;
    height: 2.3rem;
    align-items: center;
    justify-content: center;
    background: #fcc800;
    border-radius: 50%;
    color: #360008;
    font-size: 1.1rem;
    font-weight: bold;
}
.tonton-component-test .step-list .step-title {
    display: block;
    margin: 0 0 .25rem;
    font-size: 1.08rem;
}
.tonton-component-test .timeline {
    position: relative;
    margin: 1rem 0;
    padding: 0 0 0 1.3rem;
}
.tonton-component-test .timeline::before {
    content: "";
    position: absolute;
    left: .34rem;
    top: .4rem;
    bottom: .4rem;
    width: .18rem;
    background: #fcc800;
}
.tonton-component-test .timeline-item {
    position: relative;
    margin: 0 0 1rem;
    padding: .9rem 1rem;
    background: #fff8dc;
    border-radius: .45rem;
    font-weight: bold;
    line-height: 1.7;
}
.tonton-component-test .timeline-item::before {
    content: "";
    position: absolute;
    left: -1.18rem;
    top: 1.1rem;
    width: .8rem;
    height: .8rem;
    background: #360008;
    border: .18rem solid #fcc800;
    border-radius: 50%;
}
.tonton-component-test .timeline-item .time {
    display: inline-block;
    margin: 0 0 .35rem;
    color: crimson;
    font-size: .86rem;
}
.tonton-component-test .check-list {
    margin: 1rem 0;
    padding: 0;
}
.tonton-component-test .check-list,
.tonton-component-test .check-list li {
    list-style: none;
}
.tonton-component-test .check-list li {
    position: relative;
    margin: 0 0 .5rem;
    padding: .72rem .8rem .72rem 2.3rem;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: .35rem;
    font-weight: bold;
    line-height: 1.55;
}
.tonton-component-test .check-list li::before {
    content: "";
    position: absolute;
    left: .82rem;
    top: 1.02rem;
    width: .65rem;
    height: .35rem;
    border-left: .16rem solid #06c755;
    border-bottom: .16rem solid #06c755;
    transform: rotate(-45deg);
}
.tonton-component-test .tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: .45rem;
    margin: 1rem 0;
    padding: 0;
}
.tonton-component-test .tag-list,
.tonton-component-test .tag-list li {
    list-style: none;
}
.tonton-component-test .tag-list li {
    margin: 0;
    padding: 0;
}
.tonton-component-test .tag-list a,
.tonton-component-test .tag-list span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2rem;
    padding: .28rem .8rem;
    background: #fdf1c4;
    border: 1px solid #e6d599;
    border-radius: 3rem;
    text-decoration: none;
    font-size: .88rem;
    font-weight: bold;
    line-height: 1.4;
}
.tonton-component-test .gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .7rem;
    margin: 1rem 0;
}
.tonton-component-test .gallery-grid figure {
    margin: 0;
}
.tonton-component-test .gallery-grid img {
    display: block;
    width: 100%;
    border-radius: .35rem;
}
.tonton-component-test .gallery-grid figcaption {
    margin: .35rem 0 0;
    color: #555;
    font-size: .82rem;
    font-weight: bold;
    line-height: 1.45;
    text-align: center;
}
.tonton-component-test .movie-box {
    position: relative;
    width: 100%;
    margin: 1rem 0;
    padding-top: 56.25%;
    background: #000;
    border-radius: .45rem;
    overflow: hidden;
}
.tonton-component-test .movie-box iframe,
.tonton-component-test .movie-box video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.tonton-component-test .slider-check-panel {
    margin: 1rem 0 1.6rem;
    padding: 1rem;
    background: #fdf1c4;
    border: .18rem solid #fcc800;
    border-radius: .45rem;
}
.tonton-component-test .slider-check-panel ul,
.tonton-component-test .slider-check-panel li {
    list-style: none;
}
.tonton-component-test .slider-check-panel ul {
    margin: 0;
    padding: 0;
}
.tonton-component-test .slider-check-panel li {
    margin: 0;
    padding: 0;
}
.tonton-component-test .slider-check-card {
    display: block;
    min-height: 100%;
    padding: .85rem;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: .45rem;
    color: #360008;
    text-decoration: none;
}
.tonton-component-test .slider-check-card img {
    display: block;
    width: 100%;
    margin: 0 0 .75rem;
    border-radius: .3rem;
}
.tonton-component-test .slider-check-card .slider-label {
    display: inline-block;
    margin: 0 0 .45rem;
    padding: .16rem .55rem;
    background: #360008;
    border-radius: 3rem;
    color: #fff;
    font-size: .78rem;
    font-weight: bold;
    line-height: 1.35;
}
.tonton-component-test .slider-check-card .slider-title {
    display: block;
    margin: 0 0 .35rem;
    font-size: 1.08rem;
    font-weight: bold;
    line-height: 1.45;
}
.tonton-component-test .slider-check-card .slider-text {
    display: block;
    color: #555;
    font-size: .86rem;
    font-weight: bold;
    line-height: 1.55;
}
.tonton-component-test .slider-check-note {
    margin: .8rem 0 0;
    padding: .7rem .8rem;
    background: #fff;
    border-left: .3rem solid #360008;
    font-size: .88rem;
    font-weight: bold;
    line-height: 1.65;
}
.tonton-component-test .slick-dots {
    display: flex !important;
    flex-wrap: wrap;
    gap: .45rem;
    justify-content: center;
    align-items: center;
    margin: .9rem 0 0 !important;
    padding: 0 !important;
    list-style: none !important;
}
.tonton-component-test .slick-dots li {
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    line-height: 1 !important;
    list-style: none !important;
}
.tonton-component-test .slick-dots li button {
    display: block !important;
    width: .82rem !important;
    height: .82rem !important;
    min-width: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    background: #fff !important;
    border: .16rem solid #360008 !important;
    border-radius: 50% !important;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 0 !important;
    text-indent: -9999px !important;
    box-shadow: none !important;
    cursor: pointer;
}
.tonton-component-test .slick-dots li button::before {
    display: none !important;
    content: "" !important;
}
.tonton-component-test .slick-dots li.slick-active button {
    background: #fcc800 !important;
    border-color: #360008 !important;
}
.tonton-component-test .scroll-table {
    overflow-x: auto;
    margin: 1rem 0;
}
.tonton-component-test .scroll-table table {
    width: 100%;
    min-width: 42rem;
    border-collapse: collapse;
    background: #fff;
}
.tonton-component-test .scroll-table th,
.tonton-component-test .scroll-table td {
    padding: .65rem;
    border: 1px solid #ddd;
    text-align: left;
    line-height: 1.55;
}
.tonton-component-test .scroll-table th {
    background: #360008;
    color: #fff;
    font-weight: bold;
}
.tonton-component-test .scroll-table .accent {
    background: #fff8dc;
    font-weight: bold;
}
.tonton-component-test .native-details {
    margin: 1rem 0;
}
.tonton-component-test .native-details details {
    margin: 0 0 .65rem;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: .45rem;
    overflow: hidden;
}
.tonton-component-test .native-details summary {
    cursor: pointer;
    padding: .85rem 1rem;
    background: #fdf1c4;
    font-weight: bold;
    line-height: 1.5;
}
.tonton-component-test .native-details .details-body {
    padding: 1rem;
    line-height: 1.75;
}
.tonton-component-test .native-details .details-body p {
    margin: 0;
}
.tonton-component-test .media-object {
    display: grid;
    grid-template-columns: 9rem minmax(0, 1fr);
    gap: 1rem;
    align-items: center;
    margin: 1rem 0;
    padding: 1rem;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: .45rem;
}
.tonton-component-test .media-object .media-image img {
    display: block;
    width: 100%;
    border-radius: .35rem;
}
.tonton-component-test .media-object .media-title {
    margin: 0 0 .45rem;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.45;
}
.tonton-component-test .media-object p {
    margin: 0;
    font-weight: bold;
    line-height: 1.75;
}
.tonton-component-test .mini-cta {
    margin: 1.5rem 0;
    padding: 1.1rem;
    background: #360008;
    border-radius: .45rem;
    color: #fff;
    text-align: center;
}
.tonton-component-test .mini-cta .mini-cta-title {
    margin: 0 0 .65rem;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.45;
}
.tonton-component-test .mini-cta .mini-cta-text {
    margin: 0 0 1rem;
    font-weight: bold;
    line-height: 1.7;
}
.tonton-component-test .mini-cta .mini-cta-buttons {
    display: flex;
    justify-content: center;
    gap: .7rem;
    flex-wrap: wrap;
}
.tonton-component-test .mini-cta .mini-cta-buttons a {
    display: inline-flex;
    min-width: 10rem;
    min-height: 3rem;
    align-items: center;
    justify-content: center;
    padding: .65rem 1rem;
    background: #fcc800;
    border-radius: .35rem;
    color: #360008;
    text-decoration: none;
    font-weight: bold;
    line-height: 1.35;
}
.tonton-component-test .mini-cta .mini-cta-buttons a.sub {
    background: #fff;
}
.tonton-component-test .symptom-links {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .55rem;
    margin: 1rem 0;
    padding: 0;
}
.tonton-component-test .symptom-links,
.tonton-component-test .symptom-links li {
    list-style: none;
}
.tonton-component-test .symptom-links li {
    margin: 0;
    padding: 0;
}
.tonton-component-test .symptom-links a {
    display: flex;
    min-height: 3.1rem;
    align-items: center;
    justify-content: center;
    padding: .55rem;
    background: #fff;
    border: .15rem solid #360008;
    border-radius: .35rem;
    text-align: center;
    text-decoration: none;
    font-size: .9rem;
    font-weight: bold;
    line-height: 1.35;
}
.tonton-component-test .symptom-links a:hover {
    background: #fdf1c4;
}
.tonton-component-test .shortcode-test-box {
    margin: 1rem 0;
    padding: 1rem;
    background: #f5f5f5;
    border: 1px dashed #999;
    border-radius: .45rem;
    line-height: 1.7;
}
.tonton-component-test .shortcode-test-box p {
    margin: 0 0 .7rem;
    font-weight: bold;
}
.tonton-component-test .shortcode-test-box p:last-child {
    margin-bottom: 0;
}
.tonton-component-test .search-test-panel {
    margin: 1rem 0;
    padding: 1rem;
    background: #fff8dc;
    border: .18rem solid #fcc800;
    border-radius: .45rem;
}
.tonton-component-test .search-test-panel form {
    display: flex;
    gap: .6rem;
    align-items: stretch;
    margin: .7rem 0 0;
}
.tonton-component-test .search-test-panel input[type="search"] {
    flex: 1;
    min-width: 0;
    padding: .75rem .85rem;
    border: 2px solid #360008;
    border-radius: .35rem;
    font-weight: bold;
}
.tonton-component-test .search-test-panel button {
    min-width: 7rem;
    padding: .75rem 1rem;
    background: #360008;
    border: 0;
    border-radius: .35rem;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}
.tonton-component-test .search-test-note {
    margin: .7rem 0 0;
    color: #555;
    font-size: .88rem;
    font-weight: bold;
    line-height: 1.65;
}
.tonton-component-test .index-treat-list li a span.content,
.tonton-component-test .index-treat-list li a span.image,
.tonton-component-test .index-treat-list li a span.lead,
.tonton-component-test .index-treat-list li a span.title,
.tonton-component-test .index-treat-list li a span.min-title {
    display: block;
}
.tonton-component-test .index-treat-list li a span.title {
    display: inline-block;
}
@media screen and (max-width: 768px) {
    .tonton-component-test .component-index,
    .tonton-component-test .card-grid,
    .tonton-component-test .staff-grid,
    .tonton-component-test .gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .tonton-component-test .reserve-actions,
    .tonton-component-test .symptom-links {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .tonton-component-test .local-action-hero .hero-body {
        grid-template-columns: 1fr;
        padding: 1rem;
    }
    .tonton-component-test .local-action-hero .hero-image {
        order: -1;
    }
}
@media screen and (max-width: 40rem) {
    .tonton-component-test .component-index,
    .tonton-component-test .box-grid,
    .tonton-component-test .card-grid,
    .tonton-component-test .staff-grid,
    .tonton-component-test .gallery-grid,
    .tonton-component-test .reserve-actions,
    .tonton-component-test .symptom-links {
        grid-template-columns: 1fr;
    }
    .tonton-component-test .local-action-hero .hero-title {
        font-size: 1.55rem;
    }
    .tonton-component-test .local-action-hero .hero-catch {
        font-size: 1.18rem;
    }
    .tonton-component-test .local-action-hero .hero-actions {
        grid-template-columns: 1fr;
    }
    .tonton-component-test .reserve-action {
        min-height: auto;
    }
    .tonton-component-test .balloon-row,
    .tonton-component-test .balloon-row.reverse {
        gap: .65rem;
    }
    .tonton-component-test .balloon-icon {
        flex-basis: 3.3rem;
    }
    .tonton-component-test .balloon-icon img {
        width: 3.3rem;
        height: 3.3rem;
    }
    .tonton-component-test .balloon-name {
        font-size: .7rem;
    }
    .tonton-component-test .balloon-body {
        padding: .85rem;
        font-size: .92rem;
    }
    .tonton-component-test .media-object {
        grid-template-columns: 1fr;
    }
    .tonton-component-test .search-test-panel form {
        flex-direction: column;
    }
    .tonton-component-test .search-test-panel button {
        width: 100%;
    }
}
