.CashLoop-cookie-consent {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: var(--CashLoop-white);
    box-shadow: 0 -0.25rem 1rem rgba(0, 0, 0, 0.15);
    padding: 1.25rem 1.5rem;
    transform: translateY(100%);
    transition: transform 0.4s ease;
}

.CashLoop-cookie-consent.CashLoop-cookie-visible {
    transform: translateY(0);
}

.CashLoop-cookie-inner {
    max-width: 75rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.CashLoop-cookie-text {
    font-size: 0.9375rem;
    color: var(--CashLoop-dark);
    flex: 1;
    min-width: 15rem;
}

.CashLoop-cookie-text a {
    color: var(--CashLoop-primary);
    text-decoration: underline;
}

.CashLoop-cookie-btns {
    display: flex;
    gap: 0.75rem;
}
