/*  
---------------------------------------------------
Ebbot placeholder
---------------------------------------------------  
*/

.ebbot-placeholder {
    position: fixed;
    z-index: 16777270;
    bottom: 25px;
    right: 30px;
    display: flex;
    align-items: end;
}

@media (width >= 768px) {
    .ebbot-placeholder {
        right: 15px;
    }
}

.ebbot-placeholder__button {
    align-items: center;
    background: #fcce64;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    padding: 8px;
    width: 65px;
    height: 65px;
    aspect-ratio: 1/1;
    border: none;
}

    .ebbot-placeholder__button[aria-expanded="true"] img {
        display: none;
    }

    .ebbot-placeholder__button[aria-expanded="false"] svg {
        display: none;
    }

.ebbot-placehoder__text {
    background: #fcce64;
    padding-inline: 1rem;
    margin-inline: 1rem;
    border-radius: var(--base-border-radius);
}

    .ebbot-placehoder__text[aria-hidden="true"] {
        display: none;
    }

    .ebbot-placehoder__text a {
        text-decoration: underline;
    }
