/* ----------- THEMES ----------- */

.ad-intervention-placeholder .light-theme {
    background-color: #B9B9B9;
    color: #333333;
}

.ad-intervention-placeholder .light-theme .placeholder-icon,
.ad-intervention-placeholder .light-theme .placeholder-arrow {
    background-position: 100%;
}

.ad-intervention-placeholder .dark-theme {
    background-color: #454555;
    color: #D8DADF;
}

.ad-intervention-placeholder .dark-theme .placeholder-icon,
.ad-intervention-placeholder .dark-theme .placeholder-arrow {
    background-position: 0;
}

/* ------------------------------ */

.ad-intervention-placeholder {
    display: none;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    overflow: hidden;
}

.ad-intervention-placeholder .placeholder-container {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI map-weights", "Segoe UI", "Roboto map-weights", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    width: 100%;
    height: 100%;
    position: relative;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    padding: 15px;
}

.ad-intervention-placeholder .placeholder-click-for-more {
    display: none;
    position: absolute;
    bottom: 15px;
    padding: 0 10px;
}

.ad-intervention-placeholder .placeholder-icon {
    margin: 10px;
    min-width: 29px;
    min-height: 26px;
    background-image: url('../img/ad-intervention-placeholder-icon.svg');
    background-repeat: no-repeat;
    background-size: 200%;
}

.ad-intervention-placeholder .placeholder-arrow {
    min-width: 8px;
    min-height: 8px;
    background-image: url('../img/ad-intervention-placeholder-arrow-right.svg');
    background-repeat: no-repeat;
    background-size: 200%;
    margin: 4px;
}

/* ----------- LAYOUTS ----------- */

.ad-intervention-placeholder .layout-height-large {
    flex-direction: column;
    text-align: center;
}

.ad-intervention-placeholder .layout-height-large:not(.layout-width-small) .placeholder-arrow {
    display: none;
}

.ad-intervention-placeholder .layout-height-large.layout-width-small .placeholder-arrow {
    position: absolute;
    bottom: 5px;
}

.ad-intervention-placeholder .layout-height-large:not(.layout-width-small) .placeholder-click-for-more {
    display: block;
}

.ad-intervention-placeholder .layout-height-medium,
.ad-intervention-placeholder .layout-height-small,
.ad-intervention-placeholder .layout-height-extra-small {
    flex-direction: row;
}

.ad-intervention-placeholder .layout-height-medium:not(.layout-width-large),
.ad-intervention-placeholder .layout-height-small:not(.layout-width-large),
.ad-intervention-placeholder .layout-height-extra-small,
.ad-intervention-placeholder .layout-width-small {
    font-size: 10px;
}

.ad-intervention-placeholder .layout-height-small.layout-width-medium .placeholder-icon,
.ad-intervention-placeholder .layout-height-medium.layout-width-medium .placeholder-icon,
.ad-intervention-placeholder .layout-height-small.layout-width-small .placeholder-icon,
.ad-intervention-placeholder .layout-height-medium.layout-width-small .placeholder-icon,
.ad-intervention-placeholder .layout-height-extra-small .placeholder-icon  {
    display: none;
}

.ad-intervention-placeholder .layout-height-small.layout-width-medium .placeholder-text,
.ad-intervention-placeholder .layout-height-small.layout-width-small .placeholder-text,
.ad-intervention-placeholder .layout-height-medium.layout-width-small .placeholder-text,
.ad-intervention-placeholder .layout-height-extra-small .placeholder-text {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* ------------------------------ */
