.hbc-finance {
    position: relative;
    padding: 18px 16px 28px;
    overflow: hidden;
}

.hbc-finance::before,
.hbc-finance::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.6;
}

.hbc-finance::after {
    transform: rotate(180deg);
}

.hbc-finance-board {
    position: relative;
    z-index: 1;
    max-width: 100%;
    margin: 0 auto;
}

.hbc-finance-section + .hbc-finance-section {
    margin-top: 54px;
}

.hbc-finance-section-title {
    padding: 14px 18px;
    background: linear-gradient(90deg, #2f83eb 0%, #3c8ff1 100%);
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
}

.hbc-finance-table {
    background: rgba(238, 244, 252, 0.94);
}

.hbc-finance-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 150px;
    align-items: center;
    min-height: 74px;
    padding: 0 24px 0 68px;
    border-bottom: 1px solid rgba(31, 81, 156, 0.18);
}

.hbc-finance-row:last-child {
    border-bottom: 0;
}

.hbc-finance-name {
    padding-right: 20px;
    color: #0950b8;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
}

.hbc-finance-action {
    text-align: center;
}

.hbc-finance-link {
    color: #0950b8;
    font-size: 18px;
    line-height: 1.3;
    text-decoration: underline;
}

.hbc-finance-link.is-disabled {
    opacity: 0.55;
    text-decoration: none;
    cursor: default;
}

@media (max-width: 980px) {
    .hbc-finance-section-title {
        font-size: 20px;
    }

    .hbc-finance-row {
        min-height: 64px;
        padding: 0 20px 0 28px;
    }

    .hbc-finance-name {
        font-size: 17px;
    }

    .hbc-finance-link {
        font-size: 16px;
    }
}

@media (max-width: 640px) {
    .hbc-finance {
        padding: 14px 10px 24px;
    }

    .hbc-finance-section + .hbc-finance-section {
        margin-top: 30px;
    }

    .hbc-finance-section-title {
        padding: 12px 14px;
        font-size: 18px;
    }

    .hbc-finance-row {
        grid-template-columns: 1fr;
        gap: 10px;
        min-height: 0;
        padding: 16px 16px 18px;
        text-align: left;
    }

    .hbc-finance-name {
        padding-right: 0;
        font-size: 16px;
    }

    .hbc-finance-action {
        text-align: left;
    }

    .hbc-finance-link {
        font-size: 15px;
    }
}
