.aet-confirmation {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    margin: 0 0 2px;
    padding: 20px 24px;
    border: 1px solid #cfe7d7;
    border-radius: 12px;
    background: #f6fff8;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
}

.aet-confirmation__icon {
    flex: 0 0 auto;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2px solid currentColor;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
    font-size: 22px;
}

.aet-confirmation__content {
    flex: 1 1 auto;
    min-width: 0;
}

.aet-confirmation__title {
    margin: 0 0 12px;
    font-size: 26px;
    line-height: 1.25;
    font-weight: 700;
}

.aet-confirmation__stats,
.aet-confirmation__streak,
.aet-confirmation__share,
.aet-confirmation__login {
    margin: 10px 0 0;
    font-size: 17px;
    line-height: 1.45;
}

.aet-confirmation__share {
    font-weight: 700;
}

.aet-confirmation__login a {
    font-weight: 700;
    text-decoration: underline;
}

@media (max-width: 600px) {
    .aet-confirmation {
        padding: 18px;
        gap: 12px;
    }

    .aet-confirmation__title {
        font-size: 22px;
    }
}


.aet-next-petition {
    margin: 10px 0;
    padding: 20px 24px;
    border: 1px solid #cfe7d7;
    border-radius: 12px;
    background: #f6fff8;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
}

.aet-next-petition__label {
    margin: 0 0 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 26px;
    line-height: 1.25;
    font-weight: 400;
}

.aet-next-petition__title {
    margin: 0;
    font-size: 22px;
    line-height: 1.25;
    font-weight: 700;
}

.aet-next-petition__title a {
    color: #003f7f;
    text-decoration: none;
}

.aet-next-petition__title a:hover,
.aet-next-petition__title a:focus {
    text-decoration: underline;
}


@media (max-width: 600px) {
    .aet-next-petition {
        padding: 18px;
    }

    .aet-next-petition__label {
        font-size: 22px;
    }

    .aet-next-petition__title {
        font-size: 20px;
    }
}
