.eap-project-look-overlay-component {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
}
.eap-project-list-categories-component.jsx-143228044 .eap-project-list-categories-item:not(.eap-button-active) {
    border-color: rgba(255, 255, 255, 0.098);
    color: rgba(255, 255, 255, 0.5);
    border-radius: 66px;
}

.eap-project-list-categories-component.jsx-143228044 .eap-project-list-categories-item.eap-button-active {
    background-color: #ffd95a;
    color: rgb(0 0 0);
    border-radius: 66px;
}

.eap-project-viewer-frame-with-background-color:not(.eap-project-viewer-frame-b768) .eap-project-viewer-frame-content {
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    border-radius: 22px;
}

.eap-project-viewer-frame-component.jsx-1326894674 .eap-project-viewer-frame-overlay {
    background-color: rgb(17 17 17 / 0%);
    backdrop-filter: blur(22px);
}

.eap-button-component {
    display: inline-block;
    border-radius: 66px;
    text-align: center;
    white-space: nowrap;
    transition-duration: 0.1s;
    transition-timing-function: ease;
    transition-property: background-color, color;
    cursor: pointer;
}

.eap-project-viewer-frame-header-opaque.jsx-4005596381 {
    background-color: rgb(17 17 17 / 0%);
    backdrop-filter: blur(22px);
}

.eap-picture-container.eap-picture-container-entered {
    opacity: 1;
    border-radius: 22px;
}

.eap-project-list-categories-item {
  display: inline-block; /* aseguramos que solo afecte a todos */
}

.eap-project-list-categories-item:contains("Todos") {
  display: none !important;
}

