.consent-tracking-guard-for-wordpress {
    position: fixed;
    left: calc(20px + env(safe-area-inset-left, 0px));
    bottom: calc(20px + env(safe-area-inset-bottom, 0px));
    z-index: 980;
}

.consent-tracking-guard-for-wordpress .cmp-floating-settings {
    min-height: 44px;
    padding: 8px 12px;
    cursor: pointer;
}

.cmp-youtube-placeholder {
    position: relative;
    display: block;
    width: 100%;
    max-width: 100%;
    min-height: 315px;
    overflow: hidden;
    padding: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    text-align: left;
}

.cmp-youtube-placeholder-content {
    position: absolute;
    right: 24px;
    bottom: 24px;
    left: 24px;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 16px;
}

.cmp-youtube-placeholder-copy {
    display: grid;
    gap: 8px;
    max-width: 420px;
}

.cmp-youtube-placeholder-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 160px;
    padding: 12px 18px;
}

@media (max-width: 700px) {
    .consent-tracking-guard-for-wordpress {
        left: calc(16px + env(safe-area-inset-left, 0px));
        bottom: calc(16px + env(safe-area-inset-bottom, 0px));
    }

    .cmp-youtube-placeholder-content {
        flex-direction: column;
        align-items: stretch;
    }

    .cmp-youtube-placeholder-button {
        width: 100%;
    }
}
