.fishh-bulk-able {
    position: relative;
    border: 3px solid #ff9900 !important;
    border-radius: 0 !important;
    cursor: pointer;
    min-height: 20px;
    transform: none !important;
}

.fishh-bulk-parent>* {
    pointer-events: none !important;
}

.fishh-bulk-edited {
    border: 3px solid #bbbbbb !important;
}

.fishh-bulk-saving,
.fishh-bulk-editing {
    border: 3px solid #fff34a !important;
}

.fishh-editable {
    position: relative;
    cursor: pointer;
    min-height: 20px;
}

.fishh-editable.fishh-editable-old {
    border: 3px solid #fff34a !important;
}

.fishh-editable.fishh-editable-old:hover::after {
    content: none !important;
}

.fishh-editable:hover::after{
    content: '';
    position: absolute;
    inset: 0;
    border: 3px solid #fff34a !important;
    z-index: 100;
}

.fishh-editable__block-edit {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: none;
    color: black;
}

.fishh-editable__block-name {
    position: absolute;
    top: 0;
    left: 0;
    align-items: center;
    min-width: 50px;
    width: fit-content;
    height: 32px;
    padding: 8px;
    background-color: #fff34a;
    z-index: 102;
    text-wrap: nowrap;
}

.fishh-editable__block-name p {
    font-size: 12px;
}

.fishh-editable__block-name p span {
    color: #777777;
}

.fishh-editable__block-actions {
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    align-items: center;
    width: 32px;
    height: fit-content;
    background-color: #fff34a;
    z-index: 101;
}

.fishh-editable__block-actions .fishh-editable__button{
    display: inline-flex;
    width: 32px;
    height: 32px;
    padding: 8px;
}

.fishh-editable__block-actions .fishh-editable__button:hover .fishh-editable__icon {
    opacity: 0.5;
}

.fishh-editable__button--up .fishh-editable__icon {
    transform: rotate(180deg);
}

.fishh-editable__button--up .fishh-editable__icon, .fishh-editable__button--down .fishh-editable__icon{
    width: 14px;
    height: 14px;
}

.fishh-editable .fishh-editable__button--add-top,
.fishh-editable .fishh-editable__button--add-bottom {
    position: absolute;
    left: 0;
    right: 0;
    width: fit-content;
    height: 30px;
    min-height: auto;
    margin: auto;
    background-color: #fff34a;
    color: black;
    font-weight: 400;
    letter-spacing: 0;
    display: none;
    z-index: 101;
    border-radius: 5px;
    font-size: 12px;
    padding: 0 6px;
}

.fishh-editable .fishh-editable__button--add-top:hover span,
.fishh-editable .fishh-editable__button--add-bottom:hover span {
    opacity: 0.5;
}

.fishh-editable .fishh-editable__button--add-top {
    top: -15px;
}

.fishh-editable .fishh-editable__button--add-bottom {
    bottom: -15px;
}

.fishh-editable:hover {
    z-index: 101;
}

.fishh-editable:hover .fishh-editable__block-edit,
.fishh-editable:hover .fishh-editable__button--add-top,
.fishh-editable:hover .fishh-editable__button--add-bottom {
    display: block;
}

.fishh-editable.is-pending {
    border-color: red;
}

.fishh-editable.is-pending::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: -3px;
    right: 23px;
    width: 20px;
    height: 20px;
    background-image: url("icons/ico-alert-validation.svg");
    z-index: 5;
}

.fishh-editable a,
.fishh-editable iframe {
    pointer-events: none !important;
}

.fishh-block.fishh-block-not-active {
    display: none;
}

.l-site-wrapper.show-blocks {
    position: relative;
    padding-left: 10px;
}

.l-site-wrapper.show-blocks::before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
}

.l-site-wrapper.show-blocks .fishh-block.fishh-block-not-active {
    display: block;
}

.l-site-wrapper.show-blocks .fishh-block.fishh-block-not-active:after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.8;
}

.l-site-wrapper.show-blocks .fishh-block.fishh-block-not-active * {
    /* opacity: 0.3; */
}

.l-site-wrapper.show-blocks::before {
    background-color: #ddd;
}

.l-site-wrapper.show-blocks .fishh-block {
    position: relative;
}

.l-site-wrapper.show-blocks .fishh-block.not-active::before {
    background-color: #fff;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    opacity: 0.3;
    right: 0;
    bottom: 0;
    width: 100%;
}

.l-site-wrapper.show-blocks .fishh-block.fishh-editable::before {
    left: -13px;
}

.l-site-wrapper.show-blocks .fishh-block::before {
    content: "";
    position: absolute;
    z-index: 3;
    top: 0;
    left: -10px;
    width: 3px;
    height: 100%;
}

.fishh-editable__button {
    display: none;
    font-family: "Source Sans Pro", sans-serif;
    text-align: center;
    cursor: pointer;
    background-color: transparent;
    border: 0;
}

.fishh-editable__button, .fishh-editable__button:focus {
    outline: none;
}


.fishh-editable__icon {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 50% center;
}
.fishh-editable__button .fishh-editable__icon {
    width: 20px;
    height: 20px;
    background-size: contain;
}

.fishh-editable__icon--arrow-downward, .fishh-editable__icon--arrow-left {
    width: 10px;
    height: 10px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.676 5L5 9.676.324 5l.848-.82 3.254 3.254V.324h1.148v7.11L8.855 4.18z' fill='%23000' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.fishh-editable__icon--duplicate, .fishh-editable__icon--expand {
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='17' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='.909' y='3.318' width='12' height='12' rx='1' stroke='%23000'/%3E%3Cpath d='M12.914 12.682h2.177a1 1 0 001-1v-10a1 1 0 00-1-1h-10a1 1 0 00-1 1v1.426' stroke='%23000'/%3E%3C/svg%3E");
}

.fishh-editable__icon--visible--outline {
    width: 20px;
    height: 15px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.998 11.133c-2.091 0-3.918-.897-5.43-2.667A10.752 10.752 0 011 6c.419-.907.947-1.738 1.567-2.466C4.08 1.764 5.907.867 7.998.867c2.092 0 3.919.897 5.431 2.667C14.051 4.262 14.58 5.093 15 6c-.49 1.08-2.624 5.133-7.002 5.133z' stroke='%23000'/%3E%3Ccircle cx='8' cy='6' r='2.333' stroke='%23000'/%3E%3C/svg%3E");
}

.fishh-editable__button--up .fishh-editable__icon, .fishh-editable__button--down .fishh-editable__icon {
    width: 14px;
    height: 14px;
}

.fishh-editable__button--up .fishh-editable__icon {
    transform: rotate(180deg);
}
