.elementor-2303 .elementor-element.elementor-element-f5b3772{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-d3af5d9 */.ocg-venmo-wrapper {
    background: #ffffff;
    padding: 30px 15px;
    display: flex;
    justify-content: center;
}

.ocg-venmo-card {
    width: 100%;
    max-width: 420px;
    text-align: center;
    color: #2b2b2b;
    font-family: Arial, sans-serif;
}

.ocg-venmo-check {
    width: 42px;
    height: 42px;
    margin: 0 auto 10px;
    border-radius: 50%;
    background: #2C4D82;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 42px;
}

.ocg-venmo-title {
    font-size: 24px;
    margin: 0 0 6px;
    font-weight: 700;
}

.ocg-venmo-subtitle {
    margin: 0 0 18px;
    font-size: 13px;
    color: #6b6b6b;
}

.ocg-venmo-save-box {
    background: #ffffff;
    border: 2px solid #d9e1ef;
    border-radius: 6px;
    padding: 16px;
    margin-bottom: 14px;
}

.ocg-venmo-save-label {
    font-size: 11px;
    font-weight: 700;
    color: #6f6f6f;
    letter-spacing: 0.5px;
}

.ocg-venmo-save-amount {
    font-size: 34px;
    font-weight: 800;
    color: #2C4D82;
    line-height: 1.1;
}

.ocg-venmo-pay-btn {
    display: block;
    width: 100%;
    background: #2C4D82;
    color: #fff !important;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    border-radius: 999px;
    padding: 16px 18px;
    margin-bottom: 18px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.08);
    transition: 0.2s ease;
}

.ocg-venmo-pay-btn:hover {
    opacity: 0.92;
    transform: translateY(-1px);
}

.ocg-venmo-manual-box,
.ocg-order-details-box,
.ocg-billing-box {
    background: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    text-align: left;
    margin-bottom: 18px;
    overflow: hidden;
}

.ocg-section-heading,
.ocg-box-title {
    padding: 14px 16px;
    font-weight: 700;
    font-size: 16px;
    border-bottom: 1px solid #e6e6e6;
    background: #ffffff;
}

.ocg-step {
    display: flex;
    gap: 12px;
    padding: 12px 16px;
    border-bottom: 1px solid #efefef;
    align-items: flex-start;
}

.ocg-step:last-of-type {
    border-bottom: none;
}

.ocg-step-num {
    min-width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #2C4D82;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 22px;
    text-align: center;
    margin-top: 1px;
}

.ocg-step-content {
    font-size: 14px;
    line-height: 1.5;
    color: #333;
}

.ocg-highlight {
    display: inline-block;
    background: #ffffff;
    color: #2C4D82;
    border: 1px solid #d9e1ef;
    border-radius: 4px;
    padding: 2px 8px;
    font-weight: 700;
    margin-left: 4px;
}

.ocg-note-pill {
    display: inline-block;
    background: #ffffff;
    color: #2C4D82;
    border: 1px solid #d9e1ef;
    border-radius: 4px;
    padding: 2px 8px;
    font-weight: 700;
    margin-left: 4px;
}

.ocg-warning-box {
    margin: 14px 16px;
    padding: 12px 14px;
    border: 1px solid #d9e1ef;
    background: #ffffff;
    color: #2C4D82;
    border-radius: 4px;
    font-size: 13px;
    line-height: 1.5;
}

.ocg-what-next {
    padding: 0 16px 16px;
    font-size: 14px;
    color: #444;
    line-height: 1.6;
}

.ocg-what-next .ocg-section-heading {
    margin: 0 -16px 12px;
}

.ocg-order-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.ocg-order-table th,
.ocg-order-table td {
    padding: 12px 16px;
    border-bottom: 1px solid #efefef;
    text-align: left;
}

.ocg-order-table th:last-child,
.ocg-order-table td:last-child {
    text-align: right;
}

.ocg-order-table th {
    background: #ffffff;
    font-weight: 700;
    color: #555;
}

.ocg-order-total-row td {
    font-weight: 700;
    font-size: 15px;
}

.ocg-billing-content {
    padding: 14px 16px;
    font-size: 14px;
    line-height: 1.7;
    color: #444;
}

@media (max-width: 480px) {
    .ocg-venmo-title {
        font-size: 21px;
    }

    .ocg-venmo-save-amount {
        font-size: 28px;
    }

    .ocg-venmo-pay-btn {
        font-size: 15px;
        padding: 14px 16px;
    }

    .ocg-step-content,
    .ocg-order-table,
    .ocg-billing-content {
        font-size: 13px;
    }
}/* End custom CSS */