.page {
  &.editing {
    .dropdown-menu {
      top: inherit;
      left: 30px;
      min-width: 200px;
    }

    .page-component-controls {
      li {
        margin-bottom: 0;
      }
      button {
        padding: 1px 5px !important;
        line-height: 1.5;
        opacity: 0.9 !important;
        font-size: 14px !important;
        border-radius: 50% !important;
        width: 30px !important;
        height: 30px !important;
        &:hover {
          opacity: 1 !important;
        }
        &:focus {
          outline: 0 none !important;
        }

        &.block-control-link {
          background-color: #ededed !important;
          color: black !important;
          i {
            color: black !important;
          }
        }

        &.page-row-control-link {
          background-color: #00bcd4 !important;
          color: white !important;
          i {
            color: white !important;
          }
        }

        &.dropdown-toggle::after {
          content: none;
        }
      }

      div, p, ul, li, span {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
        font-size: 12px !important;
      }
    }

    .page-row {
      .block-wrapper {
        position: relative !important;
        min-height: 40px;
      }

      .page-row-container {
        .page-row-border {
          min-height: 50px !important;
          padding: 3rem 0 15px 0 !important;
          outline: 1px dashed #ededed;
          outline-offset: -1px !important;

          &:hover {
            .left-controls, .right-controls {
              display: block !important;
              a.dropdown-item {
                color: black !important;
              }
            }
            outline: 1px solid #D0021B !important;
          }
        }

        .page-row-and-new-button {
          .page-component-add-new-row {
            margin-top: 15px !important;
            text-align: center !important;
            .dropdown-item {
              color: black !important;
              text-decoration: none !important;
            }

          }

          .left-controls {
            width: unset;
            display: none !important;
            position: absolute !important;
            top: -7px !important;
            z-index: 10 !important;
            left: 0 !important;
          }

          .right-controls {
            width: unset;
            display: none !important;
            position: absolute !important;
            top: 5px !important;
            z-index: 10 !important;
            right: 10px !important;
          }
        }

        .new-page-row {
          margin-top: 10px !important;
          text-align: center !important;
          p {
            margin: 20px 0 !important;
          }
        }
      }
    }
    .editor-padding {
      height: 250px !important;
    }

    .editor-fold {
      position: absolute;
      left: 0;
    }
  }
}