// Variables & Mixins
@import "../../../../themes/everse/assets/sass/base/_variables";
@import "../../../../themes/everse/assets/sass/base/_mixins.scss";

/*-------------------------------------------------------*/
/* Services Menu
/*-------------------------------------------------------*/
.eversor-cpt-menu {
  background-color: $bg-light;
  padding: 46px;
  border-radius: 5px;
  list-style: none;

  &__item {
    position: relative;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2;  
    padding: 16px 0;
    border-bottom: 1px solid $border-color;

    &:first-child {
      padding-top: 0;
    }

    &:last-child {
      border-bottom: 0;
      padding-bottom: 0;
    }

    &-url {
      color: inherit;
    }
  }
}