.cookie-plagin-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2147483646;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 16px;
    background: rgba(20, 20, 20, 0.95);
    color: #fff;
    box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.2);
}

.cookie-plagin-text {
    margin: 0;
    line-height: 1.4;
}

.cookie-plagin-actions {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.cookie-plagin-btn {
    appearance: none;
    border: 0;
    border-radius: 4px;
    padding: 8px 12px;
    font: inherit;
    cursor: pointer;
}

.cookie-plagin-accept {
    background: #2ecc71;
    color: #fff;
}

.cookie-plagin-reject {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.6);
}

@media (max-width: 640px) {
    .cookie-plagin-bar {
        flex-wrap: wrap;
    }
    .cookie-plagin-actions {
        width: 100%;
        justify-content: flex-end;
    }
}

.cookie-plagin-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2147483646;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 16px;
    background: rgba(20, 20, 20, 0.95);
    color: #fff;
    box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.2);
}

.cookie-plagin-text {
    margin: 0;
    line-height: 1.4;
}

.cookie-plagin-actions {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.cookie-plagin-btn {
    appearance: none;
    border: 0;
    border-radius: 4px;
    padding: 8px 12px;
    font: inherit;
    cursor: pointer;
}

.cookie-plagin-accept {
    background: #2ecc71;
    color: #fff;
}

.cookie-plagin-reject {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.6);
}

@media (max-width: 640px) {
    .cookie-plagin-bar {
        flex-wrap: wrap;
    }
    .cookie-plagin-actions {
        width: 100%;
        justify-content: flex-end;
    }
}


