/* ----- warranty page ----- */
.warranty-wrapper {
    margin: 0 auto;
    min-width: 320px;
    max-width: 100%;
    text-align: left;
}

.warranty-wrapper .tab-content {
    background: #fff;
    color: #373737;
    text-align: left;
}

.warranty-wrapper .tab-content > div {
    display: none;
}

.warranty-wrapper input {
    display: none;
}

.warranty-wrapper label {
    display: inline-block;
    padding: 10px 10px;
    font-weight: 600;
    text-align: center;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-top: 1px solid black;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    margin-bottom: 0;
}

.warranty-wrapper label:hover {
    background-color: #238ae0;
    color: #fff;
    cursor: pointer;
}

.warranty-wrapper input:checked + label {
    background: #062a3e;
    color: #fff;
}

.warranty-wrapper #tab1:checked ~ .tab-content #tab1-content,
.warranty-wrapper #tab2:checked ~ .tab-content #tab2-content,
.warranty-wrapper #tab3:checked ~ .tab-content #tab3-content {
    border: 1px solid #000;
    display: block;
    padding: 10px 20px;
}
.form-element-formFieldId-5 {
	width: 100%;
}

@media screen and (max-width: 767px) {
    .warranty-wrapper label {
        display: block;
        width: 100%;
        margin-bottom: 5px;
    }
}


/* Foldal lenyilo formazasa */
.generation-new {
  color: #fff;
  background: #22c55e;
  font-size: 10px;
  font-weight: 600;
  padding: 2px 6px;
  border-radius: 10px;
  margin-left: 1px;
  vertical-align: middle;
  letter-spacing: 0.5px;
  position: relative;
  top: -2px;
  left: -2px;
}

/* Panel elrendezés */
.custom-catagory-dropdown__panel {
  display: flex;
  gap: 18px;
}

/* R740 / R740xd blokk szélesebb */
.custom-catagory-dropdown__panel-inner:nth-child(3) {
  min-width: 245px;
}

/* 15th Generation oszlop picit balra */
.custom-catagory-dropdown__panel-inner:nth-child(4) {
  margin-left: -18px;
}

/* Hosszú sorok ne törjenek */
.custom-catagory-dropdown__subcategory-link {
  white-space: nowrap;
}



/* Foldal Ajánlakérés menü formazasa */
.custom-link > a[href="/quote"] {
  color: #1564FE !important;
  font-weight: 700 !important;
  font-size: 1.08em !important;
  text-decoration: none !important;
  transition: color 0.22s ease;
}

/* Minden normál állapot */
.custom-link > a[href="/quote"]:link,
.custom-link > a[href="/quote"]:visited,
.custom-link > a[href="/quote"]:active,
.custom-link > a[href="/quote"]:focus {
  color: #1564FE !important;
  text-decoration: none !important;
}

/* Hover csak olyan eszközön, ahol van egér */
@media (hover: hover) {
  .custom-link > a[href="/quote"]:hover {
    color: #7A7A7A !important;
    text-decoration: none !important;
  }
}





/*https://serverelite.hu/husegpontok oldal formazasa */
.loyalty-page {
  width: 100%;
  max-width: none;
  box-sizing: border-box;

  color: #243041;
  font-size: 16px;
  line-height: 1.7;
}

/* HERO */
.loyalty-hero {
  background: linear-gradient(135deg, #f5f9ff 0%, #eef6ff 100%);
  border: 1px solid #dce9f8;
  border-radius: 16px;
  padding: 28px 24px;
  margin-bottom: 28px;
}

.loyalty-hero h1 {
  margin: 0 0 12px;
  font-size: 30px;
  line-height: 1.2;
  color: #10233c;
}

.loyalty-hero p {
  margin: 0;
}

/* STAT BOXOK */
.loyalty-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 30px;
}

.loyalty-stat {
  background: #ffffff;
  border: 1px solid #e6edf5;
  border-radius: 14px;
  padding: 20px 16px;
  text-align: center;
  box-shadow: 0 8px 24px rgba(16, 35, 60, 0.05);
}

.loyalty-stat__value {
  font-size: 28px;
  font-weight: 700;
  color: #1564fe;
  line-height: 1.2;
  margin-bottom: 6px;
}

.loyalty-stat__label {
  font-size: 14px;
  color: #5b6b7f;
}

/* SZEKCIÓK */
.loyalty-section {
  margin-bottom: 32px;
}

.loyalty-section h2 {
  font-size: 22px;
  line-height: 1.3;
  margin: 0 0 12px;
  color: #10233c;
}

.loyalty-section p {
  margin: 0 0 14px;
}

/* KIEMELT BOX */
.loyalty-box {
  background: #f9fbfd;
  border: 1px solid #e6edf5;
  border-radius: 16px;
  padding: 24px;
}

/* LISTA */
.loyalty-list {
  margin: 0;
  padding-left: 20px;
}

.loyalty-list li {
  margin-bottom: 8px;
}

/* ===== PRO KÉP MEGOLDÁS ===== */
.loyalty-image {
  margin-top: 20px;
  text-align: center;
}

.loyalty-image img {
  display: inline-block;
  width: auto;
  max-width: 480px;
  height: auto;
  border-radius: 12px;

  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  border: 1px solid #e6edf5;

  image-rendering: -webkit-optimize-contrast;

  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.loyalty-image img:hover {
  transform: scale(1.03);
  box-shadow: 0 14px 40px rgba(0,0,0,0.12);
}

/* LINK */
.loyalty-page a {
  color: #1564fe;
  text-decoration: none;
  font-weight: 600;
}

.loyalty-page a:hover {
  text-decoration: underline;
}

/* MOBIL */
@media (max-width: 767px) {
  .loyalty-page {
    font-size: 15px;
  }

  .loyalty-hero {
    padding: 22px 18px;
  }

  .loyalty-hero h1 {
    font-size: 24px;
  }

  .loyalty-stats {
    grid-template-columns: 1fr;
  }

  .loyalty-stat__value {
    font-size: 24px;
  }

  .loyalty-section h2 {
    font-size: 20px;
  }

  .loyalty-box {
    padding: 18px;
  }

  .loyalty-image img {
    max-width: 100%;
  }
}


/* https://serverelite.hu/jotallas-hibabejelentes oldal formázása */

.hibajelentes-info {
  width: 100%;
  max-width: none;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 1.7;
  color: #243041;
}

.hibajelentes-info * {
  box-sizing: border-box;
}

.hibajelentes-box {
  background: #f9fbfd;
  border: 1px solid #e6edf5;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 25px;
}

.hibajelentes-list {
  margin: 0;
  padding-left: 18px;
}

.hibajelentes-list li {
  margin-bottom: 10px;
}

.hibajelentes-list li:last-child {
  margin-bottom: 0;
}

.hibajelentes-info .hibajelentes-list li strong {
  display: inline !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: inherit !important;
  line-height: inherit !important;
}

@media (max-width: 767px) {
  .hibajelentes-info {
    font-size: 14px;
  }
}


/*https://serverelite.hu/simplepay oldal formazasa */
.spay-info {
  max-width: 900px;
  font-size: 15px;
  line-height: 1.7;
  color: #243041;
}

.spay-info h2 {
  font-size: 26px;
  margin-bottom: 20px;
}

.spay-box {
  background: #f9fbfd;
  border: 1px solid #e6edf5;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 25px;
}

.spay-section {
  margin-bottom: 30px;
}

.spay-section h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.spay-list {
  padding-left: 18px;
}

.spay-list li {
  margin-bottom: 8px;
}

.spay-image {
  margin: 15px 0;
}

.spay-image img {
  max-width: 100%;
  height: auto;
}

.spay-note {
  font-size: 14px;
  color: #5a6b7b;
}

.spay-warning {
  background: #fff7e6;
  border: 1px solid #ffe2a8;
  border-radius: 10px;
  padding: 15px;
}

.spay-footer {
  margin-top: 20px;
  font-size: 14px;
}

.spay-footer a {
  color: #1564fe;
  text-decoration: underline;
}



/*https://serverelite.hu/rolunk oldal formazasa */
.aboutse-info {
  width: 100%;
  max-width: none;
  box-sizing: border-box;

  font-size: 15px;
  line-height: 1.75;
  color: #243041;
}

.aboutse-info * {
  box-sizing: border-box;
}

.aboutse-intro {
  background: linear-gradient(135deg, #f5f9ff 0%, #eef6ff 100%);
  border: 1px solid #dce9f8;
  border-radius: 16px;
  padding: 24px;
  margin-bottom: 28px;
}

.aboutse-section {
  margin-bottom: 30px;
}

.aboutse-section h2 {
  font-size: 24px;
  line-height: 1.25;
  margin: 0 0 14px;
  color: #10233c;
}

.aboutse-info h3 {
  font-size: 19px;
  line-height: 1.3;
  margin: 0 0 12px;
  color: #10233c;
}

.aboutse-info p {
  margin: 0 0 14px;
}

.aboutse-highlight {
  background: #f9fbfd;
  border: 1px solid #e6edf5;
  border-radius: 16px;
  padding: 22px;
}

.aboutse-list {
  margin: 0;
  padding-left: 20px;
}

.aboutse-list li {
  margin-bottom: 10px;
}

/* ===== KÉP JAVÍTVA TELJES SZÉLESSÉGRE ===== */
.aboutse-image {
  margin-top: 16px;
  width: 100%;
}

.aboutse-image img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  border-radius: 12px;
}

.aboutse-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.aboutse-card {
  background: #ffffff;
  border: 1px solid #e6edf5;
  border-radius: 16px;
  padding: 22px;
  box-shadow: 0 8px 24px rgba(16, 35, 60, 0.04);
}

.aboutse-info a {
  color: #1564fe;
  text-decoration: none;
  font-weight: 600;
}

.aboutse-info a:hover {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .aboutse-grid {
    grid-template-columns: repeat(3, 1fr);
    align-items: start;
  }
}

@media (max-width: 767px) {
  .aboutse-info {
    font-size: 14px;
  }

  .aboutse-intro,
  .aboutse-highlight,
  .aboutse-card {
    padding: 18px;
  }

  .aboutse-section h2 {
    font-size: 21px;
  }

  .aboutse-info h3 {
    font-size: 17px;
  }
}


/*https://serverelite.hu/elerhetosegek oldal formazasa */
.companyinfo {
  width: 100%;
  max-width: none;
  margin: 0;
  box-sizing: border-box;

  font-size: 15px;
  line-height: 1.7;
  color: #243041;
}

.companyinfo * {
  box-sizing: border-box;
}

.companyinfo-card {
  background: #ffffff;
  border: 1px solid #e6edf5;
  border-radius: 16px;
  padding: 22px;
  box-shadow: 0 8px 24px rgba(16, 35, 60, 0.04);
  margin-bottom: 18px;
}

.companyinfo-card--intro {
  background: linear-gradient(135deg, #f5f9ff 0%, #eef6ff 100%);
  border-color: #dce9f8;
}

.companyinfo-card--hours {
  background: #f9fbfd;
}

.companyinfo h1 {
  margin: 0 0 14px;
  font-size: 28px;
  line-height: 1.2;
  color: #10233c;
}

.companyinfo h2 {
  margin: 0 0 12px;
  font-size: 20px;
  line-height: 1.25;
  color: #10233c;
}

.companyinfo p {
  margin: 0 0 10px;
}

.companyinfo-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin-bottom: 18px;
}

.companyinfo-list,
.companyinfo-hours {
  list-style: none;
  margin: 0;
  padding: 0;
}

.companyinfo-list li {
  padding: 10px 0;
  border-bottom: 1px solid #eef3f8;
}

.companyinfo-list li:last-child {
  border-bottom: 0;
}

/* NYITVATARTÁS - javítva, ne legyen túl nagy távolság */
.companyinfo-hours {
  max-width: 360px;
}

.companyinfo-hours li {
  display: grid;
  grid-template-columns: 110px auto;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid #eef3f8;
}

.companyinfo-hours li:last-child {
  border-bottom: 0;
}

.companyinfo-hours span {
  color: #243041;
}

.companyinfo-hours strong {
  color: #10233c;
  font-weight: 700;
}

.companyinfo a {
  color: #1564fe;
  text-decoration: none;
  font-weight: 600;
}

.companyinfo a:hover {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .companyinfo-grid {
    grid-template-columns: repeat(3, 1fr);
    align-items: start;
  }
}

@media (max-width: 767px) {
  .companyinfo {
    font-size: 14px;
  }

  .companyinfo-card {
    padding: 18px;
    border-radius: 14px;
  }

  .companyinfo h1 {
    font-size: 24px;
  }

  .companyinfo h2 {
    font-size: 18px;
  }

  .companyinfo-hours {
    max-width: 100%;
  }

  .companyinfo-hours li {
    grid-template-columns: 90px auto;
    gap: 10px;
  }
}

/* Zöld pipák eltávolítása kizárólag a cégadatok oldalról */
.companyinfo-list li::before,
.companyinfo-hours li::before {
  content: none !important;
  display: none !important;
}

/*https://serverelite.hu/karrier oldal formazasa */
.jobpost {
  width: 100%;
  max-width: none;
  margin: 0;
  box-sizing: border-box;

  font-size: 15px;
  line-height: 1.7;
  color: #243041;
}

.jobpost * {
  box-sizing: border-box;
}

.jobpost-hero {
  background: linear-gradient(135deg, #f5f9ff 0%, #eef6ff 100%);
  border: 1px solid #dce9f8;
  border-radius: 18px;
  padding: 24px;
  margin-bottom: 22px;
}

.jobpost-hero h1 {
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 1.25;
  color: #10233c;
}

.jobpost-hero p {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  color: #10233c;
}

.jobpost-section {
  background: #ffffff;
  border: 1px solid #e6edf5;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 8px 24px rgba(16, 35, 60, 0.04);
  margin-bottom: 18px;
}

.jobpost-section h2,
.jobpost-card h2,
.jobpost-apply h2 {
  margin: 0 0 10px;
  font-size: 19px;
  line-height: 1.3;
  color: #10233c;
}

.jobpost-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-bottom: 18px;
}

.jobpost-card {
  background: #ffffff;
  border: 1px solid #e6edf5;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 8px 24px rgba(16, 35, 60, 0.04);
}

.jobpost-list {
  margin: 0;
  padding-left: 20px;
}

.jobpost-list li {
  margin-bottom: 9px;
}

.jobpost-list li:last-child {
  margin-bottom: 0;
}

.jobpost-apply {
  background: #10233c;
  color: #ffffff;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 12px 28px rgba(16, 35, 60, 0.10);
}

.jobpost-apply h2 {
  color: #ffffff;
}

.jobpost-apply p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 600;
}

.jobpost a {
  color: #1564fe;
  text-decoration: none;
  font-weight: 700;
}

.jobpost a:hover {
  text-decoration: underline;
}

.jobpost-apply a {
  color: #ffffff;
  text-decoration: underline;
}

@media (min-width: 768px) {
  .jobpost-grid {
    grid-template-columns: repeat(3, 1fr);
    align-items: start;
  }
}

@media (max-width: 767px) {
  .jobpost {
    font-size: 14px;
  }

  .jobpost-hero,
  .jobpost-section,
  .jobpost-card,
  .jobpost-apply {
    padding: 16px;
    border-radius: 14px;
  }

  .jobpost-hero h1 {
    font-size: 21px;
  }

  .jobpost-hero p {
    font-size: 14px;
  }

  .jobpost-section h2,
  .jobpost-card h2,
  .jobpost-apply h2 {
    font-size: 17px;
  }

  .jobpost-apply p {
    font-size: 14px;
  }
}


/*https://serverelite.hu/europai-bizottsag-vitarendezesi-platformja-53 oldal formazasa */
.odr-box {
  max-width: 700px;
  margin: 40px auto;
  padding: 22px;
  background: linear-gradient(135deg, #f5f9ff 0%, #eef6ff 100%);
  border: 1px solid #dce9f8;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 8px 24px rgba(16, 35, 60, 0.05);
}

.odr-box p {
  margin: 0 0 16px;
  font-size: 15px;
  line-height: 1.6;
  color: #243041;
}

.odr-button {
  display: inline-block;
  padding: 12px 18px;
  background: #1564fe;
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  border-radius: 10px;
  transition: 0.2s ease;
}

.odr-button:hover {
  background: #0f4ed1;
}

/* mobil */
@media (max-width: 767px) {
  .odr-box {
    padding: 18px;
    margin: 30px auto;
  }

  .odr-box p {
    font-size: 14px;
  }

  .odr-button {
    width: 100%;
    padding: 12px;
  }
}

/*https://serverelite.hu/fizetesi-informaciok oldal formazasa */
.payinfo {
  max-width: 980px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.72;
  color: #243041;
}

.payinfo * {
  box-sizing: border-box;
}

.payinfo-hero {
  margin-bottom: 24px;
}

.payinfo-hero h1 {
  margin: 0;
  font-size: 24px;
  line-height: 1.25;
  color: #10233c;
}

.payinfo-stack {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.payinfo-section {
  background: #ffffff;
  border: 1px solid #e6edf5;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(16, 35, 60, 0.04);
}

.payinfo-section--soft {
  background: linear-gradient(135deg, #f9fbfd 0%, #f5f9ff 100%);
  border-color: #dce9f8;
}

.payinfo-section__head {
  padding: 18px 22px 10px;
  border-bottom: 1px solid #eef3f8;
}

.payinfo-section__head h2 {
  margin: 0;
  font-size: 18px;
  line-height: 1.3;
  color: #10233c;
}

.payinfo-section__body {
  padding: 18px 22px 22px;
}

.payinfo-section__body p {
  margin: 0 0 12px;
}

.payinfo-section__body ul {
  margin: 8px 0 14px;
  padding-left: 20px;
}

.payinfo-section__body li {
  margin-bottom: 7px;
}

.payinfo-section__body h3 {
  margin: 18px 0 10px;
  font-size: 16px;
  line-height: 1.35;
  color: #10233c;
}

.payinfo-inlinebox {
  margin-top: 10px;
  padding: 14px 16px;
  background: #f9fbfd;
  border: 1px solid #e6edf5;
  border-radius: 12px;
}

.payinfo-steps {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin: 12px 0 16px;
}

.payinfo-step {
  padding: 12px 14px;
  background: #ffffff;
  border: 1px solid #e6edf5;
  border-radius: 12px;
}

.payinfo-imagewrap {
  margin: 10px 0 12px;
  padding: 14px 16px;
  background: #ffffff;
  border: 1px solid #e6edf5;
  border-radius: 12px;
  text-align: center;
}

.payinfo-cards {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

.payinfo-note {
  margin-top: 6px;
}

.payinfo-contactbox {
  margin-top: 14px;
  padding: 14px 16px;
  background: #f5f9ff;
  border: 1px solid #dce9f8;
  border-radius: 12px;
}

.payinfo a {
  color: #1564fe;
  text-decoration: none;
  font-weight: 600;
}

.payinfo a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .payinfo {
    font-size: 14px;
  }

  .payinfo-hero h1 {
    font-size: 21px;
  }

  .payinfo-section__head {
    padding: 16px 16px 10px;
  }

  .payinfo-section__body {
    padding: 16px;
  }

  .payinfo-section__head h2 {
    font-size: 17px;
  }

  .payinfo-section__body h3 {
    font-size: 15px;
  }
}

/* https://serverelite.hu/shipping-01 oldal formázása */
/* KIZÁRÓLAG a szallitdij-wrapper területére vonatkozik */

.szallitdij-wrapper {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  text-align: left;
  color: #243041;
  font-size: 13px;
  line-height: 1.5;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: flex-start;
  box-sizing: border-box;
}

.szallitdij-wrapper *,
.szallitdij-wrapper *::before,
.szallitdij-wrapper *::after {
  box-sizing: border-box;
}

/* TAB RADIO GOMBOK ELREJTÉSE */

.szallitdij-wrapper > input[type="radio"] {
  display: none;
}

/* FELSŐ ORSZÁG FÜLEK */

.szallitdij-wrapper > label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;

  flex: 1 1 calc(16.666% - 7px);
  min-width: 0;

  padding: 8px 7px;
  margin: 0;

  background: #f5f9ff;
  border: 1px solid #dce9f8;
  border-radius: 8px;

  color: #10233c;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 600;

  cursor: pointer;
  text-align: center;
  white-space: nowrap;

  transition: background-color 0.15s ease, border-color 0.15s ease;
}

/* HOVER */

.szallitdij-wrapper > label:hover {
  background: #eef5fd;
  border-color: #cddff2;
  color: #10233c;
}

/* AKTÍV FÜL */

.szallitdij-wrapper > input[type="radio"]:checked + label {
  background: #10233c;
  border-color: #10233c;
  color: #ffffff;
}

/* ZÁSZLÓK */

.szallitdij-wrapper > label img {
  display: inline-block;
  width: 14px !important;
  height: auto !important;
  margin: 0;
  padding: 0;
  flex: 0 0 auto;
}

/* STRONG JAVÍTÁS - CSAK EZEN A BLOKKON BELÜL */

.szallitdij-wrapper .szallitdij-intro strong,
.szallitdij-wrapper .szallitdij-prices strong,
.szallitdij-wrapper .szallitdij-table strong,
.szallitdij-wrapper > label strong {
  display: inline !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  position: static !important;
  float: none !important;
  font-size: inherit !important;
  line-height: inherit !important;
  font-weight: 700;
}

/* TAB TARTALOM */

.szallitdij-wrapper .tab-content {
  width: 100%;
  margin-top: 6px;
}

.szallitdij-wrapper .tab-content > div {
  display: none;
  width: 100%;
  padding: 20px;
  background: #ffffff;
  border: 1px solid #e6edf5;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(16, 35, 60, 0.035);
}

/* MAGYAR / SZLOVÁK / OSZTRÁK / NÉMET */

.szallitdij-wrapper #tab1:checked ~ .tab-content #tab1-content,
.szallitdij-wrapper #tab2:checked ~ .tab-content #tab2-content,
.szallitdij-wrapper #tab3:checked ~ .tab-content #tab3-content,
.szallitdij-wrapper #tab4:checked ~ .tab-content #tab4-content {
  display: block;
}

/* EU / NON-EU */

.szallitdij-wrapper #tab5:checked ~ .tab-content #tab5-content,
.szallitdij-wrapper #tab6:checked ~ .tab-content #tab6-content {
  display: grid;
  grid-template-columns: minmax(320px, 1.35fr) minmax(220px, 0.85fr);
  gap: 20px;
}

/* BEVEZETŐ SZÖVEG */

.szallitdij-wrapper .szallitdij-intro {
  margin: 0 0 14px;
  padding: 0;
  color: #4a5a6a;
  font-size: 13px;
  line-height: 1.55;
  font-weight: 400;
}

.szallitdij-wrapper .szallitdij-intro strong {
  color: #10233c;
  font-weight: 700;
}

/* ÁRAK / SZÖVEGES BLOKK */

.szallitdij-wrapper .szallitdij-prices {
  font-size: 13px;
  line-height: 1.55;
}

.szallitdij-wrapper .szallitdij-prices p {
  margin: 0 0 10px;
}

.szallitdij-wrapper .szallitdij-prices h3 {
  margin: 18px 0 10px;
  color: #10233c;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 700;
}

.szallitdij-wrapper .szallitdij-prices h3:first-child {
  margin-top: 0;
}

/* ORSZÁGLISTA */

.szallitdij-wrapper .szallitdij-country-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(150px, max-content));
  gap: 8px 18px;
  align-content: start;
  font-size: 13px;
  line-height: 1.4;
}

.szallitdij-wrapper .szallitdij-country-list span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 0;
  padding: 5px 0;
  font-size: 13px;
  line-height: 1.4;
}

/* =========================================================
   TÁBLÁZAT
   ========================================================= */

.szallitdij-wrapper .szallitdij-table-wrap {
  width: 100%;
  margin: 10px 0 18px;
  padding: 0;
  border: 1px solid #d7e2ee;
  border-radius: 8px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

/* TÁBLÁZAT ALAP */

.szallitdij-wrapper .szallitdij-table {
  display: table;
  width: 100%;
  min-width: 900px;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  table-layout: auto;
  background: #ffffff;
  color: #243041;
  font-size: 10px !important;
  line-height: 1.2;
}

/* CELLÁK */

.szallitdij-wrapper .szallitdij-table th,
.szallitdij-wrapper .szallitdij-table td {
  height: auto;
  padding: 6px 5px;
  border: 1px solid #d7e2ee;
  text-align: center;
  vertical-align: middle;
  font-size: 10px !important;
  line-height: 1.2 !important;
  word-break: normal;
  overflow-wrap: normal;
}

/* FEJLÉC */

.szallitdij-wrapper .szallitdij-table th {
  min-width: 72px;
  background: #f5f9ff;
  color: #10233c;
  font-size: 10px !important;
  line-height: 1.2 !important;
  font-weight: 700;
}

/* ELSŐ OSZLOP */

.szallitdij-wrapper .szallitdij-table th:first-child {
  min-width: 75px;
}

/* UTOLSÓ OSZLOPOK KICSIT SZÉLESEBBEK */

.szallitdij-wrapper .szallitdij-table th:nth-last-child(-n + 3) {
  min-width: 90px;
}

/* TÁBLÁZATON BELÜLI P ELEMEK */

.szallitdij-wrapper .szallitdij-table th p,
.szallitdij-wrapper .szallitdij-table td p {
  margin: 0 !important;
  padding: 0 !important;
  font-size: inherit !important;
  line-height: inherit !important;
}

/* TÁBLÁZATON BELÜLI STRONG */

.szallitdij-wrapper .szallitdij-table th strong,
.szallitdij-wrapper .szallitdij-table td strong {
  display: inline !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: inherit !important;
  line-height: inherit !important;
  font-weight: 700 !important;
}

/* UTOLSÓ KÉT OSZLOP KIEMELÉSE */

.szallitdij-wrapper .szallitdij-table td:nth-last-child(-n + 2),
.szallitdij-wrapper .szallitdij-table th:nth-last-child(-n + 2) {
  background: #eaf3ff;
  font-weight: 700;
}

/* EU / NON-EU JOBB OLDALI INFORMÁCIÓS BLOKK */

.szallitdij-wrapper #tab5-content .szallitdij-prices,
.szallitdij-wrapper #tab6-content .szallitdij-prices {
  padding: 14px 16px;
  background: #f9fbfd;
  border: 1px solid #e6edf5;
  border-radius: 10px;
}

/* =========================================================
   TABLET
   ========================================================= */

@media only screen and (max-width: 1199px) {

  .szallitdij-wrapper > label {
    flex: 1 1 calc(33.333% - 6px);
    font-size: 12px;
  }

  .szallitdij-wrapper .szallitdij-table {
    min-width: 900px;
    font-size: 10px !important;
  }

  .szallitdij-wrapper .szallitdij-table th,
  .szallitdij-wrapper .szallitdij-table td {
    font-size: 10px !important;
    padding: 6px 4px;
  }
}

/* =========================================================
   MOBIL
   ========================================================= */

@media only screen and (max-width: 767px) {

  .szallitdij-wrapper {
    gap: 6px;
    font-size: 13px;
  }

  .szallitdij-wrapper > label {
    flex: 1 1 calc(50% - 3px);
    min-height: 42px;
    padding: 7px 6px;
    font-size: 12px;
    line-height: 1.2;
    white-space: normal;
  }

  .szallitdij-wrapper .tab-content {
    margin-top: 4px;
  }

  .szallitdij-wrapper .tab-content > div {
    padding: 14px;
    border-radius: 10px;
  }

  .szallitdij-wrapper #tab5:checked ~ .tab-content #tab5-content,
  .szallitdij-wrapper #tab6:checked ~ .tab-content #tab6-content {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .szallitdij-wrapper .szallitdij-country-list {
    grid-template-columns: 1fr;
  }

  .szallitdij-wrapper .szallitdij-prices h3 {
    font-size: 14px;
  }

  .szallitdij-wrapper .szallitdij-table {
    min-width: 900px;
    font-size: 10px !important;
  }

  .szallitdij-wrapper .szallitdij-table th,
  .szallitdij-wrapper .szallitdij-table td {
    padding: 6px 4px;
    font-size: 10px !important;
    line-height: 1.2 !important;
  }
}




/*https://serverelite.hu/szolgaltatasaink oldal formazasa */
.serviceselite-page {
  max-width: 980px;
  margin: 0 auto;
  color: #243041;
  font-size: 15px;
  line-height: 1.75;
}

.serviceselite-page * {
  box-sizing: border-box;
}

.serviceselite-page p {
  margin: 0 0 16px;
}

.serviceselite-page strong {
  color: #10233c;
}

.serviceselite-page a {
  color: #d91f26;
  text-decoration: none;
}

.serviceselite-page a:hover {
  text-decoration: underline;
}

.serviceselite-page img {
  max-width: 100%;
  height: auto;
}

.serviceselite-page .pdf-icon {
  width: 16px !important;
  height: 16px !important;
  max-width: 16px !important;
  min-width: 16px !important;
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
}

.serviceselite-page .section-title {
  display: block;
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 4px;
}

.serviceselite-page .sub-title {
  display: block;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 4px;
}

.serviceselite-page .catalog-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 18px;
  font-weight: 700;
  color: #d91f26;
}

/* ===== SZOLGÁLTATÁSOK TABOK ===== */

.serviceselite-page .szolgaltatasaink-wrapper {
  max-width: 100%;
  margin: 0 auto;
  text-align: left;
  color: #243041;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  align-items: stretch;
}

.serviceselite-page .szolgaltatasaink-wrapper input {
  display: none;
}

.serviceselite-page .szolgaltatasaink-wrapper > label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 0;
  min-height: 74px;
  padding: 12px 14px;
  margin: 0;
  background: #f5f9ff;
  border: 1px solid #dce9f8;
  border-radius: 12px;
  font-weight: 600;
  font-size: 13px;
  color: #10233c;
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: center;
  line-height: 1.35;
}

.serviceselite-page .szolgaltatasaink-wrapper > label span {
  display: block;
  width: 100%;
  word-break: break-word;
}

.serviceselite-page .szolgaltatasaink-wrapper > label:hover {
  background: #eef6ff;
  border-color: #bcd5f3;
  color: #10233c;
}

.serviceselite-page .szolgaltatasaink-wrapper > input:checked + label {
  background: #10233c;
  border-color: #10233c;
  color: #ffffff;
}

.serviceselite-page .szolgaltatasaink-wrapper .tab-content {
  grid-column: 1 / -1;
  width: 100%;
  margin-top: 14px;
}

.serviceselite-page .szolgaltatasaink-wrapper .tab-content > div {
  display: none;
  background: #ffffff;
  border: 1px solid #e6edf5;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 8px 24px rgba(16, 35, 60, 0.04);
}

.serviceselite-page .szolgaltatasaink-wrapper #tab1:checked ~ .tab-content #tab1-content,
.serviceselite-page .szolgaltatasaink-wrapper #tab2:checked ~ .tab-content #tab2-content,
.serviceselite-page .szolgaltatasaink-wrapper #tab3:checked ~ .tab-content #tab3-content,
.serviceselite-page .szolgaltatasaink-wrapper #tab4:checked ~ .tab-content #tab4-content,
.serviceselite-page .szolgaltatasaink-wrapper #tab5:checked ~ .tab-content #tab5-content {
  display: block;
}

.serviceselite-page .szolgaltatasaink-wrapper .tab p {
  margin: 0 0 14px;
}

.serviceselite-page .szolgaltatasaink-wrapper .tab ul {
  margin: 0;
  padding-left: 20px;
}

.serviceselite-page .szolgaltatasaink-wrapper .tab li {
  margin-bottom: 10px;
}

.serviceselite-page .szolgaltatasaink-wrapper .tab li:last-child {
  margin-bottom: 0;
}

.serviceselite-page .szolgaltatasaink-wrapper .tab img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
  margin-top: 10px;
}

@media only screen and (max-width: 991px) {
  .serviceselite-page .szolgaltatasaink-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media only screen and (max-width: 767px) {
  .serviceselite-page {
    font-size: 14px;
    line-height: 1.7;
  }

  .serviceselite-page .section-title {
    font-size: 21px;
  }

  .serviceselite-page .sub-title {
    font-size: 18px;
  }

  .serviceselite-page .catalog-link {
    font-size: 16px;
  }

  .serviceselite-page .szolgaltatasaink-wrapper {
    grid-template-columns: 1fr;
  }

  .serviceselite-page .szolgaltatasaink-wrapper > label {
    min-height: 56px;
  }

  .serviceselite-page .szolgaltatasaink-wrapper .tab-content > div {
    padding: 16px;
    border-radius: 14px;
  }
}


/*https://serverelite.hu/reszletfizetes oldal formazasa */
.serviceselite-page.leasing-section {
  background: #ffffff;
  border: 1px solid #e6edf5;
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 8px 24px rgba(16, 35, 60, 0.04);
}

/* címek */
.serviceselite-page.leasing-section p strong u {
  display: inline-block;
  margin-bottom: 6px;
}

/* listák */
.serviceselite-page.leasing-section ul {
  margin: 10px 0 20px;
  padding-left: 22px;
}

.serviceselite-page.leasing-section li {
  margin-bottom: 10px;
  line-height: 1.6;
  position: relative;
}

/* listapöttyök feketék */
.serviceselite-page.leasing-section li::marker {
  color: #000000;
}

/* alcím spacing */
.serviceselite-page.leasing-section p strong {
  color: #10233c;
}

/* kontakt blokk kiemelés */
.serviceselite-page .leasing-contact {
  margin-top: 20px;
  padding: 16px 18px;
  background: #f5f9ff;
  border: 1px solid #dce9f8;
  border-radius: 12px;
  line-height: 1.6;
}

/* linkek kékkel */
.serviceselite-page .leasing-contact a {
  color: #1f5fae;
  font-weight: 700;
  text-decoration: none;
}

.serviceselite-page .leasing-contact a:hover {
  text-decoration: underline;
}

/* mobil */
@media only screen and (max-width: 767px) {
  .serviceselite-page.leasing-section {
    padding: 18px;
    border-radius: 14px;
  }

  .serviceselite-page .leasing-contact {
    padding: 14px;
  }
}


/*https://serverelite.hu/kiterjesztett-jotallas oldal formazasa */
.serviceselite-page.warranty-section {
  background: #ffffff;
  border: 1px solid #e6edf5;
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 8px 24px rgba(16, 35, 60, 0.04);
}

/* cím */
.serviceselite-page .warranty-title {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  color: #10233c;
}

/* kiemelt feltétel doboz */
.serviceselite-page .warranty-box {
  background: #f5f9ff;
  border: 1px solid #dce9f8;
  border-radius: 12px;
  padding: 18px;
  margin-top: 10px;
}

/* szöveg spacing */
.serviceselite-page.warranty-section p {
  margin-bottom: 14px;
  line-height: 1.7;
}

/* linkek */
.serviceselite-page.warranty-section a {
  color: #d91f26;
  font-weight: 600;
  text-decoration: none;
}

.serviceselite-page.warranty-section a:hover {
  text-decoration: underline;
}

/* mobil */
@media only screen and (max-width: 767px) {
  .serviceselite-page.warranty-section {
    padding: 18px;
    border-radius: 14px;
  }

  .serviceselite-page .warranty-box {
    padding: 14px;
  }
}


/*https://serverelite.hu/jotallas oldal formazasa */
.serviceselite-page.warranty-tabs-section {
  max-width: 980px;
  margin: 0 auto;
  color: #243041;
  font-size: 15px;
  line-height: 1.75;
}

.serviceselite-page.warranty-tabs-section * {
  box-sizing: border-box;
}

.serviceselite-page.warranty-tabs-section p {
  margin: 0 0 16px;
}

.serviceselite-page.warranty-tabs-section strong {
  color: #10233c;
}

/* ===== LINK ALAP ===== */

.serviceselite-page.warranty-tabs-section a {
  color: #d91f26;
  text-decoration: none;
  font-weight: 600;
}

.serviceselite-page.warranty-tabs-section a:hover {
  text-decoration: underline;
}

/* ===== TABOK ===== */

.serviceselite-page .warranty-wrapper {
  max-width: 100%;
  margin: 0 auto;
  text-align: left;
  color: #243041;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  align-items: stretch;
}

.serviceselite-page .warranty-wrapper input {
  display: none;
}

.serviceselite-page .warranty-wrapper > label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 74px;
  padding: 12px 14px;
  background: #f5f9ff;
  border: 1px solid #dce9f8;
  border-radius: 12px;
  font-weight: 600;
  font-size: 14px;
  color: #10233c;
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: center;
  line-height: 1.35;
}

.serviceselite-page .warranty-wrapper > label:hover {
  background: #eef6ff;
}

.serviceselite-page .warranty-wrapper > input:checked + label {
  background: #10233c;
  color: #ffffff;
}

.serviceselite-page .warranty-wrapper .tab-content {
  grid-column: 1 / -1;
  margin-top: 14px;
}

.serviceselite-page .warranty-wrapper .tab-content > div {
  display: none;
  background: #ffffff;
  border: 1px solid #e6edf5;
  border-radius: 16px;
  padding: 26px;
  box-shadow: 0 8px 24px rgba(16, 35, 60, 0.04);
}

.serviceselite-page .warranty-wrapper #tab1:checked ~ .tab-content #tab1-content,
.serviceselite-page .warranty-wrapper #tab2:checked ~ .tab-content #tab2-content,
.serviceselite-page .warranty-wrapper #tab3:checked ~ .tab-content #tab3-content {
  display: block;
}

/* ===== LISTÁK ===== */

.serviceselite-page .warranty-wrapper .tab ul,
.serviceselite-page .warranty-wrapper .tab ol {
  margin: 0 0 18px;
  padding-left: 22px;
}

.serviceselite-page .warranty-wrapper .tab li {
  margin-bottom: 10px;
}

/* ===== SZÁMOZÁS FEKETE ===== */

.serviceselite-page .warranty-wrapper .tab ol li::marker {
  color: #000000;
  font-weight: 700;
}

/* ===== ALAP LISTA PIROS (csak ahol nem írjuk felül) ===== */

.serviceselite-page .warranty-wrapper .tab ul li::marker {
  color: #d91f26;
  font-weight: 700;
}

/* ===== 2. TAB LISTA FEKETE ===== */

.serviceselite-page .warranty-wrapper #tab2-content ul li::marker {
  color: #000000;
}

/* ===== GARANCIA TÍPUSOK KÉK ===== */

.serviceselite-page .warranty-wrapper #tab1-content p strong {
  color: #1f5fae;
}

/* ===== EMAIL + TELEFON KÉK ===== */

.serviceselite-page .warranty-wrapper a[href^="mailto:"],
.serviceselite-page .warranty-wrapper a[href^="tel:"] {
  color: #1f5fae;
  font-weight: 700;
}

/* ===== HIBABEJELENTÉS LINK KÉK ===== */

.serviceselite-page .warranty-wrapper #tab3-content a[href*="jotallasi-hibabejelentes"] {
  color: #1f5fae;
  font-weight: 700;
}

/* ===== MOBIL ===== */

@media only screen and (max-width: 991px) {
  .serviceselite-page .warranty-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .serviceselite-page .warranty-wrapper > label:last-of-type {
    grid-column: 1 / -1;
  }
}

@media only screen and (max-width: 767px) {
  .serviceselite-page.warranty-tabs-section {
    font-size: 14px;
  }

  .serviceselite-page .warranty-wrapper {
    grid-template-columns: 1fr;
  }

  .serviceselite-page .warranty-wrapper > label {
    min-height: 56px;
    font-size: 13px;
  }

  .serviceselite-page .warranty-wrapper .tab-content > div {
    padding: 16px;
  }
}




/* https://srdesigntest07.myshoprenter.hu/szerver-alkatreszek-80 és https://srdesigntest07.myshoprenter.hu/szerver-alkatreszek-80/halozati-eszkoz-752 és https://srdesigntest07.myshoprenter.hu/szerver-alkatreszek-80/merevlemezek-88*/

/* ezt majd kivenni, mert ez tűnteti el a bal oldalra rakott képet, amit Shoprenternek kell megcsinálni banckendben*/
/*.category-description-image {
    display: none;
}
*/
/* ezt majd kivenni, mert ez tűnteti el a bal oldalra rakott képet, amit Shoprenternek kell megcsinálni banckendben - vége*/

.server-promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 280px));
  gap: 18px;
  justify-content: start;
  max-width: 100%;
}

.server-promo-grid a {
  display: block;
  width: 100%;
  max-width: 280px;
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none;
}

.server-promo-grid img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 280 / 45;
  object-fit: cover;
}

@media (max-width: 520px) {
  .server-promo-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .server-promo-grid a {
    max-width: 100%;
  }
}


/* Ez a EGYEDI AJÁNLATKÉRÉS terméket formázza*/
.product-card__title-link[href*="egyedi-ajanlatkeres"] {
  color: #1564FE !important;
  font-weight: 600 !important;
}

.product-card__title-link[href*="egyedi-ajanlatkeres"]:hover {
  color: #0f4fc7 !important;
}



/* Ez a szerverek Rövid ismertetőjét formázza*/
.ws-spec-text {
  font-family: Verdana, Geneva, sans-serif;
  font-size: small;
  color: rgb(68, 68, 68);
  text-align: justify;
  line-height: 1.5;
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}


/* Ez az alkatrészek Rövid ismertetőjét formázza*/
.ws-spec-text-multi {
  font-family: Verdana, Geneva, sans-serif;
  font-size: small;
  color: rgb(68, 68, 68);
  text-align: justify;
  line-height: 1.5;
  margin: 0;
  font-weight: bold;
  letter-spacing: 0.5px;
}



/*https://serverelite.hu/iso_9001_14001 */
.serviceselite-page.warranty-tabs-section.iso-tabs-section {
  max-width: 980px;
  margin: 0 auto;
  color: #243041;
  font-size: 16px;
  line-height: 1.75;
  font-family: Arial, Helvetica, sans-serif;
}

.serviceselite-page.warranty-tabs-section.iso-tabs-section * {
  box-sizing: border-box;
}

.serviceselite-page.warranty-tabs-section.iso-tabs-section p {
  margin: 0 0 18px;
  text-align: justify;
}

.serviceselite-page.warranty-tabs-section.iso-tabs-section strong {
  color: #10233c;
}

.iso-tabs-section .warranty-wrapper {
  width: 100%;
  display: block;
}

/* RADIO HIDE */
.iso-tabs-section .warranty-wrapper input[type="radio"] {
  display: none;
}

/* TAB NAV */
.iso-tabs-section .warranty-wrapper > label {
  width: auto !important;
  min-width: 170px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;

  padding: 11px 22px;
  cursor: pointer;

  background: #f5f9ff;
  border: 1px solid #dce9f8;

  font-size: 15px;
  font-weight: 700;
  color: #10233c;
  text-align: center;

  transition: all 0.25s ease;
}

/* TABOK KÖZÉPRE */
.iso-tabs-section .warranty-wrapper {
  text-align: center;
}

/* bal tab */
.iso-tabs-section .warranty-wrapper > label:first-of-type {
  border-radius: 12px 0 0 12px;
  border-right: none;
}

/* jobb tab */
.iso-tabs-section .warranty-wrapper > label:nth-of-type(2) {
  border-radius: 0 12px 12px 0;
}

/* ikonok eltüntetése */
.iso-tabs-section .iso-tab-icon {
  display: none;
}

/* aktív tab */
.iso-tabs-section #iso-tab1:checked + label,
.iso-tabs-section #iso-tab2:checked + label {
  background: #10233c;
  color: #ffffff;
  border-color: #10233c;
}

/* CONTENT */
.iso-tabs-section .tab-content {
  width: 100%;
  margin-top: 24px;

  background: #ffffff;
  border: 1px solid #e6edf5;
  border-radius: 16px;
  padding: 28px;
  margin-bottom: 20px;

  box-shadow: 0 8px 24px rgba(16, 35, 60, 0.04);

  text-align: left;
}

/* TAB CONTENT */
.iso-tabs-section .tab {
  display: none;
}

.iso-tabs-section #iso-tab1:checked ~ .tab-content #iso-tab1-content,
.iso-tabs-section #iso-tab2:checked ~ .tab-content #iso-tab2-content {
  display: block;
}

/* LISTÁK */
.iso-tabs-section ul {
  margin: 0 0 18px;
  padding-left: 22px;
  list-style-type: disc;
}

.iso-tabs-section li {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1.75;
  text-align: justify;
  color: #243041;
}

/* fekete pöttyök */
.iso-tabs-section li::marker {
  color: #243041;
}

.iso-tabs-section li:last-child {
  margin-bottom: 0;
}

/* KÉP */
.iso-tabs-section img {
  width: 496px;
  max-width: 100%;
  height: auto;
  border: 2px solid #062a3e;
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.28) 0px 10px 24px 0px;
}

/* TABLET */
@media only screen and (max-width: 991px) {
  .iso-tabs-section .tab-content {
    padding: 24px;
  }
}

/* MOBILE */
@media only screen and (max-width: 767px) {
  .serviceselite-page.warranty-tabs-section.iso-tabs-section {
    font-size: 15px;
    line-height: 1.7;
  }

  .iso-tabs-section .warranty-wrapper > label {
    min-width: 145px;
    padding: 10px 14px;
    font-size: 14px;
  }

  .iso-tabs-section .tab-content {
    padding: 18px;
    border-radius: 14px;
  }

  .iso-tabs-section li {
    font-size: 15px;
  }
}

/* SMALL MOBILE */
@media only screen and (max-width: 480px) {
  .iso-tabs-section .warranty-wrapper > label {
    min-width: 130px;
    padding: 10px 10px;
    font-size: 13px;
  }

  .iso-tabs-section .tab-content {
    padding: 16px;
  }
}




/*https://serverelite.hu/iso27001 */
/* ===== ISO 27001 OLDAL ===== */

.serviceselite-page.iso27001-page {
  max-width: 980px;
  margin: 0 auto;
  color: #243041;
  font-size: 16px;
  line-height: 1.75;
  font-family: Arial, Helvetica, sans-serif;
}

.serviceselite-page.iso27001-page * {
  box-sizing: border-box;
}

.serviceselite-page.iso27001-page p {
  margin: 0 0 18px;
  text-align: justify;
}

.serviceselite-page.iso27001-page strong {
  color: #10233c;
}

.serviceselite-page.iso27001-page img {
  max-width: 100%;
  height: auto;
}

/* ===== HERO ===== */

.iso27001-hero {
  margin-bottom: 24px;
}

.iso27001-badge {
  display: inline-block;
  margin-bottom: 12px;
  padding: 6px 12px;
  background: #f5f9ff;
  border: 1px solid #dce9f8;
  border-radius: 30px;

  font-size: 13px;
  font-weight: 700;
  color: #10233c;
}

.iso27001-hero h1 {
  margin: 0 0 16px;

  font-size: 32px;
  line-height: 1.3;
  font-weight: 700;
  color: #10233c;
}

.iso27001-hero p {
  margin: 0;
  font-size: 17px;
  line-height: 1.8;
  color: #3a4a5f;
}

/* ===== KÁRTYÁK ===== */

.iso27001-card {
  background: #ffffff;
  border: 1px solid #e6edf5;
  border-radius: 16px;
  padding: 28px;
  margin-bottom: 20px;

  box-shadow: 0 8px 24px rgba(16, 35, 60, 0.04);
}

.iso27001-card h2 {
  margin: 0 0 18px;

  font-size: 24px;
  line-height: 1.35;
  font-weight: 700;
  color: #10233c;
}

/* ===== LISTÁK ===== */

.serviceselite-page.iso27001-page ul {
  margin: 0;
  padding-left: 22px;
}

.serviceselite-page.iso27001-page li {
  margin-bottom: 12px;

  font-size: 16px;
  line-height: 1.75;
  text-align: justify;
}

.serviceselite-page.iso27001-page li:last-child {
  margin-bottom: 0;
}

/* ===== KIEMELT BLOKK ===== */

.iso27001-highlight {
  background: #f8fbff;
  border-left: 4px solid #10233c;
}

/* ===== CERTIFICATE ===== */

.iso27001-certificate {
  text-align: center;
  margin-top: 28px;
}

.iso27001-certificate img {
  width: 496px;
  max-width: 100%;
  border: 2px solid #062a3e;
  border-radius: 12px;

  box-shadow: rgba(0, 0, 0, 0.28) 0px 10px 24px 0px;
}

/* ===== TABLET ===== */

@media only screen and (max-width: 991px) {

  .iso27001-hero h1 {
    font-size: 28px;
  }

  .iso27001-card h2 {
    font-size: 22px;
  }
}

/* ===== MOBILE ===== */

@media only screen and (max-width: 767px) {

  .serviceselite-page.iso27001-page {
    font-size: 15px;
    line-height: 1.7;
  }

  .iso27001-hero h1 {
    font-size: 24px;
  }

  .iso27001-hero p {
    font-size: 16px;
    line-height: 1.7;
  }

  .iso27001-card {
    padding: 18px;
    border-radius: 14px;
  }

  .iso27001-card h2 {
    font-size: 20px;
  }

  .serviceselite-page.iso27001-page li {
    font-size: 15px;
  }
}

/* ===== SMALL MOBILE ===== */

@media only screen and (max-width: 480px) {

  .iso27001-hero h1 {
    font-size: 22px;
  }

  .iso27001-hero p {
    font-size: 15px;
  }

  .iso27001-card h2 {
    font-size: 19px;
  }
}


/*https://serverelite.hu/quote  - ajánlatkérés főoldal*/
/* Ajánlatkérés oldal - felső HTML rész */
.quote-page-custom {
  max-width: 1040px;
  margin: 0 auto 30px;
  padding: 0 15px;
  font-family: Arial, sans-serif;
}

.quote-hero {
  background: linear-gradient(135deg, #f4f8ff 0%, #eef5ff 100%);
  border: 1px solid #dce9f8;
  border-radius: 22px;
  padding: 42px 32px;
  text-align: center;
  margin-bottom: 22px;
}

.quote-hero__badge {
  display: inline-block;
  margin-bottom: 14px;
  padding: 10px 18px;
  background: #ffffff;
  border: 1px solid #d6e6fb;
  border-radius: 999px;
  color: #1564fe;
  font-size: 22px !important;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

.quote-page-custom .quote-hero h1 {
  margin: 0 0 14px !important;
  color: #10233c !important;
  font-size: 36px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
}

.quote-hero p {
  max-width: 760px;
  margin: 0 auto;
  color: #526173;
  font-size: 17px;
  line-height: 1.7;
}

.quote-hero__features {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.quote-hero__feature {
  background: #ffffff;
  border: 1px solid #dce9f8;
  border-radius: 999px;
  padding: 10px 16px;
  color: #10233c;
  font-size: 14px;
  font-weight: 700;
}

.quote-info-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-bottom: 28px;
}

.quote-info-box__item {
  background: #ffffff;
  border: 1px solid #e3e8ef;
  border-radius: 16px;
  padding: 20px;
}

.quote-info-box__item strong {
  display: block;
  margin-bottom: 7px;
  color: #10233c;
  font-size: 16px;
}

.quote-info-box__item span {
  color: #526173;
  font-size: 14px;
  line-height: 1.6;
}

.quote-page-custom ~ form .form-group,
.quote-page-custom ~ form .control-group,
.quote-page-custom ~ form .form-row,
.quote-page-custom .form-group,
.quote-page-custom .control-group,
.quote-page-custom .form-row {
  margin-bottom: 20px !important;
}

.quote-page-custom ~ form .control-label,
.quote-page-custom .control-label {
  display: block !important;
  margin-bottom: 8px !important;
  color: #10233c !important;
  font-size: 15px !important;
  font-weight: 800 !important;
}

.quote-page-custom ~ form input[type="text"],
.quote-page-custom ~ form input[type="email"],
.quote-page-custom ~ form input[type="tel"],
.quote-page-custom ~ form textarea,
.quote-page-custom ~ form select,
.quote-page-custom input[type="text"],
.quote-page-custom input[type="email"],
.quote-page-custom input[type="tel"],
.quote-page-custom textarea,
.quote-page-custom select {
  width: 100% !important;
  min-height: 48px !important;
  padding: 12px 14px !important;
  border: 1px solid #cfd8e3 !important;
  border-radius: 11px !important;
  background: #ffffff !important;
  color: #243041 !important;
  font-size: 15px !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
}

textarea {
  min-height: 160px !important;
  resize: vertical !important;
}

input:focus,
textarea:focus,
select:focus {
  border-color: #1564fe !important;
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(21, 100, 254, 0.12) !important;
}

input[type="checkbox"] {
  width: auto !important;
  min-height: auto !important;
  margin-right: 8px !important;
}

/* Mobil */
@media (max-width: 768px) {
  .quote-hero {
    padding: 30px 20px;
    border-radius: 18px;
  }

  .quote-hero__badge {
    font-size: 18px !important;
    padding: 9px 16px;
  }

  .quote-page-custom .quote-hero h1 {
    font-size: 28px !important;
    line-height: 1.15 !important;
  }

  .quote-hero p {
    font-size: 15px;
  }

  .quote-info-box {
    grid-template-columns: 1fr;
  }

  #form,
  .form,
  .form-horizontal,
  .module-form,
  .content form {
    padding: 22px !important;
    border-radius: 18px !important;
  }
}



/*https://serverelite.hu/koszonjuk-ajanlatkeres  - ajánlatkérés köszönő oldala*/

.quote-success-page {
  padding: 60px 20px;
  display: flex;
  justify-content: center;
}

.quote-success-card {
  width: 100%;
  max-width: 760px;
  padding: 50px 40px;
  background: #ffffff;
  border: 1px solid #e3e8ef;
  border-radius: 24px;
  box-shadow: 0 18px 45px rgba(16,35,60,0.08);
  text-align: center;
}

.quote-success-icon {
  width: 90px;
  height: 90px;
  margin: 0 auto 24px;
  border-radius: 50%;
  background: #eaf7ef;
  color: #19a55a;
  font-size: 42px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

.quote-success-card h1 {
  margin: 0 0 18px;
  color: #10233c;
  font-size: 36px;
  line-height: 1.2;
}

.quote-success-text {
  margin: 0 auto 28px;
  max-width: 580px;
  color: #526173;
  font-size: 17px;
  line-height: 1.7;
}

.quote-success-info {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 34px;
}

.quote-success-info-item {
  padding: 10px 16px;
  border-radius: 999px;
  background: #f4f8ff;
  border: 1px solid #dce9f8;
  color: #1564fe;
  font-size: 14px;
  font-weight: 700;
}

.quote-success-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 240px;
  min-height: 52px;
  padding: 0 28px;
  background: #1564fe;
  border-radius: 14px;
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none !important;
  transition: 0.2s ease;
}

.quote-success-button:hover {
  background: #0f4fd0;
}

/* Ajánlatkérő űrlap - tovább/küldés gomb */
#form input[type="submit"],
#form button,
.formgenerator input[type="submit"],
.formgenerator button,
input.nextbutton,
button.nextbutton {
  min-width: 240px !important;
  min-height: 54px !important;
  padding: 14px 28px !important;

  background: #1564fe !important;
  border: 0 !important;
  border-radius: 14px !important;

  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 800 !important;

  cursor: pointer !important;
  transition: 0.2s ease !important;
}

#form input[type="submit"]:hover,
#form button:hover,
.formgenerator input[type="submit"]:hover,
.formgenerator button:hover,
input.nextbutton:hover,
button.nextbutton:hover {
  background: #0f4fd0 !important;
}

@media (max-width: 768px) {
  .quote-success-card {
    padding: 36px 22px;
    border-radius: 18px;
  }

  .quote-success-card h1 {
    font-size: 28px;
  }

  .quote-success-text {
    font-size: 15px;
  }
}


/*https://serverelite.hu/koszonjuk-ajanlatkeres  - ajánlatkérés köszönő oldala*/

.quote-success-page {
  padding: 60px 20px;
  display: flex;
  justify-content: center;
}

.quote-success-card {
  width: 100%;
  max-width: 760px;
  padding: 50px 40px;
  background: #ffffff;
  border: 1px solid #e3e8ef;
  border-radius: 24px;
  box-shadow: 0 18px 45px rgba(16,35,60,0.08);
  text-align: center;
}

.quote-success-icon {
  width: 90px;
  height: 90px;
  margin: 0 auto 24px;
  border-radius: 50%;
  background: #eaf7ef;
  color: #19a55a;
  font-size: 42px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

.quote-success-card h1 {
  margin: 0 0 18px;
  color: #10233c;
  font-size: 36px;
  line-height: 1.2;
}

.quote-success-text {
  margin: 0 auto 28px;
  max-width: 580px;
  color: #526173;
  font-size: 17px;
  line-height: 1.7;
}

.quote-success-info {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 34px;
}

.quote-success-info-item {
  padding: 10px 16px;
  border-radius: 999px;
  background: #f4f8ff;
  border: 1px solid #dce9f8;
  color: #1564fe;
  font-size: 14px;
  font-weight: 700;
}

.quote-success-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 240px;
  min-height: 52px;
  padding: 0 28px;
  background: #1564fe;
  border-radius: 14px;
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none !important;
  transition: 0.2s ease;
}

.quote-success-button:hover {
  background: #0f4fd0;
}

@media (max-width: 768px) {
  .quote-success-card {
    padding: 36px 22px;
    border-radius: 18px;
  }

  .quote-success-card h1 {
    font-size: 28px;
  }

  .quote-success-text {
    font-size: 15px;
  }
}


/*Kérdése van kis kártya formázása*/
.support-card__body {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center !important;
	justify-content: center;
}

.support-card__title {
	display: block;
	width: 100%;
	margin: 0 0 14px;
	font-size: 34px;
	line-height: 1.15;
	font-weight: 800;
	color: #10233c;
	text-align: center !important;
	letter-spacing: -0.5px;
}

.support-card__custom-highlight {
	display: block;
	width: 100%;
	max-width: 320px;
	margin: 0 auto 26px;
	font-size: 18px;
	line-height: 1.5;
	font-weight: 700;
	color: #ffffff;
	text-align: center !important;
}

.support-card__custom-description {
	display: block;
	width: 100%;
	max-width: 315px;
	margin: 0 auto 34px;
	font-size: 15px;
	line-height: 1.75;
	font-weight: 400;
	color: rgba(255,255,255,0.92);
	text-align: center !important;
}

.support-card__custom-highlight br {
	display: block;
	content: "";
	margin-top: 6px;
}


/*https://serverelite.hu/hirek_1 formázása angol és német oldalon*/
.news-language-notice {
  margin: 0 0 24px 0;
  padding: 14px 18px;
  border: 1px solid #dbe7f3;
  border-radius: 12px;
  background: #f4f8ff;
  color: #243041;
  font-size: 15px;
  line-height: 1.6;
}

.news-language-notice strong {
  color: #1564FE;
}


/* SEO H1 elrejtése a főoldalon */
#section-seo_h1 {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0,0,0,0) !important;
    white-space: nowrap !important;
}



/* Hírek szerkesztéset*/
/* KIEMELT HÍR OLVASHATÓBBÁ TÉTELE */
.news-card--featured .news-card-right {
    background: linear-gradient(
        to top,
        rgba(0,0,0,0.72) 0%,
        rgba(0,0,0,0.48) 55%,
        rgba(0,0,0,0.12) 100%
    ) !important;
    border-radius: 10px;
    padding: 20px !important;
}

.news-card--featured .news-card__date,
.news-card--featured .news-card__link,
.news-card--featured .news-card__text,
.news-card--featured .news-card__footer-button {
    color: #fff !important;
    text-shadow: 0 2px 8px rgba(0,0,0,.9);
}

.news-card--featured .news-card__link {
    font-size: 1.35rem !important;
    line-height: 1.2 !important;
    font-weight: 700;
}

.news-card--featured .news-card__title {
    margin-bottom: 8px;
    max-height: none !important;
}

.news-card--featured .news-card__text {
    font-size: 0.95rem !important;
    line-height: 1.45 !important;
    font-weight: 500;
    -webkit-line-clamp: 3 !important;
}

.news-card--featured .news-card__footer-button {
    font-size: 1rem !important;
    font-weight: 700;
}

.news-card--featured .news-card__body {
    max-width: 92%;
}


/* Hír / cikk oldal szöveges tartalom automatikus formázása */

.information {
    max-width: 1180px;
    margin: 0 auto;
}

.information__introtext {
    max-width: 980px;
    margin: 0 auto 40px auto;
}

.information__introtext-image {
    border-radius: 12px;
}

.information__introtext-right {
    font-size: 18px;
    line-height: 1.7;
    color: #263238;
}

.information__fulltext {
    max-width: 860px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.8;
    color: #263238;
}

.information__fulltext p {
    margin: 0 0 24px 0;
}

.information__fulltext b,
.information__fulltext strong {
    display: block;
    margin-top: 34px;
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 1.35;
    font-weight: 700;
    color: #0f172a;
}

.information__fulltext p:first-child b:first-child,
.information__fulltext p:first-child strong:first-child {
    margin-top: 0;
    font-size: 28px;
}

.information__fulltext ul {
    margin: 18px 0 30px 0;
    padding-left: 0;
    list-style: none;
}

.information__fulltext li {
    position: relative;
    margin-bottom: 12px;
    padding-left: 28px;
    line-height: 1.65;
}

.information__fulltext li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 700;
    color: #009688;
}

.information__fulltext br {
    display: none;
}

.information__tags {
    max-width: 860px;
    margin: 40px auto 20px auto;
    padding-top: 20px;
    border-top: 1px solid #e5e7eb;
}

.information__tags-link {
    display: inline-block;
    margin-left: 8px;
    padding: 6px 12px;
    border-radius: 999px;
    background: #eef7f5;
    color: #00796b !important;
    font-weight: 600;
    text-decoration: none !important;
}

.information__social-share-module {
    max-width: 860px;
    margin: 20px auto 0 auto;
}

/* Mobil nézet */

@media (max-width: 768px) {
    .information__introtext,
    .information__fulltext,
    .information__tags,
    .information__social-share-module {
        max-width: 100%;
    }

    .information__introtext {
        margin-bottom: 28px;
    }

    .information__introtext-right,
    .information__fulltext {
        font-size: 16px;
        line-height: 1.7;
    }

    .information__fulltext b,
    .information__fulltext strong {
        font-size: 21px;
        margin-top: 28px;
    }

    .information__fulltext p:first-child b:first-child,
    .information__fulltext p:first-child strong:first-child {
        font-size: 24px;
    }
}


/* Főoldalon alul a SEO-s rész szöveged ne látszódjon, de Google érzékelje */
.footer-seo,
div.footer-seo,
.footer-seo.underlined-links {
    display: none !important;
}


/*https://serverelite.hu/beuzemeles formázása*/

.beuzemeles-page {
    width: 100%;
    max-width: 1050px;
    margin: 0;
    padding: 5px 0 35px 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #263238;
    font-size: 16px;
    line-height: 1.65;
    box-sizing: border-box;
}

.beuzemeles-page *,
.beuzemeles-page *::before,
.beuzemeles-page *::after {
    box-sizing: border-box;
}


/* INTRO */

.beuzemeles-intro {
    margin-bottom: 32px;
}

.beuzemeles-intro .beuzemeles-eyebrow {
    margin: 0 0 7px 0;
    padding: 0;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 500;
    color: #60727d;
}

.beuzemeles-intro h2 {
    margin: 0 0 13px 0;
    padding: 0;
    font-size: 28px;
    line-height: 1.25;
    font-weight: 700;
    color: #0b2f42;
}

.beuzemeles-intro p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.65;
    color: #37474f;
}


/* SZOLGÁLTATÁSOK */

.beuzemeles-services {
    margin: 0 0 30px 0;
    padding: 25px 28px;
    background: #ffffff;
    border: 1px solid #dce5ea;
    border-radius: 8px;
}

.beuzemeles-services h3 {
    margin: 0 0 18px 0;
    padding: 0;
    font-size: 20px;
    line-height: 1.35;
    font-weight: 700;
    color: #0b2f42;
}

.beuzemeles-service-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 35px;
    row-gap: 5px;
}

.beuzemeles-service-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 8px 0;
    font-size: 15px;
    line-height: 1.5;
    color: #34444c;
}

.beuzemeles-check {
    display: block;
    flex: 0 0 auto;
    margin-top: -1px;
    font-size: 19px;
    line-height: 1.2;
    font-weight: 700;
    color: #15a992;
}


/* INFORMÁCIÓS BLOKK */

.beuzemeles-info {
    margin: 0 0 30px 0;
    padding: 0;
}

.beuzemeles-info h3 {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 20px;
    line-height: 1.35;
    font-weight: 700;
    color: #0b2f42;
}

.beuzemeles-info p {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 15px;
    line-height: 1.7;
    color: #455a64;
}

.beuzemeles-info p:last-child {
    margin-bottom: 0;
}


/* CTA */

.beuzemeles-cta {
    position: relative;
    overflow: hidden;
    margin: 0 0 22px 0;
    padding: 30px 32px;
    background: #0b3044;
    border-radius: 8px;
}

.beuzemeles-cta-content {
    position: relative;
    z-index: 1;
    max-width: 800px;
}

.beuzemeles-cta h3 {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 700;
    color: #ffffff;
}

.beuzemeles-cta p {
    margin: 0 0 15px 0;
    padding: 0;
    font-size: 15px;
    line-height: 1.65;
    color: #e5eef2;
}

.beuzemeles-cta .beuzemeles-cta-question {
    margin-top: 18px;
    margin-bottom: 14px;
    font-weight: 700;
    color: #ffffff;
}

.beuzemeles-button {
    display: inline-block;
    margin: 0;
    padding: 12px 20px;
    background: #16a991;
    border-radius: 5px;
    color: #ffffff !important;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 700;
    text-decoration: none !important;
    transition: opacity 0.2s ease;
}

.beuzemeles-button:hover,
.beuzemeles-button:focus {
    color: #ffffff !important;
    text-decoration: none !important;
    opacity: 0.88;
}

.beuzemeles-cta .beuzemeles-small {
    margin: 14px 0 0 0;
    font-size: 13px;
    line-height: 1.55;
    color: #b9cbd3;
}


/* HELYSZÍNI BEÜZEMELÉS */

.beuzemeles-onsite {
    margin: 0;
    padding: 17px 20px;
    background: #f3f8fa;
    border-left: 4px solid #16a991;
    border-radius: 0 6px 6px 0;
    font-size: 15px;
    line-height: 1.6;
    color: #455a64;
}

.beuzemeles-onsite strong {
    color: #0b2f42;
}


/* TABLET */

@media (max-width: 850px) {

    .beuzemeles-service-grid {
        grid-template-columns: 1fr;
        row-gap: 2px;
    }

    .beuzemeles-intro h2 {
        font-size: 25px;
    }

}


/* MOBIL */

@media (max-width: 600px) {

    .beuzemeles-page {
        font-size: 15px;
        padding-bottom: 25px;
    }

    .beuzemeles-intro {
        margin-bottom: 24px;
    }

    .beuzemeles-intro h2 {
        font-size: 22px;
        line-height: 1.3;
    }

    .beuzemeles-intro p {
        font-size: 15px;
    }

    .beuzemeles-services {
        padding: 20px 18px;
        margin-bottom: 25px;
    }

    .beuzemeles-services h3,
    .beuzemeles-info h3 {
        font-size: 19px;
    }

    .beuzemeles-service-item {
        font-size: 14px;
        padding: 7px 0;
    }

    .beuzemeles-info p {
        font-size: 14px;
    }

    .beuzemeles-cta {
        padding: 24px 20px;
    }

    .beuzemeles-cta h3 {
        font-size: 21px;
    }

    .beuzemeles-cta p {
        font-size: 14px;
    }

    .beuzemeles-button {
        display: block;
        width: 100%;
        padding: 12px 15px;
        text-align: center;
        font-size: 14px;
    }

    .beuzemeles-onsite {
        padding: 15px 16px;
        font-size: 14px;
    }

}