/* DeliveryPerson footer-only patch v84.4 */

.dp-footer-cta-v841__container {
    border-color: rgba(255, 255, 255, 0.22) !important;
    background:
        radial-gradient(
            circle at 100% 0,
            rgba(255, 255, 255, 0.2),
            transparent 42%
        ),
        linear-gradient(
            135deg,
            #7a69ff 0%,
            #6352f5 52%,
            #4f3fe0 100%
        ) !important;
    box-shadow:
        0 24px 58px rgba(76, 58, 213, 0.25) !important;
}

.dp-footer-cta-v841__inner > div:first-child > span,
.dp-footer-cta-v841 h2 {
    color: #fff !important;
}

.dp-footer-cta-v841__inner > div:first-child > span::before {
    background: #fff !important;
    box-shadow:
        0 0 0 6px rgba(255, 255, 255, 0.16) !important;
}

.dp-footer-cta-v841 p {
    color: rgba(255, 255, 255, 0.84) !important;
}

.dp-footer-cta-v841__button {
    border-color: rgba(255, 255, 255, 0.72) !important;
    color: #fff !important;
    background: transparent !important;
}

.dp-footer-cta-v841__button:hover {
    color: #5848f4 !important;
    background: #fff !important;
}

.dp-footer-cta-v841__button--primary {
    border: 1px solid #fff !important;
    color: #5848f4 !important;
    background: #fff !important;
    box-shadow:
        0 14px 30px rgba(34, 21, 141, 0.2) !important;
}

.dp-footer-cta-v841__button--primary:hover {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.14) !important;
}

.dp-footer-v84__logo {
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.dp-footer-v84__logo img {
    width: 56px !important;
    height: 56px !important;
    border-radius: 17px !important;
    object-fit: cover !important;
}

.dp-cookie-v844 {
    position: fixed;
    right: 96px;
    bottom: 26px;
    z-index: 9998;
    width: min(430px, calc(100vw - 150px));
    display: none;
    align-items: center;
    gap: 14px;
    padding: 14px 15px 14px 17px;
    border: 1px solid #dfe3ef;
    border-radius: 18px;
    color: #252946;
    background: rgba(255, 255, 255, 0.98);
    box-shadow:
        0 18px 46px rgba(37, 41, 70, 0.18);
    backdrop-filter: blur(16px);
}

.dp-cookie-v844.is-visible {
    display: flex;
}

.dp-cookie-v844__text {
    min-width: 0;
    flex: 1 1 auto;
    margin: 0;
    color: #252946;
    font-size: 12px;
    line-height: 1.45;
}

.dp-cookie-v844__text a {
    color: #5848f4;
    font-weight: 800;
    text-decoration: none;
}

.dp-cookie-v844__accept {
    flex: 0 0 auto;
    min-height: 40px;
    padding: 0 15px;
    border: 0;
    border-radius: 12px;
    color: #fff;
    background:
        linear-gradient(
            135deg,
            #7666ff,
            #5c4cf5
        );
    font-size: 12px;
    font-weight: 850;
    cursor: pointer;
}

.dp-scrolltop-v841 {
    right: 28px !important;
    bottom: 26px !important;
}

@media (max-width: 900px) {
    .dp-cookie-v844 {
        right: 14px;
        bottom: 14px;
        left: 14px;
        width: auto;
    }
}

@media (max-width: 560px) {
    .dp-cookie-v844 {
        align-items: stretch;
        flex-direction: column;
        padding: 15px;
        border-radius: 17px;
    }

    .dp-cookie-v844__accept {
        width: 100%;
    }
}