#global_action_loader {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    text-align: center;
    padding-top: 40vh;
}

#global_action_loader img {
    width: 100px;
    height: 100px;
}

.sd-img-right .sd-img {
    padding-left: 60px;
    padding-right: 0;
}

.banner-box-asset {
    object-fit: cover;
}

.collapsing_text {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}

#cookies-eu-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #111827;
    color: #fff;
    padding: 12px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 9999;
    font-family: system-ui, sans-serif;
    font-size: 16px;
}

a#cookies-eu-more {
    color: #38bdf8;
    text-decoration: underline;
}

#cookie-actions {
    text-align:right;
}

#cookie-actions button {
    background: #38bdf8;
    border: none;
    color: #111827;
    padding: 12px 18px;
    border-radius: 6px;
    margin-left: 8px;
    cursor: pointer;
    font-weight: 600;
}

#cookie-actions button#cookies-eu-reject {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255,255,255,0.3);
}

@media (max-width: 600px){
    #cookies-eu-banner {
        flex-direction: column;
        align-items: flex-start;
    }

    #cookie-actions {
        margin-top: 8px;
    }
}
