
    .osta-kohe-card {
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 3px;
        padding: 20px;
        text-align: center;
        margin-bottom: 20px;
        max-width: 100%;
    }

    .osta-kohe-card--disabled {
        opacity: 0.6;
        pointer-events: none;
    }

    .osta-kohe-card .price-container {
        margin-bottom: 5px;
    }

    .osta-kohe-card .price {
        font-size: 36px;
        font-weight: 500;
        color: #b73434;
        line-height: 1.2;
    }

    @media (min-width: 768px) and (max-width: 991px) {
        .osta-kohe-card .price {
            font-size: 26px;
        }
    }

    .osta-kohe-card-wrapper {
        padding-left: 0;
        padding-right: 0;
    }

    .osta-kohe-card-wrapper .osta-kohe-card {
        margin-top: 10px;
    }

    .escrow-line {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        margin-bottom: 15px;
    }

    .escrow-badge-icon {
        --escrow-purple: #7c3aed;
        color: var(--escrow-purple, #7c3aed);
        font-size: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .escrow-badge-icon svg {
        width: 16px;
        height: 16px;
    }

    .escrow-text {
        color: #777;
        font-size: 15px;
        font-weight: 400;
    }

    .osta-btn {
        width: 100%;
        background: #b73434;
        color: white;
        border: none;
        padding: 12px 20px;
        border-radius: 3px;
        font-size: 16px;
        font-weight: normal;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        cursor: pointer;
        transition: background 0.25s linear 0s;
    }

    .osta-btn:hover {
        background: #D32222;
        color: #fff;
    }

    .osta-btn i {
        font-size: 18px;
    }
