.yc-shode-box.yc-shcode--price_list .--short--code--title {
    position: relative;
    width: fit-content;
    margin: 0 0 14px !important;
    padding-bottom: 12px;
    color: var(--primary-text);
    font-size: 30px;
    line-height: 1.35;
    font-weight: 900;
    letter-spacing: -.35px;
}

.yc-shode-box.yc-shcode--price_list .--short--code--title::after {
    content: "";
    position: absolute;
    inset-inline-start: 0;
    bottom: 0;
    width: 46px;
    height: 3px;
    border-radius: 999px;
    background: var(--uicolor);
}

.yc-shode-box.yc-shcode--price_list .--short--code--content {
    margin-bottom: 22px;
    color: var(--secondarytext);
    font-size: 16px;
    line-height: 1.85;
}

.sing-conte .yc-shcode--price_list {
    position: relative;
    overflow: hidden;
}

.sing-conte .yc-shcode--price_list table {
    width: 100% !important;
    max-width: 100%;
    margin: 0 0 1rem;
    overflow: hidden;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid rgb(0 0 0 / 8%);
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 16px 42px rgb(0 0 0 / 7%);
}

.sing-conte .yc-shcode--price_list table tr {
    border: 0;
}

.sing-conte .yc-shcode--price_list table tr:last-child {
    border-bottom: 0;
}

.sing-conte .yc-shcode--price_list table td,
.sing-conte .yc-shcode--price_list table th {
    vertical-align: middle;
    padding: 16px 18px !important;
    border: 0;
    border-bottom: 1px solid rgb(0 0 0 / 7%);
    border-inline-start: 1px solid rgb(0 0 0 / 7%);
    color: var(--primary-text);
    font-size: 15px;
    line-height: 1.7;
    font-weight: 600;
    text-align: start;
    background: #ffffff;
}

.sing-conte .yc-shcode--price_list table tr:last-child td,
.sing-conte .yc-shcode--price_list table tr:last-child th {
    border-bottom: 0;
}

.sing-conte .yc-shcode--price_list table td:first-child,
.sing-conte .yc-shcode--price_list table th:first-child {
    border-inline-start: 0;
}

.sing-conte .yc-shcode--price_list table thead th {
    background:
        radial-gradient(circle at 0 0, rgb(255 111 0 / 10%) 0, transparent 34%),
        linear-gradient(180deg, #fffaf2 0%, #fff3df 100%);
    color: var(--primary-text);
    font-size: 15px;
    font-weight: 900;
}

.sing-conte .yc-shcode--price_list table tbody tr {
    transition: background-color .22s ease;
}

.sing-conte .yc-shcode--price_list table tbody tr:hover td,
.sing-conte .yc-shcode--price_list table tbody tr:hover th {
    background: #fffaf2;
}

.sing-conte .yc-shcode--price_list table tbody tr td:first-child {
    max-width: 260px;
    background:
        radial-gradient(circle at 0 0, rgb(255 111 0 / 7%) 0, transparent 34%),
        linear-gradient(180deg, #fffaf2 0%, #fff3df 100%) !important;
    color: var(--primary-text);
    font-weight: 900;
}

.sing-conte .yc-shcode--price_list table tbody tr:hover td:first-child {
    color: var(--uicolor);
}

.sing-conte .yc-shcode--price_list table td strong,
.sing-conte .yc-shcode--price_list table th strong {
    color: var(--uicolor);
    font-weight: 900;
}

@media (max-width: 768px) {
    .yc-shode-box.yc-shcode--price_list .--short--code--title {
        font-size: 24px;
    }

    .yc-shode-box.yc-shcode--price_list .--short--code--content {
        font-size: 15px;
    }

    .sing-conte .yc-shcode--price_list {
        overflow-x: auto;
        padding-bottom: 4px;
    }

    .sing-conte .yc-shcode--price_list table {
        min-width: 640px;
        border-radius: 18px;
    }

    .sing-conte .yc-shcode--price_list table td,
    .sing-conte .yc-shcode--price_list table th {
        padding: 13px 14px !important;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .sing-conte .yc-shcode--price_list table {
        min-width: 560px;
    }

    .sing-conte .yc-shcode--price_list table td,
    .sing-conte .yc-shcode--price_list table th {
        padding: 12px !important;
        font-size: 13px;
    }
}