.full-report-paypal-form {
    margin: 0;
}

.full-report-paypal-return {
    display: block;
    max-width: 760px;
    margin: 70px auto;
    text-align: center;
}

.full-report-paypal-return h1 {
    margin: 10px 0;
}

.full-report-payment-spinner {
    width: 46px;
    height: 46px;
    margin: 22px auto;
    border: 5px solid #dce8ed;
    border-top-color: #087b77;
    border-radius: 50%;
    animation: ycgb-payment-spin .9s linear infinite;
}

@keyframes ycgb-payment-spin {
    to { transform: rotate(360deg); }
}

@media (max-width: 760px) {
    .full-report-paypal-form,
    .full-report-paypal-form .full-report-buy {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .full-report-payment-spinner { animation: none; }
}

.full-report-paypal-form,
.full-report-purchase-actions {
    align-items: stretch;
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.full-report-preview-link {
    color: #08698d;
    font-size: .86rem;
    font-weight: 900;
    text-align: center;
}

.full-report-preview-intro {
    align-items: center;
    background: #fff8dc;
    border: 2px solid #edbd35;
    border-radius: 18px;
    display: flex;
    gap: 18px;
    margin: 24px 0 0;
    padding: 18px 22px;
    scroll-margin-top: 20px;
}

.full-report-preview-intro > span {
    background: #0b3859;
    border-radius: 999px;
    color: #ffd05e;
    flex: 0 0 auto;
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .12em;
    padding: 9px 13px;
}

.full-report-preview-intro h2 { font-size: 1.22rem; margin: 0 0 3px; }
.full-report-preview-intro p { color: #536b7c; margin: 0; }

@media (max-width: 760px) {
    .full-report-preview-intro { align-items: flex-start; flex-direction: column; }
}

@media print {
    .full-report-preview-intro { display: none !important; }
}
