[data-ec-googlemaps][data-ec-cookiebot-pending="1"],
[data-ec-vimeo][data-ec-cookiebot-pending="1"] {
    visibility: hidden;
}

[data-ec-googlemaps],
[data-ec-vimeo] {
    min-height: 450px;
}

#ec-cookiebot-banner {
    position: fixed;
    left: 20px;
    right: 20px;
    bottom: 20px;
    z-index: 10000;
    background: #111;
    color: #fff;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0,0,0,.25);
}

.ec-cookiebot__banner-box {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
    padding: 18px 20px;
    flex-wrap: wrap;
}

.ec-cookiebot__banner-text p {
    margin: 8px 0 0;
}

.ec-cookiebot__banner-actions,
.ec-cookiebot__modal-footer {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.ec-cookiebot__banner-actions button,
.ec-cookiebot__modal-footer button,
.ec-cookiebot__floating-button,
.ec-cookiebot__close {
    cursor: pointer;
    border: 0;
    border-radius: 10px;
    padding: 10px 14px;
}

.ec-cookiebot__floating-button {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9990;
}

.ec-cookiebot__overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.5);
    z-index: 10001;
}

.ec-cookiebot__modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: min(920px, calc(100vw - 32px));
    max-height: calc(100vh - 32px);
    overflow: auto;
    background: #fff;
    color: #111;
    border-radius: 16px;
    z-index: 10002;
    box-shadow: 0 20px 50px rgba(0,0,0,.25);
}

.ec-cookiebot__modal-header,
.ec-cookiebot__modal-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 16px 20px;
}

.ec-cookiebot__modal-header {
    border-bottom: 1px solid #ddd;
}

.ec-cookiebot__modal-footer {
    border-top: 1px solid #ddd;
    flex-wrap: wrap;
}

.ec-cookiebot__modal-body {
    padding: 20px;
}

.ec-cookiebot__category {
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 16px;
}

.ec-cookiebot__category-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
}

.ec-cookiebot__category-head h3 {
    margin: 0 0 6px;
}

.ec-cookiebot__category-head p {
    margin: 0;
}

.ec-cookiebot__services {
    margin-top: 16px;
}

.ec-cookiebot__services ul {
    margin: 10px 0 0;
    padding-left: 0;
    list-style: none;
}

.ec-cookiebot__services li + li {
    margin-top: 10px;
}

.ec-cookiebot__service-row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.ec-cookiebot__service-row small {
    display: block;
    margin-top: 4px;
    opacity: .8;
}

.ec-cookiebot__service-item {
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    padding: 12px;
    background: #fafafa;
}

.ec-cookiebot__service-main {
    display: block;
}

.ec-cookiebot__service-meta {
    margin-top: 8px;
    padding-left: 26px;
    font-size: 14px;
    line-height: 1.5;
    opacity: 0.9;
}

.ec-cookiebot__service-meta a {
    word-break: break-word;
}