h1.fc-outlet-logo {
    display: flex;
    align-items: center;
    gap: 0 24px;
    color: #0a0a0a;
    /* Display md/Semibold */
    font-family: 'Metropolis', sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px; /* 133.333% */
}

h1.fc-outlet-logo > img {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

p.strong-paragraph {
    font-weight: 700;
}

.promo-vt {
    width: 50%;
    margin: 24px 0;
}

table.fc-detail-item {
    width: 100%;
    border-collapse: collapse;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.12);
    border-radius: 6px;
    margin-bottom: 36px;
}

table.fc-detail-item > thead > tr > th,
table.fc-detail-item > tfoot > tr > td {
    background: #F5F5F5;
    border-radius: 6px 6px 0 0;
    color: #0a0a0a;
    /* Text M/Medium */
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
    letter-spacing: -0.084px;
}

table.fc-detail-item > tfoot > tr > td {
    font-weight: bold;
}

table.fc-detail-item > thead > tr > th,
table.fc-detail-item > tbody > tr > td,
table.fc-detail-item > tfoot > tr > td {
    padding: 14px 16px;
    border-bottom: 1px solid #e0e0e0;
}

table.fc-detail-item > thead > tr:not(:last-child) > th,
table.fc-detail-item > tfoot > tr:not(:last-child) > td {
    border-bottom: unset;
}

table.fc-detail-item > tbody > tr > td {
    color: #0a0a0a;
    /* Text M/Medium */
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
    letter-spacing: -0.084px;
}

table.fc-detail-item > tbody > tr > td > span,
table.fc-detail-item > tfoot > tr > td > span {
    color: #333;
    /* Text M/Medium */
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 142.857% */
    letter-spacing: -0.084px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

table.fc-detail-item > tbody > tr > td > span::before,
table.fc-detail-item > tfoot > tr > td > span::before {
    display: block;
    content: '*';
    margin-right: 4px;
}

table.fc-detail-item > tbody > tr > td > a {
    color: #21928F;
}

table.fc-detail-item > tbody > tr:last-child > td:first-child,
table.fc-detail-item > tfoot > tr:last-child > td:first-child {
    border-radius: 0 0 0 6px;
}

table.fc-detail-item > tbody > tr:last-child > td:last-child,
table.fc-detail-item > tfoot > tr:last-child > td:last-child {
    border-radius: 0 0 6px 0;
}

.fc-detail-list {

}

.fc-detail-list > ul {
    margin: 0 0 24px 0;
    padding: 0;
}

.fc-detail-list > ul > li {
    list-style: none;
    color: #525252;
    /* Text sm/Regular */
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    display: flex;
    gap: 0 8px;
    align-items: center;
    padding: 8px 0;
}

.fc-detail-list > ul > li > i {
    color: #21928F;
}

.detail-content-tab {
    display: none;
    animation: fading-out .5s linear;
}

.detail-content-tab.selected {
    display: block;
    animation: fading-in .5s linear;
}

.fc-desc > p {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #525252;
    margin: 0;
    margin-bottom: 1rem;
}

.mp-scenario {
    padding: 3rem;
    border: 2px solid #A9E2E1;
    text-align: center;
    border-radius: 1.5rem;
}

.mj-card-display.fcc-item > img {
    width: 100%;
    height: 192px;
    object-fit: cover;
}

ul.franchise-benefit {
    margin: 0;
    padding: 0;
}

ul.franchise-benefit > li {
    list-style: none;
    display: flex;
    gap: 0 12px;
    align-items: flex-start;
    margin-bottom: 24px;
}

ul.franchise-benefit > li > img {
    width: 24px;
    aspect-ratio: 1/1;
    margin-top: 4px;
}

ul.franchise-benefit > li > span {
    font-family: 'Metropolis', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
    color: #525252;
}

img.franchise-benefit-img {
    border-radius: 24px;
    width: 100%;
}

.smallcard-holder {
    gap: 42px 12px;
}

.smallcard-holder > .smallcard {
    flex-basis: calc(33% - 12px);
}

@media all and (max-width: 768px) {
    .smallcard-holder {
        gap: 44px 0;
    }
    
    .smallcard-holder > .smallcard {
        flex-basis: 100%;
    }
}