/**
 * Please note that these styles will be loaded before editor styles.
 * If a theme's editor style specifies the same classname, these may be overwritten.
 */


 .is-style-border-s {
   margin-left:5.4vw  !important;
   margin-right: 5.4vw !important;
   margin-top: 0.1em;
 }

 .is-style-border-m {
	 margin-left:5.4vw  !important;
	 margin-right: 5.4vw !important;
 }

 .is-style-border-l {
	 margin-left:16vw  !important;
	 margin-right: 16vw  !important;
 }

 .is-style-border-xl {
		margin-left: 39.7vw !important;
		margin-right: 14.5vw !important;
 }

 .is-style-border-xxl {
		margin-left: calc(39.7vw + 50px) !important;
		margin-right: 14.50vw !important;
 }


 @media screen and (min-width: 1920px)  {
   .is-style-border-xl {
  		margin-left: 39.7vw !important;
  		margin-right: 20.5vw !important;
   }

   .is-style-border-xxl {
  		margin-left: calc(39.7vw + 50px) !important;
  		margin-right: 20.50vw !important;
   }
 }


@media screen and (max-width: 768px) and (orientation:portrait) {
    .is-style-border-s, .is-style-border-m, .is-style-border-l {
      margin-left:20px  !important;
      margin-right: 20px  !important;
    }

    .is-style-border-xl {
       margin-left: 14px !important;
       margin-right: 14px !important;
    }

    .is-style-border-xxl {
       margin-left: 71px !important;
       margin-right: 48px !important;
    }
}

@media screen and (max-width: 768px) and (orientation:landscape) {
    .is-style-border-s, .is-style-border-m, .is-style-border-l {
      margin-left:84px  !important;
      margin-right: 84px  !important;
    }

    .is-style-border-xl {
       margin-left: 124px !important;
       margin-right: 124px !important;
    }

    .is-style-border-xxl {
       margin-left: 201px !important;
       margin-right: 88px !important;
    }
}

.is-style-lineheight mark a {
  padding-bottom: 2px !important;
}
