.pmpro-telegram-checkout-test-toolbar
{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin: 0 0 24px 0;
    padding: 18px 20px;
    border: 1px solid #bfdbfe;
    border-radius: 0.75rem;
    background: linear-gradient(135deg, #eff6ff 0%, #f8fbff 100%);
    box-shadow: 0 8px 24px rgba(59, 130, 246, 0.08);
}

.pmpro-telegram-checkout-test-toolbar__main
{
    display: flex;
    align-items: flex-start;
    gap: 14px;
    flex: 1 1 260px;
    min-width: 0;
}

.pmpro-telegram-checkout-test-toolbar__icon
{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: #dbeafe;
    color: #2563eb;
    flex-shrink: 0;
}

.pmpro-telegram-checkout-test-toolbar__content
{
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.pmpro-telegram-checkout-test-badge
{
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 3px 10px;
    border-radius: 999px;
    background: #2563eb;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.pmpro-telegram-checkout-test-title
{
    margin: 0;
    color: #111827;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.35;
}

.pmpro-telegram-checkout-test-hint
{
    margin: 0;
    color: #4b5563;
    font-size: 0.875rem;
    line-height: 1.45;
}

.pmpro-telegram-checkout-test-btn
{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 46px;
    padding: 0 20px;
    border: none;
    border-radius: 0.5rem;
    background: #3b82f6;
    color: #fff;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
    box-shadow: 0 10px 20px rgba(59, 130, 246, 0.22);
    flex-shrink: 0;
}

.pmpro-telegram-checkout-test-btn:hover
{
    background: #2563eb;
    transform: translateY(-1px);
    box-shadow: 0 14px 24px rgba(37, 99, 235, 0.24);
}

.pmpro-telegram-checkout-test-btn:focus
{
    outline: none;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.25);
}

.pmpro-telegram-checkout-test-btn.is-filled
{
    background: #059669;
    box-shadow: 0 10px 20px rgba(5, 150, 105, 0.22);
}

.pmpro-telegram-checkout-test-btn.is-filled:hover
{
    background: #047857;
}

.pmpro-telegram-checkout-test-btn__icon
{
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 640px)
{
    .pmpro-telegram-checkout-test-toolbar
    {
        padding: 16px;
    }

    .pmpro-telegram-checkout-test-btn
    {
        width: 100%;
    }
}
