
/*
 * Tink's Account Success
 * Version 0.0.1
 * Scope: /account/success only
 */

html.tinks-account-success-v1 body.account-success #content {
    background: #f4f5f6 !important;
    padding: 18px 24px 32px !important;
}

html.tinks-account-success-v1 body.account-success #content > .row {
    max-width: 1180px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Remove old breadcrumb + BurnEngine spacing. */
html.tinks-account-success-v1 #BreadcrumbsSystem_ew4mz9c3,
html.tinks-account-success-v1 .tas-hide {
    display: none !important;
}

html.tinks-account-success-v1 body.account-success #content .row_H1Ncx,
html.tinks-account-success-v1 body.account-success #content .row_de46s,
html.tinks-account-success-v1 body.account-success #content .row_3wpEe {
    margin: 0 !important;
    padding: 0 !important;
}

/* Original title/content are harvested by JS. */
html.tinks-account-success-v1 #PageTitleSystem_KHyNuBbA,
html.tinks-account-success-v1 #System_TNCrUWnx {
    display: none !important;
}

/* Main success card */
html.tinks-account-success-v1 .tas-card {
    max-width: 820px;
    margin: 0 auto;
    padding: 34px 38px;
    background: #fff;
    border: 1px solid #dfe3e7;
    border-radius: 16px;
    box-sizing: border-box;
    text-align: center;
}

html.tinks-account-success-v1 .tas-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    margin: 0 auto 16px;
    border-radius: 50%;
    background: #edf8da;
    color: #70aa00;
    font-family: FontAwesome;
    font-size: 28px;
    line-height: 1;
}

html.tinks-account-success-v1 .tas-kicker {
    margin-bottom: 5px;
    color: #73808b;
    font-size: 10px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 1.1px;
    text-transform: uppercase;
}

html.tinks-account-success-v1 .tas-title {
    margin: 0 0 9px;
    color: #20242a;
    font-family: "Titillium Web", Arial, sans-serif;
    font-size: 30px;
    line-height: 1.1;
    font-weight: 700;
}

html.tinks-account-success-v1 .tas-lead {
    max-width: 610px;
    margin: 0 auto;
    color: #5f6b75;
    font-size: 13px;
    line-height: 1.55;
}

/* Useful account benefits */
html.tinks-account-success-v1 .tas-benefits {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin: 24px 0 0;
    text-align: left;
}

html.tinks-account-success-v1 .tas-benefit {
    min-width: 0;
    padding: 14px;
    border: 1px solid #e1e5e8;
    border-radius: 11px;
    background: #fafbfc;
}

html.tinks-account-success-v1 .tas-benefit-icon {
    margin-bottom: 7px;
    color: #73ad00;
    font-family: FontAwesome;
    font-size: 15px;
}

html.tinks-account-success-v1 .tas-benefit strong {
    display: block;
    margin-bottom: 3px;
    color: #20242a;
    font-size: 11px;
    line-height: 1.25;
}

html.tinks-account-success-v1 .tas-benefit span {
    display: block;
    color: #68737d;
    font-size: 10px;
    line-height: 1.4;
}

/* Email confirmation notice */
html.tinks-account-success-v1 .tas-confirmation {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 18px 0 0;
    padding: 12px 14px;
    border: 1px solid #dce8c6;
    border-radius: 10px;
    background: #f8fced;
    color: #4f5d42;
    text-align: left;
    font-size: 10.5px;
    line-height: 1.45;
}

html.tinks-account-success-v1 .tas-confirmation::before {
    content: "\f0e0";
    flex: 0 0 auto;
    margin-top: 1px;
    color: #72aa00;
    font-family: FontAwesome;
    font-size: 14px;
}

html.tinks-account-success-v1 .tas-confirmation a {
    color: #4c6500 !important;
    font-weight: 700;
    text-decoration: underline !important;
    text-underline-offset: 2px;
}

/* Actions */
html.tinks-account-success-v1 .tas-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr);
    gap: 10px;
    margin-top: 20px;
}

html.tinks-account-success-v1 .tas-actions a {
    display: flex !important;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    margin: 0 !important;
    padding: 0 18px !important;
    border-radius: 8px !important;
    font-size: 12px !important;
    line-height: 1 !important;
    font-weight: 800 !important;
    text-decoration: none !important;
    box-shadow: none !important;
    box-sizing: border-box;
}

html.tinks-account-success-v1 .tas-account {
    border: 1px solid #cfd5da !important;
    background: #fff !important;
    color: #30363c !important;
}

html.tinks-account-success-v1 .tas-account:hover {
    background: #f1f3f5 !important;
}

html.tinks-account-success-v1 .tas-continue {
    border: 1px solid #77b600 !important;
    background: #8bd000 !important;
    color: #fff !important;
}

html.tinks-account-success-v1 .tas-continue:hover {
    background: #77b600 !important;
}

@media (max-width: 700px) {
    html.tinks-account-success-v1 body.account-success #content {
        padding: 14px !important;
    }

    html.tinks-account-success-v1 .tas-card {
        padding: 25px 18px;
    }

    html.tinks-account-success-v1 .tas-title {
        font-size: 26px;
    }

    html.tinks-account-success-v1 .tas-benefits,
    html.tinks-account-success-v1 .tas-actions {
        grid-template-columns: 1fr;
    }
}
