.btn-social {
    position: relative;
}

.btn-social__inner {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
}

.btn-social__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
}

.btn-social__icon svg {
    display: block;
    width: 22px;
    height: 22px;
}

.btn-social__icon--google {
    border-radius: 999px;
    background: linear-gradient(135deg, #ffffff, #f3f4f6);
    box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.08);
    color: #ea4335;
    font-size: 14px;
    font-weight: 800;
}

.btn-social__icon--facebook {
    border-radius: 999px;
    background: #1877f2;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
}

.btn-social__label {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
}

.gp-social-toast {
    position: fixed;
    top: 92px;
    right: 22px;
    z-index: 99998;
    width: min(430px, calc(100vw - 28px));
    border-radius: 22px;
    background: #fff;
    color: #1f2937;
    border: 1px solid rgba(15, 23, 42, 0.09);
    box-shadow: 0 28px 60px rgba(15, 23, 42, 0.2);
    overflow: hidden;
    transform: translateY(-10px);
    opacity: 0;
    pointer-events: none;
    transition: transform .24s ease, opacity .24s ease;
}

.gp-social-toast.is-visible {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
}

.gp-social-toast__close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: #6b7280;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
}

.gp-social-toast__bar {
    padding: 18px 22px;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    background: #fff;
}

.gp-social-toast__brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #5f6673;
    font-size: 16px;
    font-weight: 700;
}

.gp-social-toast__google-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 999px;
    background: linear-gradient(135deg, #fff 0%, #f3f4f6 100%);
    border: 1px solid rgba(15, 23, 42, 0.08);
    color: #4285f4;
    font-size: 18px;
    font-weight: 800;
}

.gp-social-toast__content {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 126px;
    gap: 14px;
    padding: 24px 22px 18px;
}

.gp-social-toast__copy {
    min-width: 0;
}

.gp-social-toast__title {
    margin: 0 0 12px;
    color: #202124;
    font-size: 27px;
    line-height: 1.28;
    font-weight: 500;
}

.gp-social-toast__text {
    margin: 0;
    color: #6b7280;
    font-size: 14px;
    line-height: 1.65;
}

.gp-social-toast__art {
    position: relative;
    min-height: 132px;
}

.gp-social-toast__orb {
    position: absolute;
    border-radius: 999px;
    opacity: .9;
}

.gp-social-toast__orb--blue {
    width: 46px;
    height: 46px;
    top: 40px;
    right: 46px;
    background: #d9e8ff;
}

.gp-social-toast__orb--yellow {
    width: 40px;
    height: 40px;
    top: 72px;
    right: 76px;
    background: #fff0c8;
}

.gp-social-toast__orb--green {
    width: 44px;
    height: 44px;
    top: 82px;
    right: 26px;
    background: #daf2dd;
}

.gp-social-toast__orb--red {
    width: 34px;
    height: 34px;
    top: 62px;
    right: 0;
    background: #ffd8d3;
}

.gp-social-toast__key {
    position: absolute;
    top: 50px;
    right: 44px;
    width: 34px;
    height: 34px;
    border: 8px solid #fbbc04;
    border-radius: 999px;
    box-sizing: border-box;
}

.gp-social-toast__key::before,
.gp-social-toast__key::after {
    content: "";
    position: absolute;
    background: #fbbc04;
}

.gp-social-toast__key::before {
    width: 32px;
    height: 8px;
    top: 10px;
    left: 22px;
    border-radius: 8px;
}

.gp-social-toast__key::after {
    width: 8px;
    height: 16px;
    top: 10px;
    left: 44px;
    border-radius: 0 0 8px 8px;
}

.gp-social-toast__actions {
    padding: 0 22px 16px;
}

.gp-social-toast__btn {
    width: 100%;
    min-height: 54px;
    border: 1px solid #1a73e8;
    border-radius: 8px;
    background: #1a73e8;
    box-shadow: 0 8px 18px rgba(26, 115, 232, 0.18);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}

.gp-social-toast__btn--google:hover,
.gp-social-toast__btn--google:focus {
    background: #1765cc;
    border-color: #1765cc;
}

.gp-social-toast__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 0 22px 18px;
}

.gp-social-toast__link {
    padding: 0;
    border: 0;
    background: transparent;
    color: #5f6368;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    text-align: left;
}

.gp-social-toast__link--facebook {
    color: #356ac3;
}

@media (max-width: 767px) {
    .gp-social-toast {
        top: auto;
        right: 12px;
        left: 12px;
        bottom: 12px;
        width: auto;
        border-radius: 18px;
    }

    .gp-social-toast__content {
        grid-template-columns: 1fr;
    }

    .gp-social-toast__art {
        display: none;
    }

    .gp-social-toast__title {
        font-size: 24px;
    }

    .gp-social-toast__footer {
        flex-direction: column;
        align-items: flex-start;
    }
}
