.static-post {
    padding: 8px 14px 32px !important;
}

.static-post-breadcrumb {
    margin-bottom: 8px;
}

.static-post-breadcrumb ol {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #6A6A6A;
    margin-bottom: 0;
}

.static-post-breadcrumb ol li {
    position: relative;
}

.static-post-breadcrumb ol li:first-child::before {
    display: none;
}

.static-post-breadcrumb ol li::before {
    content: '/';
    position: absolute;
    left: -8px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    line-height: 18px;
    color: #6A6A6A;
}

.static-post-promotion-banner {
    margin-bottom: 12px;
}

.static-post-promotion-profits {
    background: #FFF5DD;
    display: flex;
    padding: 8px;
    gap: 20px;
    margin-bottom: 12px;
}

.static-post-promotion-profits-item {
    flex: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.static-post-promotion-profits-item:first-child::before {
    display: none;
}

.static-post-promotion-profits-item::before {
    content: '';
    position: absolute;
    left: -13px;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 98px;
    background: url('/assets/static-post/line.avif') no-repeat center center;
    background-size: cover;
}

.static-post-promotion-profits-item img {
    width: 32px;
    height: 32px;
    object-fit: contain;
    object-position: center;
    margin-bottom: 8px;
}

.static-post-promotion-profits-item-title {
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    color: #121314;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
}

.static-post-promotion-profits-item-description {
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    color: #DC8800;
    margin-bottom: 0;
}

.static-post-promotion-content-deposit {
    margin-bottom: 16px;
    display: flex;
    justify-content: center;
}

.static-post-promotion-content-deposit-button {
    background: linear-gradient(180deg, #FFCC33 0%, #FFAE00 100%);
    border-radius: 8px;
    border: none !important;
    box-shadow: none !important;
    padding: 1px;
    width: 100%;
    max-width: 430px;
}

.static-post-promotion-content-deposit-button-inner {
    background: linear-gradient(180deg, #FFAE00 0%, #FFCC33 100%);
    border-radius: 8px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.static-post-promotion-content-deposit-button-text-1 {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #242527;
}

.static-post-promotion-content-deposit-button-text-2 {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #242527;
}

.static-post-promotion-content-item {
    margin-bottom: 16px;
}

.static-post-promotion-content-item:last-child {
    margin-bottom: 0;
}

.static-post-promotion-content {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #21232A;
}

.static-post-promotion-content a {
    color: #21232A;
}

.static-post-promotion-content h3 {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #0B0B0C;
    margin-top: 0;
    margin-bottom: 4px;
}

.static-post-promotion-content h4 {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #F59F27;
    margin-top: 0;
    margin-bottom: 4px;
}

.static-post-promotion-content p {
    margin-bottom: 0;
}

.static-post-promotion-content .table-bordered {
    margin-top: 4px;
    margin-bottom: 0;
}

.static-post-promotion-content .table-bordered>thead>tr>td,
.static-post-promotion-content .table-bordered>thead>tr>th,
.static-post-promotion-content .table>tbody>tr>td,
.static-post-promotion-content .table>tbody>tr>th,
.static-post-promotion-content .table>tfoot>tr>td,
.static-post-promotion-content .table>tfoot>tr>th,
.static-post-promotion-content .table>thead>tr>td,
.static-post-promotion-content .table>thead>tr>th {
    border-bottom-width: 1px;
    padding: 12px;
    vertical-align: middle;
}

.table-bordered>thead>tr>th {
    background: #F1F1F2;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    text-transform: uppercase;
    color: #0B0B0C;
}

.table-bordered>thead>tr>th:last-child {
    background: #FFEEC4;
}

.static-post-promotion-content .table-bordered>tbody>tr>td,
.static-post-promotion-content .table-bordered>tbody>tr>th,
.static-post-promotion-content .table-bordered>tfoot>tr>td,
.static-post-promotion-content .table-bordered>tfoot>tr>th,
.static-post-promotion-content .table-bordered>thead>tr>td,
.static-post-promotion-content .table-bordered>thead>tr>th {
    border-color: #E8E9EC;
}

.static-post-promotion-content ul {
    margin-bottom: 0;
}

.static-post-promotion-content-item>ul>li {
    padding-left: 13px;
    position: relative;
    margin-bottom: 4px;
}

.static-post-promotion-content-item>ul>li:last-child {
    margin-bottom: 0;
}

.static-post-promotion-content-item>ul>li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 5px;
    height: 5px;
    background: #F39C12;
    border-radius: 50%;
}

.static-post-promotion-content-item>ul>li>ul>li {
    padding-left: 8px;
    position: relative;
}

.static-post-promotion-content-item>ul>li>ul>li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 3px;
    height: 3px;
    background: #21232A;
    border-radius: 50%;
}

@media (min-width: 1200px) {
    .static-post {
        padding: 16px 0 48px !important;
    }

    .static-post-breadcrumb {
        margin-bottom: 16px;
    }

    .static-post-promotion-banner {
        margin-bottom: 16px;
    }

    .static-post-promotion-profits {
        margin-bottom: 16px;
        padding: 0;
        background: none;
    }

    .static-post-promotion-profits-item {
        aspect-ratio: 368/80;
        background: url('/assets/static-post/profits-bg.avif') no-repeat center center;
        background-size: cover;
        position: relative;
        padding-left: 128px;
        padding-top: 10px;
        align-items: flex-start;
    }

    .static-post-promotion-profits-item::before {
        display: none;
    }

    .static-post-promotion-profits-item img {
        margin-bottom: 0;
        width: 64px;
        height: 64px;
        position: absolute;
        left: 12px;
        top: 50%;
        transform: translateY(-50%);
    }

    .static-post-promotion-profits-item-title,
    .static-post-promotion-profits-item-description {
        text-align: left;
    }

    .static-post-promotion-content-deposit {
        margin-bottom: 32px;
    }

    .static-post-promotion-content-deposit-button {
        max-width: 352px;
    }

    .static-post-promotion-content,
    .static-post-promotion-content h3,
    .static-post-promotion-content h4 {
        font-size: 16px;
        line-height: 24px;
    }

    .static-post-promotion-content .table-bordered>thead>tr>td,
    .static-post-promotion-content .table-bordered>thead>tr>th,
    .static-post-promotion-content .table>tbody>tr>td,
    .static-post-promotion-content .table>tbody>tr>th,
    .static-post-promotion-content .table>tfoot>tr>td,
    .static-post-promotion-content .table>tfoot>tr>th,
    .static-post-promotion-content .table>thead>tr>td,
    .static-post-promotion-content .table>thead>tr>th {
        padding: 14px 32px 14px 16px;
    }

    .static-post-promotion-content .table-2-columns>thead>tr>th {
        width: 50%;
    }
}