.cookie-consent-wrapper-d507ea06 {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0 -4px 15px rgba(0,0,0,0.1);
    z-index: 99999;
    border-top: 5px solid;
    border-image: linear-gradient(to right, #ff0000, #ff7f00, #ffff00, #00ff00, #0000ff, #4b0082, #9400d3) 1;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #333333;
}

.cookie-consent-inner-d507ea06 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.cookie-text-d507ea06 {
    flex: 1;
}

.cookie-text-d507ea06 strong {
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
    color: #111111;
}

.cookie-text-d507ea06 p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    color: #555555;
}

.cookie-buttons-d507ea06 {
    display: flex;
    gap: 10px;
}

.cookie-btn-accept-d507ea06,
.cookie-btn-decline-d507ea06 {
    min-width: 120px;
    text-align: center;
    padding: 10px 24px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.cookie-btn-accept-d507ea06 {
    background: linear-gradient(90deg, #ff0000, #ff7f00, #ffff00, #00ff00, #0000ff, #4b0082, #9400d3);
    background-size: 200% auto;
    color: white;
    border: none;
    text-shadow: 0 1px 2px rgba(0,0,0,0.4);
}

.cookie-btn-accept-d507ea06:hover {
    background-position: right center;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.cookie-btn-decline-d507ea06 {
    background: #f0f0f0;
    color: #333333;
    border: 1px solid #dcdcdc;
}

.cookie-btn-decline-d507ea06:hover {
    background: #e0e0e0;
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .cookie-consent-inner-d507ea06 {
        flex-direction: column;
        text-align: center;
    }
    .cookie-buttons-d507ea06 {
        width: 100%;
        justify-content: center;
        flex-direction: column;
    }
    .cookie-buttons-d507ea06 button {
        width: 100%;
    }
}
