/*
Theme Name: NordShield
Template: twentytwentyfive
Text Domain: nordshield
*/

/*=== Main ===*/

@font-face {
  font-family: 'Veneer';
  src: url('/wp-content/uploads/custom-fonts/Veneer.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

h1, h2, h3,h4 {
  font-family: 'Veneer', sans-serif!important;
}

@font-face {
  font-family: 'AktivGrotesk-Regular';
  src: url('/wp-content/uploads/custom-fonts/AktivGrotesk-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: 'AktivGrotesk-Regular', sans-serif;
}

@font-face {
  font-family: 'AktivGrotesk-Light';
  src: url('/wp-content/uploads/custom-fonts/AktivGrotesk-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'AktivGrotesk-CondensedRegular';
  src: url('/wp-content/uploads/custom-fonts/AktivGroteskCd_Trial_Rg.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.wp-child-theme-nordshield .font-condensed-regular, .wp-child-theme-nordshield .has-aktiv-grotesk-cd-trial-font-family {
  font-family: 'AktivGrotesk-CondensedRegular', sans-serif !important;
}



/* === WP global gap fix (scoped to the child theme root) === */

.wp-child-theme-nordshield main.is-layout-flow > * {
  margin-block-start: 0 !important;
}

.wp-child-theme-nordshield .is-layout-constrained > * {
  margin-block-start: 0 !important;
}

.wp-child-theme-nordshield .wp-site-blocks > main.is-layout-flow > .wp-block-post-content:first-child,
.wp-child-theme-nordshield .wp-site-blocks > main.is-layout-flow > .entry-content:first-child,
.wp-child-theme-nordshield .wp-site-blocks > main.is-layout-flow > #site-header:first-child {
  margin-block-start: 0 !important;
}

.wp-child-theme-nordshield .wp-block-post-content.is-layout-constrained > *:first-child,
.wp-child-theme-nordshield .entry-content.is-layout-constrained > *:first-child {
  margin-block-start: 0 !important;
}

.wp-child-theme-nordshield main.is-layout-flow > *:last-child,
.wp-child-theme-nordshield .is-layout-constrained > *:last-child {
  margin-block-end: 0 !important;
}

body.home.wp-child-theme-nordshield .wp-block-group.is-layout-constrained {
  margin-block-start: 0 !important;
}

/*=== Utility classes ===*/

/* --- Utility class: makes all columns equal height and pins CTA buttons to the bottom --- */
@media (min-width: 782px) {
  .equal-cards-wrapper {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 24px;
  }

  .equal-cards-wrapper > .wp-block-column.equal-card {
    display: flex; 
    flex-direction: column;
    flex: 1 1 0%;
    min-width: 0; 
    height: auto;
  }
  .equal-cards-wrapper > .wp-block-column.equal-card .wp-block-buttons {
    margin-top: auto!important; 
  }

  .equal-cards-wrapper > .wp-block-column { 
    display: flex; 
  }
  .equal-cards-wrapper > .wp-block-column > .equal-card {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto; 
    min-height: 100%;
    min-width: 0;
  }
  .equal-cards-wrapper > .wp-block-column > .equal-card .wp-block-buttons,
  .equal-cards-wrapper .equal-card .wp-block-image  {
    margin-top: auto!important;
  }
}



/* Mobile override */
@media (max-width: 781px) {
  .wp-child-theme-nordshield .mobile-padding {
    padding-top: 64px!important;
    padding-right: 24px!important;
    padding-bottom: 69px!important;
    padding-left: 24px!important;
	margin-block-start: 0 !important; 
  }
  
  .no-margin-block-start {
    margin-block-start: 0!important;
  }
  .no-margin-top-mobile {
	margin-top: 0!important
  }
	.no-padding-top-mobile {
		padding-top: 0px!important;
	}
	
	.no-padding-left-right-mobile {
		padding-left: 0px!important;
		padding-right: 0px!important;
	}
}

.max-width-p {
	max-width: 680px;
	margin: auto;
}

 .no-margin-block-start {
    margin-block-start: 0!important;
  }

/*=== Banner image animation ===*/

.wp-child-theme-nordshield .ns-fade{
  opacity: 0;
  transition: opacity .8s ease-out;
  will-change: opacity;
}

.wp-child-theme-nordshield .ns-fade.is-visible{
  opacity: 1;
}

@media (prefers-reduced-motion: reduce){
  .wp-child-theme-nordshield .ns-fade{
   transition: opacity .4s ease-out;
  }
}


/*=== Page styles ===*/

.wp-child-theme-nordshield a:focus {
  outline: none;
}

.wp-child-theme-nordshield a:focus-visible {
  outline: 2px solid #00ff00; 
  border-radius: 999px;
}

/* Gradient background for Products page */
body.page-id-100 .wp-site-blocks, body.page-id-311 .wp-site-blocks, .wp-singular.page-template-default.page .wp-site-blocks,
.wp-singular.page-template-page-no-title.page .wp-site-blocks {
  background: linear-gradient(0deg, #FFF 9.24%, #E7E7E7 100%)!important;
}

/* === TYPOGRAPHY === */

.wp-child-theme-nordshield h1,
.wp-child-theme-nordshield h2,
.wp-child-theme-nordshield h3,
.wp-child-theme-nordshield h4 {
  font-family: 'Veneer', sans-serif !important;
}


/* Links */
.wp-child-theme-nordshield a {
  color: inherit;
  text-decoration: underline;
}

/* Mobile typography (max-width: 767px) */
@media (max-width: 767px) {
  .wp-child-theme-nordshield h1 { font-size: 60px !important; }
  .wp-child-theme-nordshield h2 { font-size: 50px !important; }
  .wp-child-theme-nordshield h3 { font-size: 40px !important; }
  .wp-child-theme-nordshield h4 { font-size: 35px !important; }
  .wp-child-theme-nordshield p  { font-size: 16px !important; }
}


/* === BUTTONS === */

/* Base */
.wp-child-theme-nordshield .wp-element-button {
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
  border: none;
  border: 2px solid transparent;
  font-family: "AktivGrotesk-Regular"!important;
  
}

div#n2-ss-2 .n2-ss-button-container a div {
	font-family: "AktivGrotesk-Regular"!important;
}

/* Green */
.is-style-btn-primary-green .wp-element-button {
  background-color: #78FF7E;
  color: #000;
}

.is-style-btn-primary-green .wp-element-button:hover{
  background: #007666;
  border: 2px solid #007666;
  color: #fff;
}

.is-style-btn-primary-green .wp-element-button:active {
  background-color: #9D9D9C;
  border: 2px solid #9D9D9C;
  color: #fff !important;
}

/* Black */
.is-style-btn-primary-black .wp-element-button {
  background-color: #000;
  color: #78FF7E;
}

.is-style-btn-primary-black .wp-element-button:hover,
.is-style-btn-primary-black .wp-element-button:focus {
  background-color: rgba(0, 0, 0, 0.6);
  border: 2px solid #000;
}

.is-style-btn-primary-black .wp-element-button:active {
  background-color: #000;
  border-color: #79FF7E;
  color: #78FF7E;
}

/* Grey */
.is-style-btn-primary-grey .wp-element-button {
  background-color: #0000001A!important;
  color: #000;
}

.is-style-btn-primary-grey .wp-element-button:hover,
.is-style-btn-primary-grey .wp-element-button:focus {
  background-color: #0000001A;
  border: 2px solid #000;
}

.is-style-btn-primary-grey .wp-element-button:active {
  background-color: #0000001A;
  border-color: #000;
  color: #000;
}

/* === BUTTON SIZES === */

.btn-size-large .wp-element-button {
  height: 76px !important;
  font-size: 20px !important;
  line-height: 20px !important;
  padding: 28px 56px;
  border-radius: 47.27px;
}

.btn-size-medium-2 .wp-element-button {
  height: 66px;
  font-size: 18px !important;
  line-height: 14px;
  padding: 24px 36px;
  border-radius: 40px;
}

.btn-size-medium-1 .wp-element-button {
  height: 54px;
  font-size: 16px !important;
  line-height: 14px;
  padding: 18px 24px;
  border-radius: 30px;
}

.btn-size-small .wp-element-button {
  height: 43px;
  font-size: 16px !important;
  line-height: 11px;
  padding: 14px 18px;
  border-radius: 30px;
}

/* === BUTTON ICON BASE STYLES  === */

.wp-block-button.icon-on.icon-add.icon-right .wp-block-button__link::before {
	display: none;
}

.is-style-btn-primary-black.icon-on.icon-add .wp-block-button__link::before {
  filter: brightness(0) saturate(100%) invert(73%) sepia(92%) saturate(442%) hue-rotate(71deg) brightness(107%) contrast(92%);
}

.is-style-btn-primary-black.icon-on.icon-add.icon-right .wp-block-button__link::after {
  filter: brightness(0) saturate(100%) invert(73%) sepia(92%) saturate(442%) hue-rotate(71deg) brightness(107%) contrast(92%);
}

.wp-block-button.icon-on.icon-add .wp-block-button__link::before,
.wp-block-button.icon-on.icon-add.icon-right .wp-block-button__link::after {
  position: relative;
  top: -1px; 
  vertical-align: middle;
}
/* === BUTTON ICON COLORS (DEFAULT) === */

/* Green button icon (default) */
.is-style-btn-primary-green.icon-on .wp-block-button__link::before,
.is-style-btn-primary-green.icon-on .wp-block-button__link::after {
  filter: none; /* oletus, musta toimii vihreällä taustalla */
}

/* Black button icon (default) */
.is-style-btn-primary-black.icon-on .wp-block-button__link::before,
.is-style-btn-primary-black.icon-on .wp-block-button__link::after {
  filter: brightness(0) saturate(100%) invert(80%) sepia(14%) saturate(1183%) hue-rotate(67deg) brightness(106%) contrast(103%);
}

/* === HOVER STATES === */

/* Green button icon (hover) */
.is-style-btn-primary-green:hover.icon-on .wp-block-button__link::before,
.is-style-btn-primary-green:hover.icon-on .wp-block-button__link::after {
  filter: brightness(0) invert(1); 
}

/* Black button icon (hover) */
.is-style-btn-primary-black:hover.icon-on .wp-block-button__link::before,
.is-style-btn-primary-black:hover.icon-on .wp-block-button__link::after {
  filter: brightness(0) saturate(100%) invert(80%) sepia(14%) saturate(1183%) hue-rotate(67deg) brightness(106%) contrast(103%);
}

/* === ACTIVE STATES === */

/* Green button icon (active) */
.is-style-btn-primary-green:active.icon-on .wp-block-button__link::before,
.is-style-btn-primary-green:active.icon-on .wp-block-button__link::after {
  filter: brightness(0) invert(1); 
}

/* Black button icon (active) */
.is-style-btn-primary-black:active.icon-on .wp-block-button__link::before,
.is-style-btn-primary-black:active.icon-on .wp-block-button__link::after {
  filter: brightness(0) saturate(100%) invert(80%) sepia(14%) saturate(1183%) hue-rotate(67deg) brightness(106%) contrast(103%);
}

/* === MAIN NAVIGATION (DESKTOP) === */

.wp-block-navigation {
  padding: 14px 18px 14px 0px;
}

/* Piilota oletusikonin SVG */
.wp-block-navigation__submenu-icon svg {
  display: none !important;
}

/* Aseta oma Chevron.svg tilalle */
.wp-block-navigation__submenu-icon {
  background-image: url('/wp-content/themes/nordshield/icons/Chevron.svg')!important;
  background-repeat: no-repeat!important;
  background-position: center!important;
  background-size: 12px 12px !important;
  width: 12px!important;
  height: 12px!important;
}


nav.wp-block-navigation {
  background-color: #2D2D2D !important;
}

.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
	margin-bottom: 0px!important;
}


.wp-block-navigation__container .wp-block-navigation-submenu .wp-block-navigation-link:not(:first-child):not(:last-child) {
  background-color: #fff !important;
}

.wp-child-theme-nordshield .wp-block-site-logo img {
  width: 168px !important;
  height: auto;
  max-width: none !important;
}

.wp-block-navigation .wp-block-navigation-item__content {
  font-family: 'Veneer', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  height: 24px;
  line-height: 24px;
  letter-spacing: 0;
  color: #fff !important;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 16px;
  border-radius: 100px;
}

.wp-block-navigation .wp-block-navigation-item__label {
  margin-top: 6px;
}

.wp-child-theme-nordshield .wp-block-group.is-content-justification-space-between.is-layout-flex {
  padding-top: 6px;
  padding-bottom: 6px;
}

.wp-child-theme-nordshield .main-menu-nav .wp-block-navigation__container {
  gap: 32px !important;
}

.wp-block-navigation__submenu-icon {
  color: #fff !important;
}



@media (max-width: 1195px) and (min-width: 1036px) {

  .main-menu-nav .wp-child-theme-nordshield .wp-block-group {
    padding-left: 24px !important;
    padding-right: 0 !important;
  }

  .wp-child-theme-nordshield .main-menu-nav .wp-block-navigation__container {
    gap: 24px !important;
  }
}

@media (max-width: 1035px) {
  .wp-block-navigation__responsive-container-open {
    display: block !important;
  }
}

.wp-block-navigation__container .current-menu-item > .wp-block-navigation-item__content,
.wp-block-navigation__container .current_page_item > .wp-block-navigation-item__content {
  background-color: #79FF7E;
  color: #000 !important;
}

/* Keep the header visible while scrolling */
#site-header.is-sticky-header {
  position: sticky; 
  top: 0;
  z-index: 1000; 
}

/* If logged-in WP admin bar is visible, avoid overlap */
body.admin-bar #site-header.is-sticky-header { 
	top: 32px; 
}

@media (max-width: 782px) {
  body.admin-bar #site-header.is-sticky-header { 
	  top: 0px; 
  }
}


/* === SUBMENU === */
@media (min-width: 1036px) {
	.wp-child-theme-nordshield .wp-block-navigation__submenu-container {
	  background-color: #EAEAEA;
	  border-radius: 10px;
	  padding-top: 10px;
	  display: flex !important;
	  flex-direction: column;
	  align-items: flex-start;
	  gap: 0px;
	  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	  min-width: 220px;
	  overflow: hidden;
	  z-index: 9999;
	  position: relative;
	}
	
	/* Ensure full width for each menu item and remove any default radius */
	.wp-child-theme-nordshield .wp-block-navigation__submenu-container .wp-block-navigation-item {
	  width: 100%;
	  border-radius: 0 !important;
	}

	/* Style the submenu links */
	.wp-child-theme-nordshield .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	  color: #000 !important;
	  font-family: 'Veneer', sans-serif;
	  font-size: 18px;
	  font-weight: 400;
	  text-decoration: none;
	  padding: 8px 16px;
	  width: 100%;
	  display: block;
	  transition: background-color 0.2s ease;
	  border-radius: 0 !important; /* Prevent buttons from looking pill-shaped */
	  text-align: left;
	  justify-content: flex-start;
	}	

	/* Add top border radius only to the first item */
	.wp-child-theme-nordshield .wp-block-navigation__submenu-container .wp-block-navigation-item:first-child .wp-block-navigation-item__content, .wp-child-theme-nordshield .wp-block-navigation__submenu-container .wp-block-navigation-item:last-child .wp-block-navigation-item__content {
	  border-top-left-radius: 10px!important;
	  border-top-right-radius: 10px!important;
	}

	/* Add bottom border radius only to the last item */
	.wp-child-theme-nordshield 
	.wp-block-navigation__submenu-container 
	.wp-block-navigation-item:last-child 
	.wp-block-navigation-item__content {
	  border-top-left-radius: 0 !important;
	  border-top-right-radius: 0 !important;
	  border-bottom-left-radius: 10px !important;
	  border-bottom-right-radius: 10px !important;
	  background-color: #fff;
	}


	/* Hover and current/active styles */
	.wp-child-theme-nordshield .wp-block-navigation__submenu-container .wp-block-navigation-item__content:hover,
	.wp-child-theme-nordshield .wp-block-navigation__submenu-container .current-menu-item > .wp-block-navigation-item__content,
	.wp-child-theme-nordshield .wp-block-navigation__submenu-container .current_page_item > .wp-block-navigation-item__content {
	  background-color: #79FF7E;
	  color: #000 !important;
	}

	/* === OVERRIDE WP DEFAULT SUBMENU BACKGROUND/BORDER === */
	.wp-child-theme-nordshield .wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
	  background-color: transparent !important;
	  border: none !important;
	}

	/* Light gray background for the first item ("All Products") */
	.wp-child-theme-nordshield 
	.wp-block-navigation__submenu-container 
	.wp-block-navigation-item:first-child 
	.wp-block-navigation-item__content {
	  background-color: #fff;
	  padding-bottom: 12px;
	}

	/* Light gray background for the first item ("All Products") */
	.wp-child-theme-nordshield 
	.wp-block-navigation__submenu-container 
	.wp-block-navigation-item:first-child 
	.wp-block-navigation-item__content:hover, .wp-child-theme-nordshield .wp-block-navigation__submenu-container .wp-block-navigation-item:last-child .wp-block-navigation-item__content:hover  {
	  background-color: #78FF7E;
	}

	.wp-block-navigation__container .wp-block-navigation-item__content:hover {
	  background-color: #79FF7E;
	  color: #000 !important;
	}

	/* Ensure parent list item has relative positioning */
	.wp-child-theme-nordshield .wp-block-navigation__container > .wp-block-navigation-item.has-child {
	  position: relative;
	}

	/* Wrap both the text and chevron inside one flex container */
	.wp-child-theme-nordshield .wp-block-navigation-item.has-child {
	  display: flex;
	  align-items: center;
	  gap: 8px;
	  padding: 4px 13px 4px 9px;
	  border-radius: 100px;
	  background-color: transparent;
	  transition: background-color 0.2s ease;
	}

	/* Remove border radius from individual children */
	.wp-child-theme-nordshield .wp-block-navigation-item.has-child > .wp-block-navigation-item__content,
	.wp-child-theme-nordshield .wp-block-navigation-item.has-child > .wp-block-navigation__submenu-icon {
	  border-radius: 0;
	  background: none;
	  padding: 0;
	  margin: 0;
	}

	/* On hover, apply background to the whole parent item */
	.wp-child-theme-nordshield .wp-block-navigation-item.has-child:hover {
	  background-color: #79FF7E;
	  cursor: pointer;
	}

	/* Style text and icon on hover */
	.wp-child-theme-nordshield .wp-block-navigation-item.has-child:hover > .wp-block-navigation-item__content,
	.wp-child-theme-nordshield .wp-block-navigation-item.has-child:hover > .wp-block-navigation__submenu-icon svg path {
	  color: #000;
	  stroke: #000;
	}
	.wp-child-theme-nordshield .wp-block-navigation-item.has-child .wp-block-navigation-item__content {
		padding-left: 8px;
	}

	.wp-child-theme-nordshield .wp-block-navigation-item.has-child .wp-block-navigation-submenu__toggle {
		filter: brightness(0) invert(1);
	}

	.wp-child-theme-nordshield .wp-block-navigation-item.has-child:hover .wp-block-navigation-submenu__toggle {
	  filter: none;
	}

	/* Default state: white text and chevron */
	.wp-child-theme-nordshield .wp-block-navigation-item.has-child > .wp-block-navigation-item__content {
	  color: #fff;
	}

	.wp-child-theme-nordshield .wp-block-navigation-item.has-child > .wp-block-navigation__submenu-icon svg path {
	  fill: #fff;
	}

	/* When submenu is open, also color text and chevron black */
	.wp-child-theme-nordshield .wp-block-navigation-item.has-child:has(.wp-block-navigation__submenu-container:hover) > .wp-block-navigation-item__content,
	.wp-child-theme-nordshield .wp-block-navigation-item.has-child:has(.wp-block-navigation__submenu-container:hover) > .wp-block-navigation__submenu-icon svg path,
	.wp-child-theme-nordshield .wp-block-navigation-item.has-child:hover > .wp-block-navigation-item__content,
	.wp-child-theme-nordshield .wp-block-navigation-item.has-child:hover > .wp-block-navigation__submenu-icon svg path {
	  color: #000 !important;
	  fill: #000 !important;
	}
}

@media (min-width: 1201px) {
	.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container {
		left: -11px;
		right: 0;
	}
}


/* === MOBILE NAVIGATION BAR === */

@media (max-width: 1035px) {
  .wp-child-theme-nordshield .mobile-nav {
    display: flex;
    height: 65px;
    padding-left: 24px;
    padding-right: 24px;
    align-items: center;
    justify-content: space-between;
    align-self: stretch;
    background: rgba(0, 0, 0, 0.80);
    backdrop-filter: blur(2px);
  }

.main-menu-nav .wp-block-navigation__responsive-container a,
.main-menu-nav .wp-block-navigation__responsive-container button {
  cursor: pointer !important;
}

	
  .wp-child-theme-nordshield .wp-block-site-logo {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .wp-child-theme-nordshield .mobile-nav .site-logo {
    display: block;
    height: auto;
    max-height: 36px;
  }

  .wp-child-theme-nordshield .mobile-nav .menu-toggle {
    display: block;
    background: none;
    border: none;
    cursor: pointer;
  }
   .wp-child-theme-nordshield nav.wp-block-navigation.is-responsive {
    height: 25px !important;
  }
  .wp-child-theme-nordshield .wp-block-navigation__responsive-container-open svg {
    width: 36px !important;
    height: auto;
    fill: #fff;
  }

  .wp-child-theme-nordshield .wp-block-navigation__responsive-container-open svg rect,
  .wp-child-theme-nordshield .wp-block-navigation__responsive-container-open svg path {
    fill: #fff;
  }
}

/* === MOBILE BURGER ICON OVERRIDE === */
@media (max-width: 1035px) {
  .wp-block-navigation__responsive-container-open svg {
    display: none;
  }

  .wp-block-navigation__responsive-container-open {
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='28' viewBox='0 0 40 28' fill='none'%3E%3Cpath d='M2 4H38' stroke='white' stroke-width='4' stroke-linecap='round'/%3E%3Cpath d='M2 14H38' stroke='white' stroke-width='4' stroke-linecap='round'/%3E%3Cpath d='M2 24H38' stroke='white' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E");
  }
}

/* === MOBILE NAVIGATION STYLES === */
@media (max-width: 1035px) {

  .wp-block-navigation__responsive-container.is-menu-open {
    position: fixed !important;
    inset: 0;
    z-index: 9999;
    height: 100vh;
    width: 100vw;
    overflow-y: auto;
    display: flex !important;
    flex-direction: column;
    background-color: #2d2d2d !important;
    color: #ffffff;
  }

  .wp-block-navigation__responsive-container:not(.is-menu-open) {
    display: none !important;
  }

  .wp-block-navigation__responsive-dialog {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
  }

.wp-block-navigation__responsive-close {
    position: fixed;
    top: 0px;
    right: 0;
    z-index: 1000;
    width: 100%;
    height: 75px;
	padding-top: 10px;
    background-color: #000;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  

  .wp-block-navigation.is-responsive {
    height: 65px;
    background-color: #000;
  }

  .wp-block-navigation__responsive-container-close {
    position: absolute;
    top: 24px;
    right: 16px;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    aspect-ratio: 1 / 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* Hide default WordPress close SVG */
  .wp-block-navigation__responsive-container-close svg {
    display: none;
  }

  .wp-block-navigation__responsive-container-close::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='27' viewBox='0 0 26 27' fill='none'%3E%3Cpath d='M1.75 24.75L24.25 2.25' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M24.25 24.75L1.75 2.25' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 26px 27px;
    pointer-events: none;
  }

.wp-block-navigation__responsive-close::before {
  content: '';
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%); 
  width: 168px;
  height: 36px;
  background-image: url('/wp-content/uploads/2025/07/Layer_1.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  pointer-events: none;
}
}

/* === MOBILE NAVIGATION CONTAINER === */
@media (max-width: 1035px) {
   .wp-block-navigation__responsive-container.is-menu-open {
    background-color: #EAEAEA !important;
  }
  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container {
    all: unset;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 64px 24px 0 !important;
    gap: 56px !important;
    min-height: 600px;
    width: 100%;
    background-color: #EAEAEA !important;
  }
}

/* === MOBILE NAVIGATION LINKS === */
@media (max-width: 1035px) {
  .wp-block-navigation__container.is-responsive.items-justified-right.wp-block-navigation {
	padding-right: 0px!important;
  }
  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content {
    all: unset;
    font-family: 'Veneer', sans-serif !important;
    font-size: 40px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    display: block;
    width: 100%;
    padding: 8px 12px;
    text-align: center;
    color: #000 !important;
    border-radius: 20px;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    transition: background-color 0.15s ease-in-out;
  }

  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__label {
    color: #000 !important;
  }

  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content:active {
    background-color: #78FF7E !important;
  }

  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content:hover,
  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content:focus {
    background: none !important;
    outline: none !important;
    color: #000 !important;
  }
}

/* === FOOTER  === */

.footer-wrapper h6 {
	font-family: 'Gilroy', sans-serif;
	color: #FFF;
	font-size: 21.719px;
	font-weight: 600;
	margin: 0 0 16px 0;
	line-height: 32.579px; 
	text-transform: initial;
}

.footer-wrapper ul.wp-block-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-wrapper ul.wp-block-list li {
	color: rgba(255, 255, 255, 0.6);
	font-family: "AktivGrotesk-Regular";
	font-size: 21.719px;
	font-style: normal;
	font-weight: 400;
	line-height: 32.579px; 
	padding-bottom: 16px;
}

.footer-wrapper ul.wp-block-list li a {
  color: inherit;
  text-decoration: none;
}

.footer-wrapper ul.wp-block-list li a:hover {
  color: #fff !important;                
  text-decoration: underline;       
  text-decoration-color: #79FF7E;      
  text-decoration-thickness: 3px!important;   
  text-underline-offset: 25%;        
  text-decoration-style: solid;      
}

/* === FOOTER LAYOUT === */

footer, footer .footer-mobile {
 margin-block-start: 0px!important;
}

.footer-desktop,
.footer-mobile {
  display: none;
}

.footer-wrapper .footer-copyright {
	color: #6A7176;
	text-align: center;
	font-family: "AktivGrotesk-Regular", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
}

@media (min-width: 1201px) {
  .footer-desktop {
    display: block;
	padding: 69px 5.65% 41px 69px;
  }

  .footer-main-grid {
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 130px;
    align-items: start;
  }

  .footer-link-columns {
  	display: flex;
    gap: 40px;
    flex-wrap: nowrap;
    justify-content: end;
  }
	
  .wp-child-theme-nordshield .footer-link-columns .footer-col {
    flex: 0 0 167px;
  }
	
  .wp-child-theme-nordshield .footer-wrapper .linkedin-icon {
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  padding: 10px;
	  border-radius: 100px;
	  border: 1px solid rgba(195, 195, 195, 0.4);
	  width: 20px;
	  height: 20px;
	  margin: 60px 0 0 0;
	}

	.wp-child-theme-nordshield .linkedin-icon img {
	  width: 20px;
	  height: 20px;
	  padding: 1px;
	  filter: invert(1);
	}
	
	.wp-child-theme-nordshield .footer-wrapper .linkedin-icon:hover {
	  border-color: #78FF7E;
	  background-color: #78FF7E;
	}

	.wp-child-theme-nordshield .footer-wrapper .linkedin-icon:hover img {
	  filter: none;
	}
}

.footer-wrapper .footer-copyright {
	margin-top: 33px;
	padding-top: 33px;
	border-top: 1px solid;
}

@media (max-width: 781) {
	.footer-wrapper .footer-copyright {
		padding-bottom: 33px;
	}	    
}

/* === TABLET / MID-SCREEN BREAKPOINT (782px–1200px) === */
@media (min-width: 1101px) and (max-width: 1200px) {
	.footer-desktop {
		display: block;
		padding: 40px 40px 30px 40px;
	  }

	  .footer-main-grid {
		display: grid;
		grid-template-columns: 1fr 3fr;
		gap: 100px;
		align-items: start;
	  }

	  .footer-link-columns {
		display: flex;
		gap: 32px;
		flex-wrap: nowrap;
		justify-content: end;
	  }
	  .wp-child-theme-nordshield .footer-link-columns .footer-col {
		flex: 0 0 140px;
	  }

	 .wp-child-theme-nordshield .footer-wrapper .linkedin-icon {
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  padding: 10px;
	  border-radius: 100px;
	  border: 1px solid rgba(195, 195, 195, 0.4);
	  width: 20px;
	  height: 20px;
	  margin: 60px 0 0 0;
	}

	.wp-child-theme-nordshield .linkedin-icon img {
	  width: 20px;
	  height: 20px;
	  padding: 1px;
	  filter: invert(1);
	}
}	
	

@media (max-width: 1100px) {
  .footer-mobile {
    display: block;
  }

  .footer-link-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    max-width: 275px;
    margin: 0 auto;
  }

  .footer-col {
    text-align: left;
    width: 140px;
  }

  .footer-logo {
    text-align: center;
    padding-top: 48px;
    margin-bottom: 0;
  }

  .footer-social {
    display: flex;
    justify-content: center;
	margin-top: 24px;
    margin-bottom: 64px;
  }

  .footer-wrapper .footer-copyright {
    text-align: center;
    color: var(--P-Text-color, #6A7176);
    font-family: "AktivGrotesk-Regular", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
	padding-bottom: 33px;
  }

  .wp-child-theme-nordshield .linkedin-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 100px;
    border: 1px solid rgba(195, 195, 195, 0.4);
    width: 20px;
    height: 20px;
  }

  .wp-child-theme-nordshield .linkedin-icon img {
    width: 20px;
    height: 20px;
    padding: 1px;
    filter: invert(1);
  }
}

/*=== Custom tablet column styling ===*/
@media (min-width: 781px) and (max-width: 1300px) {
  .footer-link-columns {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 24px;
  }

  .footer-link-columns .footer-col {
    flex: 1 1 auto;
    min-width: 167px; 
  }
}


/*=== Image Banner ===*/

.wp-child-theme-nordshield .image-banner.image-banner-no-image {
	background: #fff!important;
}

.wp-child-theme-nordshield .image-banner h6 {
  color: #50A557;
  font-family: Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 24px;
  text-transform: none;
}

@media (min-width: 782px) {
	.wp-child-theme-nordshield .image-banner p {
		color: #000;
		font-family: AktivGrotesk-Regular;
		font-size: 24.311px;
		font-style: normal;
		font-weight: 400;
		line-height: 130%;
	}
	
	.wp-child-theme-nordshield .image-banner h6 {
	  font-size: 24px;
	}
}

@media (max-width: 781px) {
	.wp-child-theme-nordshield .image-banner img {
		width: 100% !important;
		height: auto !important;
		max-width: 100% !important;
		object-fit: cover !important;
		aspect-ratio: none!important;
  	}
	.wp-child-theme-nordshield .image-banner p {
		color: #000;
		font-family: "AktivGrotesk-Regular";
		font-style: normal;
		font-weight: 400;
		line-height: 130%;
	}	
	.image-banner .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
	  margin: auto;
    }
	
	.wp-child-theme-nordshield .image-banner h6 {
	  font-size: 18px;
	  margin-bottom: 0;
	}
	
	.wp-child-theme-nordshield .image-banner {
		padding: 64px 24px!important;
	}
	.wp-child-theme-nordshield .image-banner .wp-block-column.is-vertically-aligned-center {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;   
		text-align: center;   
	}

  .wp-child-theme-nordshield .image-banner .wp-block-column.is-vertically-aligned-center .wp-block-buttons {
    justify-content: center;
  }
  .wp-child-theme-nordshield .image-banner .image-banner-text {
	padding: 0px!important;
  }
}

@media (max-width: 1280px) and (min-width: 784px) {
  .wp-child-theme-nordshield .image-banner.big-title-banner {
    padding-left: 10% !important;
    padding-right: 10% !important;
  }
}

/*=== Product Banner ===*/

.wp-child-theme-nordshield .product-banner h2 {
  font-size: 60px;
}


@media (min-width: 782px) {
	.wp-child-theme-nordshield .product-banner ul li {
	 font-size: 24px;
	}
	.product-banner img {
	  width: 100%;
    }
}

@media (max-width: 781px) {
	.wp-child-theme-nordshield .product-banner ul{
	 text-align: left;
	 font-size: 16px;
	}
}


/*=== Hero Banner ===*/

@media (min-width: 782px) {
	.wp-child-theme-nordshield .hero-banner h1 {
		font-size: 90px;
		font-style: normal;
		font-weight: 400;
		line-height: 100%; /* 90px */
		text-transform: uppercase;
	}
}

/*=== Big Title Banner ===*/

@media (min-width: 782px) {
	.wp-child-theme-nordshield .big-title-banner h1 {
		line-height: 100%; /* 120px */
	}
	
	.big-title-banner .image-banner-text {
    	position: absolute;
		left: 416px;
		width: 611px;
		top: -80px;
	}
}
@media (max-width: 781px) {
	.wp-child-theme-nordshield .big-title-banner h1 {
		text-align: center;
	}
}

.green-highlight {
  display: inline-block;
  position: relative;
  z-index: 0;
}

/*=== Text Banner ===*/

.text-banner {
	margin-block-start: 0px!important;
}

@media (min-width: 782px) {
	.text-banner {
		padding: 96px 24px 64px 24px
	}
	.text-banner h2 {
		max-width: 939px;
	}
	.text-banner h4, .text-banner p {
		max-width: 908px;
		margin-block-start: 30px!important;
	}
}

@media (max-width: 781px) {
	.text-banner {
		padding: 64px 24px;
		gap: 32px;
	}
	.text-banner h4 {
		margin-block-start: 32px;
		font-size: 25px;
        line-height: 130%; /* 32.5px */
        letter-spacing: -0.5px;
	}
	.green-highlight::before {
		top: 45%;
    	height: 105% !important;
	}
}

.green-highlight::before {
  content: '';
  position: absolute;
  left: -10px;
  right: 50px;
  top: 45%;
  transform: translateY(-50%) rotate(0.8deg);
  height: 100px;
  background-image: url('/wp-content/themes/nordshield/images/green-highlight.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
  aspect-ratio: 592.35 / 126.08;
  width: 106%;
}

/*=== Common tablet styles for banner in tablet view ===*/

@media (min-width: 782px) and (max-width: 1300px) {
  .wp-child-theme-nordshield .text-banner,
  .wp-child-theme-nordshield .big-title-banner,
  .wp-child-theme-nordshield .hero-banner,
  .wp-child-theme-nordshield .product-banner,
  .wp-child-theme-nordshield .image-banner.big-title-banner,
  .wp-child-theme-nordshield .image-banner, .wp-child-theme-nordshield .mobile-padding {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
}


/* === SLIDER STYLES === */
.wp-child-theme-nordshield .n2_clear {
	margin-block-start: 0;
}

.wp-child-theme-nordshield .n2_clear .n2-ss-section-main-content {
	margin-left: -240px;
}

/* === SLIDER ARROWS CUSTOM SVG === */

/* Shared arrow styles */
.wp-child-theme-nordshield .n2_clear .nextend-arrow-next,
.wp-child-theme-nordshield .n2_clear .nextend-arrow-previous {
	width: 39px;
	height: 39px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	background-color: transparent;
	border: none;
	padding: 0;
	cursor: pointer;
	z-index: 10;
}

/* Hide default arrow <img> */
.wp-child-theme-nordshield .n2_clear .nextend-arrow-next img,
.wp-child-theme-nordshield .n2_clear .nextend-arrow-previous img {
	display: none !important;
}

/* Next arrow (right) */
.wp-child-theme-nordshield .n2_clear .nextend-arrow-next {
	background-image: url('/wp-content/themes/nordshield/images/slider-next.svg') !important;
}

/* Previous arrow (left) */
.wp-child-theme-nordshield .n2_clear .nextend-arrow-previous {
	background-image: url('/wp-content/themes/nordshield/images/slider-previous.svg') !important;
}

/* Hover state: change to green + swap icon */
.wp-child-theme-nordshield .n2_clear .nextend-arrow-next:hover {
	background-image: url('/wp-content/themes/nordshield/images/arrow-next-hover.svg') !important;
}

.wp-child-theme-nordshield .n2_clear .nextend-arrow-previous:hover {
	background-image: url('/wp-content/themes/nordshield/images/arrow-prev-hover.svg') !important;
}


/* === SLIDER PRIMARY GREEN BUTTON === */
.wp-child-theme-nordshield .n2_clear .n2-ss-slider .n2-ss-layer-content .n2-ss-layer--auto:not([data-pm="absolute"]) {
	width: 100% !important;
}

.wp-child-theme-nordshield .n2_clear .is-style-btn-primary-green a {
	font-family: 'AktivGrotesk-Regular' !important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #000;
	text-decoration: none;
	font-weight: 700;
	gap: 10px;
	border-radius: 100px !important;
}

/* Hover state */
.wp-child-theme-nordshield div#n2-ss-2 .n2-font-fdb3049ff9b45c0933f0ae80bee843f7-link a:hover {
  background: #007666;
  border: 2px solid #007666;
  color: #fff;
}

/* Active (click) state */
.wp-child-theme-nordshield div#n2-ss-2 .n2-font-fdb3049ff9b45c0933f0ae80bee843f7-link a:active {
	background-color: #9D9D9C;
	border: 2px solid #9D9D9C;
	color: #fff !important;
}

.wp-child-theme-nordshield div#n2-ss-2 
.n2-font-fdb3049ff9b45c0933f0ae80bee843f7-link a:hover::after {
	filter: brightness(0) invert(1);
}

.wp-child-theme-nordshield div#n2-ss-2 
.n2-font-fdb3049ff9b45c0933f0ae80bee843f7-link a:active::after {
	filter: brightness(0) invert(1);
}

.wp-child-theme-nordshield div#n2-ss-2 .nextend-arrow-animated-fade {
	transition: none!important;
}

/* Add right arrow icon to button */
.wp-child-theme-nordshield .n2_clear .is-style-btn-primary-green a:after {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-left: 8px;
	background-image: url('/wp-content/themes/nordshield/icons/ArrowRight.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}


.n2-ss-button-container p {
	display: none;
}


.wp-child-theme-nordshield .n2_clear .n2-ss-button-container a {
	width: 75% !important;
}


.n2-ss-item-content p {
	font-family: 'AktivGrotesk-Regular', sans-serif !important;
}

/* === BULLET STYLE (Scoped to slider #n2-ss-2) === */
#n2-ss-2 .nextend-bullet-bar.n2-bar-justify-content-center {
	display: flex !important;
	flex-direction: row !important;
	justify-content: center !important;
	align-items: center !important;
	gap: 6px !important;
	width: 100%;
	min-width: 80px;
	margin: 0 auto;
}


#n2-ss-2 .n2-ss-control-bullet .nextend-bullet-bar > div {
	flex: 0 0 auto;
	width: 32.322%;
}


#n2-ss-2 .n2-bullet {
	width: 100%;
	height: 2px;
	background-color: #fff!important;
	border-radius: 100px;
	transition: background-color .3s ease;
}


#n2-ss-2 .n2-bullet.n2-active {
	background-color: #78FF7E !important;
}
div#n2-ss-2 .n2-style-0b1501f187dd486f0b3833aafb1a1b8d-dot {
	padding: 1px 0px 1px 0px!important;
}
/* === Place controls under the button, bullets on top, arrows below === */
@media (min-width: 782px) {
  #n2-ss-2 .n2-ss-slider-controls-absolute-right-center {
	width: 295px;
	height: 70px;
    right: -48px !important;
    transform: translateX(-50%) !important;
    bottom: 22% !important;
    z-index: 20;

    display: grid !important;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
    grid-template-areas:
      "bullets bullets"
      "prev    next";
    justify-items: center;
    align-items: center;
    row-gap: 12px; 
    column-gap: 12px; 
  }

  #n2-ss-2 .n2-ss-slider-controls-absolute-right-center .n2-ss-control-bullet {
    grid-area: bullets;
    max-width: 295px;
    width: 100%;
  }

  #n2-ss-2 #n2-ss-2-arrow-previous,
  #n2-ss-2 #n2-ss-2-arrow-next {
    position: static !important;
    margin: 0;
  }

  #n2-ss-2 .n2-ss-slider-controls-absolute-right-center .n2-ss-control-arrows {
    display: flex !important;
    justify-content: center !important;
    gap: 12px !important; 
  }
	.n2-ss-slider .n2-ss-layer[data-sstype=slide] {
		height: 922px!important;
	}
}

@media (min-width: 782px) {
  #n2-ss-2 .n2-ss-slider-controls-absolute-right-center {
    column-gap: 8px !important;
  }

  #n2-ss-2 #n2-ss-2-arrow-previous {
    justify-self: end; 
  }
  #n2-ss-2 #n2-ss-2-arrow-next {
    justify-self: start;
  }
}

ss3-force-full-width > p {
	display: none;
}

/*=== Mobile Slider Styles ===*/
@media (max-width: 781px) {
  .wp-site-blocks > .n2_clear {
    max-height: 850px;
  }

  #n2-ss-2 .n2-ss-slide-background-image img {
    height: 300px !important;
    width: 100% !important;
    aspect-ratio: 168 / 103;
    object-fit: cover;
  }

  #n2-ss-2 .n2-ss-layers-container { padding-top: 32px !important; }
  #n2-ss-2 .n2-ss-layer-content { padding-top: 0 !important; }

  #n2-ss-2 .n2-ss-section-main-content {
    display: flex !important;
    justify-content: center;
    margin-top: 210px !important;
  }

  #n2-ss-2 .n2-ss-layer[data-sstype="content"] .n2-ss-layer-content {
    width: min(440px, 92vw);
    margin-inline: auto;
    padding: 32px;
    border-radius: 20px;
    background: linear-gradient(359deg, #FFF -10.71%, rgba(255,255,255,0.70) 97.98%);
    -webkit-backdrop-filter: blur(5.05px);
    backdrop-filter: blur(5.05px);
    gap: 10px;
  }

  #n2-ss-2 .n2-ss-layer-content > .n2-ss-layer,
  #n2-ss-2 .n2-ss-layer-content > .n2-ss-widget { margin: 0 auto; }

  .n2-ss-slider .n2-ss-section-main-content { min-height: 0 !important; }

  #n2-ss-2 .n2-ss-layer-content h1 {
    font-family: 'Veneer', sans-serif;
    font-size: 60px;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
    text-align: center !important;
    color: #000 !important;
    margin: 0 0 12px 0;
    width: 100%;
  }

  #n2-ss-2 .n2-ss-layer-content p {
    font-family: "AktivGrotesk-Regular", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%; /* 20.8px */
    text-align: center !important;
    color: #000 !important;
    margin: 0 0 24px 0; /* space before button */
  }

  .wp-child-theme-nordshield .n2_clear .nextend-arrow-next {
    background-image: url('/wp-content/themes/nordshield/images/arrow-next-hover.svg') !important;
  }
  .wp-child-theme-nordshield .n2_clear .nextend-arrow-previous {
    background-image: url('/wp-content/themes/nordshield/images/arrow-prev-hover.svg') !important;
  }

  /*=== Slider controls ===*/

  #n2-ss-2 .n2-ss-control-bullet .nextend-bullet-bar > div { width: 90px; }

  .n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls {
    bottom: 152px;
    left: 50%;
    transform: translateX(-50%);
    width: auto !important;
    height: auto !important;

    display: grid !important;
    grid-template-columns: max-content max-content;
    grid-template-rows: auto auto;
    grid-template-areas:
      "bullets bullets"
      "prev    next";
    align-items: center;
    justify-items: center;
    row-gap: 24px; 
    column-gap: 8px;  
  }

  #n2-ss-2 .n2-ss-slider-controls-absolute-right-center > * { margin: 0 !important; }

  #n2-ss-2 .n2-ss-control-bullet { grid-area: bullets; }

  #n2-ss-2 #n2-ss-2-arrow-previous,
  #n2-ss-2 #n2-ss-2-arrow-next {
    position: static !important;
    margin: 0 !important;
    width: 40px;
    display: inline-flex !important;
    --widget-offset: 0px !important;
  }
	
#n2-ss-2 #n2-ss-2-arrow-previous { 
  grid-area: prev;
  justify-self: end; 
}

#n2-ss-2 #n2-ss-2-arrow-next {     
  grid-area: next;
  justify-self: start;
}

  #n2-ss-2 .n2-bullet { background-color: #000 !important; }

  @media (orientation: landscape) and (max-width: 900px),
         (orientation: portrait)  and (max-width: 700px) {
    #n2-ss-2 [data-hide-mobileportrait="1"] {
      display: inline-flex !important;
    }
  }
}

/*=== News ===*/

.wp-child-theme-nordshield .wp-block-post-date {
	 font-family: AktivGrotesk-Regular!important;
}

.wp-child-theme-nordshield .news-card__body .wp-block-post-date {
  text-transform: capitalize;
  font-family: AktivGrotesk-Regular;
}

.wp-child-theme-nordshield ul.wp-block-post-template.is-layout-grid:not(.single-news-recent-block) .wp-block-post.category-news {
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
  border: 1px solid #F2F2F2;
  background: #FFF;
  box-shadow: 4px 4px 17px 1px rgba(195, 195, 195, 0.40);
}

.wp-child-theme-nordshield ul.wp-block-post-template li.type-post.status-publish {
    margin-block-start: 0!important;
}

.wp-child-theme-nordshield .wp-block-post.category-news a img {
  border-radius: 20px 20px 0 0;
}


/*=== Tablet News Grid Fix ===*/
@media (max-width: 1400px) and (min-width: 861px) {
  .wp-child-theme-nordshield ul.wp-block-post-template.is-layout-grid {
    grid-template-columns: repeat(2, 1fr);
	gap: 16px;
  }
}

/*=== Mobile News Grid Fix ===*/
@media (max-width: 860px) {
  .wp-child-theme-nordshield ul.wp-block-post-template.is-layout-grid {
    grid-template-columns: 1fr !important;
  }
}

.wp-child-theme-nordshield .wp-block-post-excerpt__more-link {
  display: inline-block;
  padding: 14px 18px;
  font-weight: 700;
  font-size: 16px;
  line-height: 14px;
  text-decoration: none;
  border-radius: 50px;
  background-color: #78FF7E;
  color: #000;
  border: 2px solid transparent;
  font-family: AktivGrotesk-Regular!important;
}

.wp-child-theme-nordshield .wp-block-post-excerpt__more-link:hover {
  background: #007666;
  border: 2px solid #007666;
  color: #fff;
}

.wp-child-theme-nordshield .wp-block-post-excerpt__more-link:active {
  background-color: #9D9D9C;
  border: 2px solid #9D9D9C;
  color: #fff !important;
}

.wp-child-theme-nordshield .wp-block-post-excerpt__more-text {
	margin-top: 32px!important;
}

/*=== Single News Header ===*/
.wp-child-theme-nordshield .wp-block-group .wp-elements-151dab20aa07a0b093b621d82fcce70a::before {
  content: url('/wp-content/themes/nordshield/icons/User.svg');
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  filter: brightness(0) invert(1);
}

.wp-child-theme-nordshield .single-news-hero .wp-block-post-date::before {
  content: url('/wp-content/themes/nordshield/icons/Calendar.svg');
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  filter: brightness(0) invert(1); 
}

@media (max-width: 876px) {
	.wp-child-theme-nordshield .news-heading {
		padding-bottom: 0!important;
	}
	.add-news-block {
		padding-top: 0!important;
		padding-bottom: 0!important;
	}
	.new-button-group {
	    padding-bottom: 0px!important;
	}
	.new-button-group .news-loadmore {
	    padding-bottom: 64px!important;
	}
}


/*=== Recent News Block ===*/

.single-news-recent-block h3 a {
	font-family: AktivGrotesk-Regular;
	font-weight: 600;
	font-style: SemiBold;
	font-size: 20px;
	line-height: 130%;
	letter-spacing: 0%;
	vertical-align: middle;
	text-decoration: none!important;
}

.wp-child-theme-nordshield ul.single-news-recent-block li .wp-block-post-featured-image, .wp-child-theme-nordshield ul.single-news-recent-block .wp-block-post-featured-image :where(img) {
  width: 120px;
  height: 120px;
}


.wp-child-theme-nordshield ul.single-news-recent-block .wp-container-core-column-is-layout-69dcd24f {
	height: 120px;
}

.wp-child-theme-nordshield ul.single-news-recent-block li img {
  border-radius: 0!important;
}

.wp-child-theme-nordshield ul.wp-block-post-template.single-news-recent-block .wp-block-post-date {
  font-family: "AktivGrotesk-Regular", sans-serif;
  font-weight: 400;
  font-style: normal; 
  font-size: 14px;
  line-height: 1.3; 
  letter-spacing: 0;
  display: inline-block;     
  vertical-align: middle;
  text-transform: none;  
  color: #000000;
}

/*=== Home News Block ===*/

.home .wp-block-post-excerpt__excerpt, .page-id-1811 .wp-block-post-excerpt__excerpt{
	font-size: 16px!important;
}
.home .add-news-block li.wp-block-post, .page-id-1811 .add-news-block li.wp-block-post {
	border: none!important;
}

@media (max-width: 860px) {
	.home .add-news-block figure.wp-block-post-featured-image, .page-id-1811 .add-news-block figure.wp-block-post-featured-image {
		border: none!important;
		height: 292px;
		width: 100%;
	}

	.home .add-news-block figure.wp-block-post-featured-image img, .page-id-1811 .add-news-block figure.wp-block-post-featured-image {
		width: 100% !important;
		height: 292px !important;
		object-fit: cover !important;
	}
}

/*=== Black Product Cards Block ===*/

.black-product-cards-block p,
.black-product-cards-block ul {
	padding: 0!important;
}


.black-product-cards-block h4 {
	font-family: "AktivGrotesk-Light", sans-serif !important;
    font-weight: 300 !important;
    font-style: normal;
  	font-size: 50px;
  	line-height: 100%;
  	letter-spacing: 0;
}

.black-product-cards {
    margin-block-start: 0px!important;
}
.black-product-cards-block {
	gap: 24px;
	margin-block-start: 0px!important;
}


/* === Product cards in Table view === */
@media (max-width: 1030px) and (min-width: 782px) {
  .wp-child-theme-nordshield .black-product-cards-wrapper { 
    overflow: visible !important;
  }

  .wp-child-theme-nordshield .black-product-cards-block.wp-block-columns {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    min-height: auto !important;
  }

  .wp-child-theme-nordshield .black-product-cards-block.wp-block-columns > .wp-block-column {
    margin: 0 !important;
    width: auto !important;
    max-width: none !important;
    flex: initial !important;  
    min-width: 0;             
    display: block !important;
  }
}

@media (max-width: 781px) {
	.product-banner-parent {
		margin-top: 64px;
	}
  .wp-child-theme-nordshield .black-product-cards-wrapper h3.wp-block-heading {
    font-family: "Veneer", sans-serif;
    font-weight: 400;
    font-style: normal;  
    font-size: 80px!important;
    line-height: 1; 
    letter-spacing: 0;
    vertical-align: middle;
  }
}

/*=== Single Page Template ===*/

.wp-child-theme-nordshield.wp-singular .single-page-header h2 {
	max-width: 821px;
}

.wp-child-theme-nordshield.wp-singular .single-page-text-block img {
	max-width: 1160px;
	width: 100%;
}

 .wp-child-theme-nordshield.wp-singular .single-page-text-block img {
		margin-top: 96px;
	}

@media (max-width: 781px) {
	 .wp-child-theme-nordshield.wp-singular .single-page-header h2 {
		padding: 96px 24px!important;
	}
	
	 .wp-child-theme-nordshield.wp-singular .single-page-text-block img {
		margin-top: 64px!important;
	}
}


/*=== About Us Page ===*/

@media (min-width: 768px) {
	.iso-green-about-us {
		padding-top: 50px!important;
		padding-bottom: 50px!important;
	}
}

.wp-child-theme-nordshield .research-p {
	max-width: 440px;
}

.wp-child-theme-nordshield .inkedin-img-link {
	min-width: 40px;
}


.wp-child-theme-nordshield .team-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px; 
}


@media (max-width: 1200px) {
  .wp-child-theme-nordshield .team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}


@media (max-width: 768px) {
  .wp-child-theme-nordshield .team-grid {
    grid-template-columns: 1fr;
  }
}


/*=== Sustainability Page ===*/

.wp-child-theme-nordshield .wp-block-column.sus-image-text-column .wp-block-columns.is-layout-flex {
  gap: 20px !important;
}

.wp-child-theme-nordshield .sus-column-wrapper {
	gap: 24px!important;
	margin-block-start: 32px!important;
}

.wp-child-theme-nordshield .wp-block-column.sus-block-image {
  display: flex;
  flex-direction: column;  
  justify-content: center; 
}


.wp-child-theme-nordshield .wp-block-column.sus-block-image .wp-block-image {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .wp-child-theme-nordshield .wp-block-column.sus-block-image {
    justify-content: flex-start;
  }
}

/*=== Juicer LinkedIn Feed  ===*/
.juicer-feed .j-stack.galcolumn {
	width: 28%;
}

.wp-child-theme-nordshield .juicer-feed {
	overflow-x: none!important;
}

.juicer-feed .j-stacker-wrapper {
	margin-left: 0px!important;
    margin-right: 0px!important;
}

.wp-child-theme-nordshield .juicer-feed h1.referral {
	display: none!important;
}

.wp-child-theme-nordshield .juicer-feed .j-stacker {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
  justify-content: center;
}

.wp-child-theme-nordshield .juicer-feed .j-stack {
  display: contents !important;
  width: auto !important;
  padding: 0 !important;
}

.wp-child-theme-nordshield .juicer-feed .feed-item {
  max-width: 350px; 
  width: 100%;
  margin: 0 !important;
  border-radius: 20px;
  border: 1px solid #F2F2F2;
  background: #fff;
  box-sizing: border-box;
}

/* Text Fade */
.wp-child-theme-nordshield .juicer-feed .feed-item .j-message {
  max-height: 200px;
  overflow: hidden;
  position: relative;
}

.wp-child-theme-nordshield .juicer-feed .feed-item .j-message::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 20px;
  background: linear-gradient(to top, #fff, transparent);
}

.wp-child-theme-nordshield .juicer-feed .j-image img {
	width: 93%!important;
    margin-left: 12px!important;
}

.wp-child-theme-nordshield .juicer-feed .feed-item .j-message p {
  font-family: 'AktivGrotesk-Regular', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0;
  margin: 0 0 1em;
  color: #000000;
}

.wp-child-theme-nordshield .juicer-feed.modern .j-poster .j-date {
    margin-right: 4px;
}

@media (max-width: 860px) {
  .wp-child-theme-nordshield .juicer-feed .feed-item {
    max-width: none;
  }
  .wp-child-theme-nordshield .juicer-feed .j-stacker {
    grid-template-columns: 1fr !important;
  }
  .juicer-feed.modern .j-poster h3, .juicer-feed.modern .j-poster .j-date {
    font-size: 12px!important;
  }
  .wp-child-theme-nordshield .juicer-feed.modern .j-poster .j-date {
    margin-right: 13px;
  }
}

.image-banner .wp-block-columns .wp-block-image img {
	
}

/*=== Forms ===*/

.wp-child-theme-nordshield .cfx_form_div_2.cfx_form_div {
	width: 100%!important;
}

.wp-child-theme-nordshield .crm_btn.cfx_submit {
  height: 54px;
  border-radius: 30px;
  padding: 18px 22px;
  background-color: #78FF7E;
  font-family: 'AktivGrotesk-Regular', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  text-align: right;
  vertical-align: middle;
  letter-spacing: 0;
  border: none;
  cursor: pointer;
  color: #000;
}

.wp-child-theme-nordshield .crm_btn.cfx_submit:hover {
  background-color: #007666;
  color: #fff;
}

.wp-child-theme-nordshield .crm_btn.cfx_submit:active {
  background-color: #9D9D9C;
  color: #fff;
}

.wp-child-theme-nordshield .crm_btn.cfx_submit::after {
  content: '';
  display: inline-block;
  width: 13.5px;
  height: 12.6913px;
  background-image: url('/wp-content/themes/nordshield/icons/ArrowRight.svg');
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  top: -0.35px;
  left: 2.25px;
  margin-left: 4px;
  vertical-align: middle;
}

.wp-child-theme-nordshield .crm_btn.cfx_submit:hover::after,
.wp-child-theme-nordshield .crm_btn.cfx_submit:active::after {
  filter: brightness(0) invert(1);
}

.wp-child-theme-nordshield .cfx_input {
  width: 100%;
  height: 66px;
  border-radius: 50px;
  border: 1px solid #9D9D9C;
  background-color: #F9F9FF;
  padding: 24px;

  font-family: 'AktivGrotesk-Regular', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0;
  color: #9D9D9C;

  box-sizing: border-box;
}

.wp-child-theme-nordshield textarea.cfx_input {
  width: 100%;
  height: 196px;
  border-radius: 20px;
  border: 1px solid #9D9D9C;
  background-color: #F9F9FF;
  padding: 24px!important;

  font-family: 'AktivGrotesk-Regular', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0;
  text-align: left;
  box-sizing: border-box;
  resize: vertical;
}

.wp-child-theme-nordshield .cfx_form_div .crm_form_row_wrap{
	padding-right: 12px!important;
}


.wp-child-theme-nordshield .cfx_form_div_2 .cfx_input_row {
	padding-top: 6px!important;
	padding-bottom: 6px!important;
}

.wp-child-theme-nordshield .crm_form_body {
	padding: 0!important;
}

.wp-child-theme-nordshield .cfx_form_div_2 .cfx_submit_wrap .crm_input_field {
  display: flex;
  justify-content: left;
}

.cfx_form_div.cfx_form_div_2 {
	margin-top: 24px;
}

/* Input ja textarea focus/active tilat */
.wp-child-theme-nordshield .cfx_input:focus,
.wp-child-theme-nordshield .cfx_input:active,
.wp-child-theme-nordshield textarea.cfx_input:focus,
.wp-child-theme-nordshield textarea.cfx_input:active {
  border: 1px solid #007666;
  outline: none;
}

.wp-child-theme-nordshield .cfx_form_div_2.cfx_form_div, .wp-child-theme-nordshield .cfx_form_div_2 .cfx_form_inner {
  background-color: transparent !important;
}

/* Newsletter input max width */
.wp-child-theme-nordshield .cfx_form_div_1 .cfx_input {
  max-width: 460px;
}

/* Newsletter button auto width */
.wp-child-theme-nordshield .cfx_form_div_1 .crm_btn.cfx_submit {
  width: auto;
}

.wp-child-theme-nordshield .cfx_form_div_1 .cfx_form_fields {
  max-width: 540px;
  margin: 0 auto;
}

/* Newsletter input height */
.wp-child-theme-nordshield .cfx_form_div_1 .cfx_input {
  height: 60px;
}

/* Newsletter button height */
.wp-child-theme-nordshield .cfx_form_div_1 .crm_btn.cfx_submit {
  height: 60px;
}

@media (max-width: 850px) {
  .wp-child-theme-nordshield .cfx_form_div_1 .cfx_input {
    margin: 0 auto;
    display: block;
  }
  .wp-child-theme-nordshield .cfx_form_div .crm_form_row_wrap {
    padding-right: 0px !important;
  }
	.wp-child-theme-nordshield .cfx_form_div_2 .crm_btn.cfx_submit {
		width: 100%!important;
		text-align: center;
	}

  .page-id-954 .wp-site-blocks .entry-content {
    text-align: center!important;
  }
 
	.privacy-list {
		font-size: 16px!important;
	}

}

@media (max-width: 781px) {
  .wp-child-theme-nordshield.page-id-1277 .mobile-padding {
    padding-top: 12px!important;
    padding-right: 24px!important;
    padding-bottom: 12px!important;
    padding-left: 24px!important;
    margin-block-start: 0 !important;
    margin: 0px!important;
  }

 .wp-child-theme-nordshield.page-id-1277 h2.mobile-padding {
    padding-top: 64px!important;
    padding-bottom: 24px!important;
  }

 .wp-child-theme-nordshield.page-id-1277 h3.mobile-padding {
    padding-top: 24px!important;
    padding-bottom: 24px!important;
  }
}	

/*=== Table ===*/

.wp-child-theme-nordshield table {
  width: 100%;
  border-collapse: collapse;
  background-color: #333333;
  border-radius: 20px;
  overflow: hidden;
  color: #FFFFFF;
  font-size: 16px;
}

.wp-child-theme-nordshield table th {
  font-family: "AktivGrotesk-Regular", sans-serif;
  font-weight: 300;
  font-size: 32px;
  line-height: 120%;
  text-align: left;
  padding: 24px;
}

.wp-child-theme-nordshield table td {
  padding: 24px;
  vertical-align: middle;
}

.wp-child-theme-nordshield table tr {
  border: none;
}

.wp-child-theme-nordshield table tr:first-child td,
.wp-child-theme-nordshield table tr:first-child th {
  font-family: "AktivGrotesk-Light", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 34px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  padding: 24px;
}

.wp-child-theme-nordshield table td:first-child {
  color: rgba(255,255,255,0.7);
  font-weight: 400;
}

.wp-child-theme-nordshield table td:first-child {
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
  text-align: left;
  white-space: pre-wrap;
}

@media (max-width: 768px) {

  figure.wp-block-table.mobile-padding {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-left: 0 !important;
    padding-right: 0 !important;
    position: relative; /* sticky-ankkuri */
  }

  figure.wp-block-table.mobile-padding > table {
    width: max-content !important;
    border-collapse: separate !important;
    border-spacing: 0;
    table-layout: fixed !important;
    word-wrap: break-word;
    white-space: normal;
  }

  figure.wp-block-table.mobile-padding td,
  figure.wp-block-table.mobile-padding th {
    padding: 12px !important;
    font-size: 16px;
    background-color: #2b2b2b;
  }

  figure.wp-block-table.mobile-padding th {
    font-size: 22px;
  }

  figure.wp-block-table.mobile-padding td:first-child,
  figure.wp-block-table.mobile-padding th:first-child {
    position: sticky;
    left: 0;
    z-index: 3;  
    width: 90px !important;  
    min-width: 90px !important;
    max-width: 90px !important;
    box-shadow: 1px 0 0 rgba(255,255,255,0.08);
  }

  figure.wp-block-table.mobile-padding td:not(:first-child),
  figure.wp-block-table.mobile-padding th:not(:first-child) {
    position: relative;
    z-index: 1;
    width: 100px;  
    white-space: normal;
    word-break: break-word;
  }
}


/*=== Mobile Nav Submenu ===*/


/* MOBILE: submenu arrow icon (down/up) */
@media (max-width: 1035px) {
  .wp-block-navigation__responsive-dialog .wp-block-navigation-submenu__toggle {
    display: none !important;
  }

  .wp-block-navigation__responsive-dialog
  .wp-block-navigation-item.has-child > .wp-block-navigation-item__content {
    position: relative;
    padding-right: 8px;
  }

  .wp-block-navigation__responsive-dialog
  .wp-block-navigation-item.has-child > .wp-block-navigation-item__content::after {
    content: "";
    position: absolute;
    right: 0;
    top: 15px;
    width: 30px;
    height: 30px;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("/wp-content/themes/nordshield/icons/ChevronDown.svg");
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1); /* smoother */
  }

  .wp-block-navigation__responsive-dialog
  .wp-block-navigation-item.has-child:has(> .wp-block-navigation-submenu__toggle[aria-expanded="true"])
  > .wp-block-navigation-item__content::after {
    background-image: url("/wp-content/themes/nordshield/icons/ChevronUp.svg");
  }
}

@media (max-width: 1035px) {
.wp-block-navigation__container
  .wp-block-navigation-submenu
  .wp-block-navigation-link:not(:first-child):not(:last-child) {
    background: none!important;
  }

  /* Submenu linkit */
  .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
    display: block;
    width: 100%;
    text-align: center !important;
    font-size: 24px !important;
    font-family: inherit;
    font-weight: 400;
    color: #000 !important;
    line-height: 1.4;
    padding: 20px!important;
  }
}

@media (max-width: 1035px) {
  .wp-block-navigation__responsive-dialog .wp-block-navigation__submenu-container {
    display: none !important; 
    flex-direction: column !important;
    align-items: center !important; 
    width: 100% !important;
	border: none!important;
  }

  .wp-block-navigation__responsive-dialog
  .wp-block-navigation-item.has-child
  > .wp-block-navigation-submenu__toggle[aria-expanded="true"]
  + .wp-block-navigation__submenu-container {
    display: flex !important;
    margin-top: 32px !important;
  }

  .wp-block-navigation__responsive-dialog
  .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
    text-align: center !important;
    font-size: 20px !important;
    padding: 12px 0 !important;
    background: none !important;
  }
}

@media (max-width: 1035px) {
  .wp-block-navigation__responsive-dialog
  .wp-block-navigation__container
  > .wp-block-navigation-item.wp-block-navigation-submenu {
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    background: none !important;
  }

  .wp-block-navigation__responsive-dialog
  .wp-block-navigation__container
  > .wp-block-navigation-item.wp-block-navigation-submenu::before,
  .wp-block-navigation__responsive-dialog
  .wp-block-navigation__container
  > .wp-block-navigation-item.wp-block-navigation-submenu::after {
    content: none !important;
  }
}


@media (max-width: 1035px) {
  .wp-block-navigation__responsive-dialog
  li.wp-block-navigation-submenu > ul.wp-block-navigation__submenu-container {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    max-width: 100% !important;
    align-self: stretch !important;
    margin-top: 32px !important;
    padding: 0 !important;
  }

  .wp-block-navigation__responsive-dialog
  li.wp-block-navigation-submenu > ul.wp-block-navigation__submenu-container
  .wp-block-navigation-item__content {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
  }
}

@media (max-width: 1035px) {
  .wp-block-navigation__responsive-dialog .wp-block-navigation__submenu-container {
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
  }

  .wp-block-navigation__responsive-dialog
  .wp-block-navigation-item.has-child
  > .wp-block-navigation-submenu__toggle[aria-expanded="true"]
  + .wp-block-navigation__submenu-container {
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
    margin-top: 32px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }
}

@media (max-width: 1035px) {
  .wp-block-navigation__responsive-dialog
  .wp-block-navigation-item.wp-block-navigation-submenu {
    height: 45px !important;
    overflow: hidden !important;
    transition: height 0.25s ease;
  }

  .wp-block-navigation__responsive-dialog
  .wp-block-navigation-item.wp-block-navigation-submenu:has(> .wp-block-navigation-submenu__toggle[aria-expanded="true"]) {
    height: auto !important;
    overflow: visible !important;
  }
}

@media (min-width: 782px) {
  .image-float-right {
    float: right;
    margin-left: auto;
    margin-right: 0;
  }
}
