/* Start custom CSS for html, class: .elementor-element-9f0469a *//* =========================================================
   Установка Ubuntu рядом с Windows 11
   Все стили изолированы контейнером .ubuntu-dualboot
   ========================================================= */

.ubuntu-dualboot {
  --ud-bg: #f4f6f8;
  --ud-surface: #ffffff;
  --ud-surface-soft: #f8fafc;
  --ud-text: #172131;
  --ud-muted: #566477;
  --ud-border: #dce3ea;

  --ud-orange: #e95420;
  --ud-orange-dark: #b9380d;
  --ud-orange-soft: #fff1eb;

  --ud-purple: #5e2750;
  --ud-purple-soft: #f7edf5;

  --ud-green: #176b3a;
  --ud-green-dark: #10512a;
  --ud-green-soft: #eaf7ef;

  --ud-blue: #245da8;
  --ud-blue-soft: #eef5ff;

  --ud-warning: #b86b00;
  --ud-warning-soft: #fff7e7;

  --ud-danger: #b42318;
  --ud-danger-soft: #fff1f0;

  --ud-code-bg: #111827;
  --ud-code-text: #e7edf6;

  max-width: 1160px;
  margin: 0 auto;

  color: var(--ud-text);
  font-family: inherit;
  font-size: 17px;
  line-height: 1.72;

  overflow-wrap: anywhere;
}

.ubuntu-dualboot *,
.ubuntu-dualboot *::before,
.ubuntu-dualboot *::after {
  box-sizing: border-box;
}

.ubuntu-dualboot p,
.ubuntu-dualboot ul,
.ubuntu-dualboot ol {
  margin: 0 0 1.1em;
}

.ubuntu-dualboot ul,
.ubuntu-dualboot ol {
  padding-left: 25px;
}

.ubuntu-dualboot li {
  margin-bottom: 7px;
}

.ubuntu-dualboot h1,
.ubuntu-dualboot h2,
.ubuntu-dualboot h3 {
  color: #101827;
  line-height: 1.2;
  text-wrap: balance;
}

.ubuntu-dualboot h1 {
  margin: 0 0 19px;

  font-size: clamp(34px, 5vw, 58px);
  letter-spacing: -0.035em;
}

.ubuntu-dualboot h2 {
  margin: 0 0 24px;

  font-size: clamp(27px, 3.4vw, 40px);
  letter-spacing: -0.025em;
}

.ubuntu-dualboot h3 {
  margin: 31px 0 14px;

  font-size: clamp(20px, 2.3vw, 27px);
}

.ubuntu-dualboot a {
  color: var(--ud-orange-dark);

  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.ubuntu-dualboot code {
  border-radius: 5px;

  font-family:
    ui-monospace,
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    monospace;

  font-size: 0.9em;
}

.ubuntu-dualboot p code,
.ubuntu-dualboot li code,
.ubuntu-dualboot td code {
  padding: 0.12em 0.37em;

  border: 1px solid #d9e0e8;
  background: #edf1f5;

  color: #172033;
}

.ubuntu-dualboot [id] {
  scroll-margin-top: 110px;
}

/* Hero */

.ubuntu-dualboot__hero {
  position: relative;

  margin-bottom: 28px;
  padding: clamp(35px, 6vw, 74px);

  overflow: hidden;

  border: 1px solid #ead4c9;
  border-radius: 28px;

  background:
    radial-gradient(
      circle at 93% 5%,
      rgba(233, 84, 32, 0.22),
      transparent 31%
    ),
    radial-gradient(
      circle at 5% 100%,
      rgba(94, 39, 80, 0.11),
      transparent 32%
    ),
    linear-gradient(
      145deg,
      #fffaf8 0%,
      #fff0e9 100%
    );

  box-shadow: 0 18px 55px rgba(15, 23, 42, 0.08);
}

.ubuntu-dualboot__hero-content {
  position: relative;
  z-index: 1;
}

.ubuntu-dualboot__eyebrow {
  display: inline-flex;

  margin: 0 0 18px !important;
  padding: 7px 13px;

  border-radius: 999px;
  background: var(--ud-orange);

  color: #ffffff;

  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.ubuntu-dualboot__lead {
  max-width: 930px;

  margin-bottom: 25px !important;

  color: #3d4858;

  font-size: clamp(19px, 2.2vw, 24px);
  line-height: 1.55;
}

.ubuntu-dualboot__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ubuntu-dualboot__meta span {
  padding: 8px 12px;

  border: 1px solid #dfcbc2;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);

  color: #55463f;

  font-size: 14px;
  font-weight: 750;
}

/* Основные блоки */

.ubuntu-dualboot__toc,
.ubuntu-dualboot__section,
.ubuntu-dualboot__conclusion {
  margin: 28px 0;
  padding: clamp(27px, 4vw, 49px);

  border: 1px solid var(--ud-border);
  border-radius: 24px;
  background: var(--ud-surface);

  box-shadow: 0 10px 34px rgba(15, 23, 42, 0.05);
}

.ubuntu-dualboot__section > h2::after,
.ubuntu-dualboot__conclusion > h2::after {
  content: "";

  display: block;

  width: 78px;
  height: 4px;

  margin-top: 14px;

  border-radius: 999px;
  background: var(--ud-orange);
}

/* Содержание */

.ubuntu-dualboot__toc h2 {
  font-size: 29px;
}

.ubuntu-dualboot__toc ol {
  columns: 2;
  column-gap: 44px;

  margin-bottom: 0;
}

.ubuntu-dualboot__toc li {
  break-inside: avoid;

  margin-bottom: 9px;
}

.ubuntu-dualboot__toc a {
  color: #263449;

  font-weight: 680;
  text-decoration: none;
}

.ubuntu-dualboot__toc a:hover {
  color: var(--ud-orange-dark);
  text-decoration: underline;
}

/* Предупреждения */

.ubuntu-dualboot__alert {
  margin: 24px 0;
  padding: 20px 22px;

  border-left: 5px solid var(--ud-blue);
  border-radius: 13px;
  background: var(--ud-blue-soft);
}

.ubuntu-dualboot__alert strong {
  display: block;

  margin-bottom: 6px;

  font-size: 19px;
}

.ubuntu-dualboot__alert p:last-child {
  margin-bottom: 0;
}

.ubuntu-dualboot__alert--info {
  border-left-color: var(--ud-blue);
  background: var(--ud-blue-soft);
}

.ubuntu-dualboot__alert--important {
  border-left-color: var(--ud-green);
  background: var(--ud-green-soft);
}

.ubuntu-dualboot__alert--warning {
  border-left-color: var(--ud-warning);
  background: var(--ud-warning-soft);
}

.ubuntu-dualboot__alert--danger {
  border-left-color: var(--ud-danger);
  background: var(--ud-danger-soft);
}

/* Код */

.ubuntu-dualboot__code {
  position: relative;

  margin: 18px 0 26px;
  padding: 20px;

  overflow-x: auto;

  border: 1px solid #263349;
  border-radius: 15px;
  background: var(--ud-code-bg);

  color: var(--ud-code-text);

  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);

  -webkit-overflow-scrolling: touch;
}

.ubuntu-dualboot__code code {
  display: block;

  min-width: max-content;

  color: inherit;

  font-size: 14px;
  line-height: 1.65;
  white-space: pre;
}

/* Таблицы */

.ubuntu-dualboot__table-wrap {
  width: 100%;

  margin: 20px 0 30px;

  overflow-x: auto;

  border: 1px solid var(--ud-border);
  border-radius: 15px;

  -webkit-overflow-scrolling: touch;
}

.ubuntu-dualboot__table {
  width: 100%;
  min-width: 760px;

  border-collapse: collapse;
  background: #ffffff;
}

.ubuntu-dualboot__table th,
.ubuntu-dualboot__table td {
  padding: 14px 16px;

  border-bottom: 1px solid var(--ud-border);

  text-align: left;
  vertical-align: top;
}

.ubuntu-dualboot__table th {
  background: #fff0e9;

  color: #4e2718;

  font-size: 14px;
  letter-spacing: 0.02em;
}

.ubuntu-dualboot__table tr:last-child td {
  border-bottom: 0;
}

.ubuntu-dualboot__table tbody tr:nth-child(even) {
  background: #fafbfc;
}

.ubuntu-dualboot__table tbody tr:hover {
  background: #fff8f5;
}

/* Рейтинг */

.ubuntu-dualboot__rating {
  display: inline-flex;

  padding: 5px 9px;

  border-radius: 999px;

  font-size: 13px;
  font-weight: 800;
}

.ubuntu-dualboot__rating--high {
  background: var(--ud-green-soft);
  color: var(--ud-green-dark);
}

.ubuntu-dualboot__rating--medium {
  background: var(--ud-warning-soft);
  color: #805000;
}

.ubuntu-dualboot__rating--low {
  background: var(--ud-danger-soft);
  color: var(--ud-danger);
}

/* Карточки */

.ubuntu-dualboot__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;

  margin: 24px 0;
}

.ubuntu-dualboot__card {
  padding: 21px;

  border: 1px solid var(--ud-border);
  border-radius: 17px;
  background: var(--ud-surface-soft);
}

.ubuntu-dualboot__card-icon {
  display: inline-flex;

  min-width: 43px;
  height: 34px;

  align-items: center;
  justify-content: center;

  margin-bottom: 13px;
  padding: 0 9px;

  border-radius: 10px;
  background: var(--ud-orange);

  color: #ffffff;

  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.ubuntu-dualboot__card h3 {
  margin: 0 0 8px;

  font-size: 19px;
}

.ubuntu-dualboot__card p:last-child {
  margin-bottom: 0;

  color: var(--ud-muted);
  font-size: 15px;
}

/* Схема */

.ubuntu-dualboot__scheme {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 14px;
  align-items: stretch;

  margin: 25px 0 30px;
}

.ubuntu-dualboot__scheme-item {
  padding: 20px;

  border: 1px solid var(--ud-border);
  border-radius: 17px;
  background: var(--ud-surface-soft);
}

.ubuntu-dualboot__scheme-item strong {
  display: block;

  margin-bottom: 7px;

  font-size: 18px;
}

.ubuntu-dualboot__scheme-item p {
  margin: 0;

  color: var(--ud-muted);
  font-size: 15px;
}

.ubuntu-dualboot__scheme-number {
  display: inline-flex;

  width: 36px;
  height: 36px;

  align-items: center;
  justify-content: center;

  margin-bottom: 12px;

  border-radius: 11px;
  background: var(--ud-orange);

  color: #ffffff;

  font-weight: 900;
}

.ubuntu-dualboot__scheme-arrow {
  display: flex;

  align-items: center;
  justify-content: center;

  color: var(--ud-orange);

  font-size: 28px;
  font-weight: 900;
}

/* Диски */

.ubuntu-dualboot__disk-layout {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 13px;

  margin: 25px 0;
}

.ubuntu-dualboot__disk {
  display: grid;
  gap: 7px;

  min-height: 145px;
  padding: 20px 15px;

  align-content: center;

  border: 2px solid var(--ud-border);
  border-radius: 17px;

  text-align: center;
}

.ubuntu-dualboot__disk span {
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.ubuntu-dualboot__disk strong {
  font-size: 20px;
}

.ubuntu-dualboot__disk small {
  color: var(--ud-muted);
}

.ubuntu-dualboot__disk--windows {
  border-color: #a6c8ef;
  background: #edf6ff;
}

.ubuntu-dualboot__disk--ubuntu {
  border-color: #f2b69e;
  background: #fff1eb;
}

.ubuntu-dualboot__disk--data {
  border-color: #bfd9c8;
  background: #eef9f2;
}

.ubuntu-dualboot__disk--backup {
  border-color: #d4c0d0;
  background: #f8eff6;
}

/* Чек-лист */

.ubuntu-dualboot__check-list {
  padding-left: 0 !important;

  list-style: none;
}

.ubuntu-dualboot__check-list li {
  position: relative;

  padding: 10px 0 10px 35px;

  border-bottom: 1px solid var(--ud-border);
}

.ubuntu-dualboot__check-list li::before {
  content: "✓";

  position: absolute;
  top: 9px;
  left: 2px;

  display: inline-flex;

  width: 22px;
  height: 22px;

  align-items: center;
  justify-content: center;

  border-radius: 50%;
  background: var(--ud-green-soft);

  color: var(--ud-green);

  font-weight: 900;
}

.ubuntu-dualboot__check-list--danger li::before {
  content: "!";
  background: var(--ud-danger-soft);
  color: var(--ud-danger);
}

/* Сравнение */

.ubuntu-dualboot__compare {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;

  margin: 23px 0 29px;
}

.ubuntu-dualboot__compare > div {
  padding: 23px;

  border: 1px solid var(--ud-border);
  border-radius: 17px;
  background: var(--ud-surface-soft);
}

.ubuntu-dualboot__compare h3 {
  margin: 7px 0 10px;

  font-size: 22px;
}

.ubuntu-dualboot__compare p:last-child {
  margin-bottom: 0;

  color: var(--ud-muted);
}

.ubuntu-dualboot__compare-label {
  display: inline-flex;

  padding: 5px 9px;

  border-radius: 999px;
  background: var(--ud-orange-soft);

  color: var(--ud-orange-dark);

  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* Решение BitLocker */

.ubuntu-dualboot__decision {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;

  margin: 24px 0 30px;
}

.ubuntu-dualboot__decision > div {
  padding: 21px;

  border: 1px solid var(--ud-border);
  border-radius: 17px;
  background: var(--ud-surface-soft);
}

.ubuntu-dualboot__decision span {
  display: inline-flex;

  margin-bottom: 10px;

  color: var(--ud-orange);

  font-size: 14px;
  font-weight: 900;
}

.ubuntu-dualboot__decision strong {
  display: block;

  margin-bottom: 7px;

  font-size: 18px;
}

.ubuntu-dualboot__decision p {
  margin: 0;

  color: var(--ud-muted);
  font-size: 15px;
}

/* Клавиши */

.ubuntu-dualboot__keys {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;

  margin: 20px 0;
}

.ubuntu-dualboot__keys kbd {
  min-width: 55px;
  padding: 10px 14px;

  border: 1px solid #bdc7d2;
  border-bottom-width: 3px;
  border-radius: 9px;
  background: #f7f9fb;

  color: #1c2736;

  font-family: inherit;
  font-weight: 850;
  text-align: center;
}

/* Тест оборудования */

.ubuntu-dualboot__test-grid,
.ubuntu-dualboot__final-check {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 20px;

  margin: 21px 0 29px;
}

.ubuntu-dualboot__test-grid label,
.ubuntu-dualboot__final-check label {
  display: flex;
  gap: 10px;
  align-items: flex-start;

  padding: 12px 14px;

  border: 1px solid var(--ud-border);
  border-radius: 12px;
  background: var(--ud-surface-soft);
}

.ubuntu-dualboot__test-grid input,
.ubuntu-dualboot__final-check input {
  width: 18px;
  height: 18px;

  flex: 0 0 auto;

  margin-top: 3px;

  accent-color: var(--ud-orange);
}

/* Разделы диска */

.ubuntu-dualboot__partition-line {
  display: flex;

  width: 100%;

  margin: 24px 0;

  overflow: hidden;

  border: 2px solid #ccd5df;
  border-radius: 14px;
}

.ubuntu-dualboot__partition {
  display: grid;
  gap: 4px;

  min-width: 90px;
  padding: 18px 10px;

  align-content: center;

  border-right: 1px solid #ffffff;

  text-align: center;
}

.ubuntu-dualboot__partition strong {
  font-size: 15px;
}

.ubuntu-dualboot__partition span {
  font-size: 12px;
}

.ubuntu-dualboot__partition--efi {
  flex: 0.7;
  background: #fff2cf;
}

.ubuntu-dualboot__partition--msr {
  flex: 0.45;
  background: #edf0f4;
}

.ubuntu-dualboot__partition--windows {
  flex: 4;
  background: #e9f4ff;
}

.ubuntu-dualboot__partition--ubuntu {
  flex: 2;
  background: #fff0e8;
}

.ubuntu-dualboot__partition--recovery {
  flex: 0.8;
  background: #f7edf5;

  border-right: 0;
}

/* Общие файлы */

.ubuntu-dualboot__shared-layout {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;

  margin: 24px 0;
}

.ubuntu-dualboot__shared-layout > div {
  display: grid;
  gap: 6px;

  padding: 21px;

  border: 1px solid var(--ud-border);
  border-radius: 16px;
  background: var(--ud-surface-soft);

  text-align: center;
}

.ubuntu-dualboot__shared-layout strong {
  color: var(--ud-orange-dark);

  font-size: 18px;
}

.ubuntu-dualboot__shared-layout span {
  color: var(--ud-muted);

  font-size: 14px;
}

/* Проблемы и FAQ */

.ubuntu-dualboot__problems details,
.ubuntu-dualboot__faq details {
  margin-bottom: 12px;

  border: 1px solid var(--ud-border);
  border-radius: 14px;
  background: #ffffff;
}

.ubuntu-dualboot__problems summary,
.ubuntu-dualboot__faq summary {
  padding: 18px 48px 18px 18px;

  cursor: pointer;

  font-weight: 800;
  list-style: none;
}

.ubuntu-dualboot__problems summary::-webkit-details-marker,
.ubuntu-dualboot__faq summary::-webkit-details-marker {
  display: none;
}

.ubuntu-dualboot__problems summary::after,
.ubuntu-dualboot__faq summary::after {
  content: "+";

  float: right;

  margin-right: -30px;

  color: var(--ud-orange);

  font-size: 25px;
  line-height: 1;
}

.ubuntu-dualboot__problems details[open] summary::after,
.ubuntu-dualboot__faq details[open] summary::after {
  content: "−";
}

.ubuntu-dualboot__problems details > div,
.ubuntu-dualboot__faq details > p {
  padding: 0 18px 18px;
}

.ubuntu-dualboot__faq details > p {
  margin: 0;

  color: var(--ud-muted);
}

/* Заключение */

.ubuntu-dualboot__conclusion {
  border-color: #efd4c7;

  background:
    linear-gradient(
      180deg,
      #ffffff 0%,
      #fff7f3 100%
    );
}

/* Перелинковка */

.ubuntu-dualboot__related {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;

  margin: 29px 0;
}

.ubuntu-dualboot__related a {
  display: grid;
  gap: 6px;

  padding: 20px;

  border: 1px solid var(--ud-border);
  border-radius: 15px;
  background: #ffffff;

  color: var(--ud-text);
  text-decoration: none;

  transition:
    transform 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease;
}

.ubuntu-dualboot__related a:hover {
  transform: translateY(-2px);

  border-color: #efae92;

  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

.ubuntu-dualboot__related strong {
  color: var(--ud-orange-dark);

  font-size: 18px;
}

.ubuntu-dualboot__related span {
  color: var(--ud-muted);

  font-size: 15px;
}

/* CTA */

.ubuntu-dualboot__cta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;

  padding: clamp(23px, 4vw, 35px);

  border-radius: 20px;
  background:
    linear-gradient(
      135deg,
      var(--ud-purple) 0%,
      #3e1a35 100%
    );

  color: #ffffff;
}

.ubuntu-dualboot__cta h3,
.ubuntu-dualboot__cta p {
  color: #ffffff;
}

.ubuntu-dualboot__cta h3 {
  margin: 4px 0 10px;
}

.ubuntu-dualboot__cta p:last-child {
  margin-bottom: 0;
}

.ubuntu-dualboot__cta-kicker {
  margin-bottom: 0 !important;

  color: #ffd9c8 !important;

  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.ubuntu-dualboot__button {
  display: inline-flex;

  min-height: 50px;
  padding: 13px 21px;

  align-items: center;
  justify-content: center;

  border-radius: 12px;
  background: #ffffff;

  color: var(--ud-purple) !important;

  font-weight: 850;
  text-align: center;
  text-decoration: none !important;

  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.17);
}

.ubuntu-dualboot__button:hover {
  transform: translateY(-1px);

  background: #fff1eb;
}

/* Elementor */

.elementor-widget-html .ubuntu-dualboot > :first-child {
  margin-top: 0;
}

.elementor-widget-html .ubuntu-dualboot > :last-child {
  margin-bottom: 0;
}

/* Планшеты */

@media (max-width: 960px) {

  .ubuntu-dualboot__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ubuntu-dualboot__disk-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ubuntu-dualboot__scheme {
    grid-template-columns: 1fr;
  }

  .ubuntu-dualboot__scheme-arrow {
    transform: rotate(90deg);
  }

}

/* Мобильные устройства */

@media (max-width: 760px) {

  .ubuntu-dualboot {
    font-size: 16px;
  }

  .ubuntu-dualboot__toc ol {
    columns: 1;
  }

  .ubuntu-dualboot__compare,
  .ubuntu-dualboot__decision,
  .ubuntu-dualboot__shared-layout,
  .ubuntu-dualboot__related,
  .ubuntu-dualboot__test-grid,
  .ubuntu-dualboot__final-check,
  .ubuntu-dualboot__cta {
    grid-template-columns: 1fr;
  }

  .ubuntu-dualboot__button {
    width: 100%;
  }

  .ubuntu-dualboot__partition-line {
    display: grid;

    overflow: visible;

    border: 0;
  }

  .ubuntu-dualboot__partition {
    min-width: 0;

    border: 1px solid #ffffff;
    border-radius: 10px;
  }

}

/* Узкие мобильные устройства */

@media (max-width: 560px) {

  .ubuntu-dualboot__hero,
  .ubuntu-dualboot__toc,
  .ubuntu-dualboot__section,
  .ubuntu-dualboot__conclusion {
    padding: 22px 18px;

    border-radius: 18px;
  }

  .ubuntu-dualboot h1 {
    font-size: 33px;
  }

  .ubuntu-dualboot h2 {
    font-size: 27px;
  }

  .ubuntu-dualboot__lead {
    font-size: 18px;
  }

  .ubuntu-dualboot__meta {
    display: grid;
  }

  .ubuntu-dualboot__meta span {
    border-radius: 10px;
  }

  .ubuntu-dualboot__cards,
  .ubuntu-dualboot__disk-layout {
    grid-template-columns: 1fr;
  }

  .ubuntu-dualboot__code {
    margin-right: -4px;
    margin-left: -4px;
    padding: 16px;

    border-radius: 12px;
  }

  .ubuntu-dualboot__code code {
    font-size: 12.5px;
  }

  .ubuntu-dualboot__table-wrap {
    width: calc(100% + 8px);

    margin-right: -4px;
    margin-left: -4px;
  }

  .ubuntu-dualboot__table {
    min-width: 680px;
  }

  .ubuntu-dualboot__table th,
  .ubuntu-dualboot__table td {
    padding: 12px;

    font-size: 14px;
  }

}

/* Печать */

@media print {

  .ubuntu-dualboot {
    max-width: none;

    font-size: 11pt;
  }

  .ubuntu-dualboot__hero,
  .ubuntu-dualboot__toc,
  .ubuntu-dualboot__section,
  .ubuntu-dualboot__conclusion {
    box-shadow: none;
  }

  .ubuntu-dualboot__code {
    white-space: pre-wrap;
    break-inside: avoid;
  }

  .ubuntu-dualboot__table-wrap {
    overflow: visible;
  }

  .ubuntu-dualboot__table {
    min-width: 0;
  }

  .ubuntu-dualboot__cta {
    border: 1px solid #999999;
    background: #ffffff;

    color: #000000;
  }

  .ubuntu-dualboot__cta h3,
  .ubuntu-dualboot__cta p {
    color: #000000;
  }

}/* End custom CSS */