#agp-cookie-notice {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10050;
    background: #1e1e2d;
    color: #f4f4f4;
    padding: 14px 20px;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.25);
    font-size: 14px;
    line-height: 1.5;
}

#agp-cookie-notice .agp-cookie-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px 20px;
    justify-content: space-between;
}

#agp-cookie-notice p {
    margin: 0;
    flex: 1 1 280px;
}

#agp-cookie-notice a {
    color: #ff8a8f;
    text-decoration: underline;
}

#agp-cookie-notice .agp-cookie-accept {
    background: #ce181e;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 10px 22px;
    font-weight: 700;
    cursor: pointer;
    flex-shrink: 0;
}

#agp-cookie-notice .agp-cookie-accept:hover {
    background: #a81318;
}
