/* TWO DOTS Hosting & Technical Support service page CSS */
body.page-id-82113 {
  --twodots-ink: #030633;
  --twodots-muted: #334155;
  --twodots-soft: #f7f8fa;
  --twodots-line: rgba(3, 6, 51, .12);
  --twodots-accent: #FCA311;
  --twodots-accent-dark: #B65D00;
  --twodots-container: min(1200px, calc(100vw - 96px));
  --twodots-shell: min(90vw, 1728px);
  --border-animation-color: #FCA311;
  --border-animation-speed: 7s;
  --border-animation-width: 2px;
  --border-animation-color-soft: rgba(252, 163, 17, .18);
}

body.page-id-82113 .entry-content,
body.page-id-82113 .ct-container-full {
  overflow-x: clip;
}

body.page-id-82113 .twodots-service-page,
body.page-id-82113 .twodots-service-page * {
  box-sizing: border-box;
}

body.page-id-82113 .twodots-service-page {
  overflow-x: clip;
  color: var(--twodots-ink);
}

body.page-id-82113 .twodots-service-page a {
  color: inherit;
  text-decoration: none !important;
}

body.page-id-82113 .twodots-service-page img {
  display: block;
  max-width: 100%;
  height: auto;
}

body.page-id-82113 .twodots-section,
body.page-id-82113 .twodots-final-cta {
  width: var(--twodots-container);
  max-width: var(--twodots-container);
  margin-left: auto;
  margin-right: auto;
}

body.page-id-82113 .twodots-section {
  margin-top: 86px;
  margin-bottom: 92px;
  padding: 0;
}

body.page-id-82113 .twodots-eyebrow,
body.page-id-82113 .twodots-panel-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  color: var(--twodots-accent);
  font-size: 18px;
  line-height: 1.7;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

body.page-id-82113 h1,
body.page-id-82113 h2,
body.page-id-82113 h3 {
  color: var(--twodots-ink);
  letter-spacing: 0;
}

body.page-id-82113 .twodots-section h2,
body.page-id-82113 .twodots-hero-quick-panel h2,
body.page-id-82113 .twodots-final-cta h2 {
  margin-top: 0;
}

body.page-id-82113 .twodots-service-hero {
  width: var(--twodots-shell);
  max-width: 100%;
  margin: 0 auto 27px;
  padding: 118px 0 84px;
}

body.page-id-82113 .twodots-service-hero__inner {
  width: min(1200px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, .96fr);
  gap: 48px;
  align-items: center;
}

body.page-id-82113 .twodots-service-hero__copy {
  min-width: 0;
}

body.page-id-82113 .twodots-service-hero h1 {
  margin: 0 0 20px;
  color: var(--twodots-ink);
  line-height: 1.08;
}

body.page-id-82113 .twodots-service-hero__lead,
body.page-id-82113 .twodots-section-copy > p,
body.page-id-82113 .twodots-section-heading > p:not(.twodots-eyebrow) {
  margin: 0;
  color: var(--twodots-muted);
  font-size: 17px;
  line-height: 1.72;
}

body.page-id-82113 .twodots-service-hero__lead {
  font-size: 18px;
}

body.page-id-82113 .twodots-hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 20px 0 24px;
  padding: 0;
}

body.page-id-82113 .twodots-hero-pills a,
body.page-id-82113 .twodots-related-grid a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 8px 13px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(252, 163, 17, .42);
  color: var(--twodots-ink) !important;
  font-size: 13px;
  line-height: 1.15;
  font-weight: 800;
  box-shadow: 0 8px 18px rgba(3, 6, 51, .06);
}

body.page-id-82113 .twodots-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

body.page-id-82113 .twodots-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border-radius: 8px;
  font-weight: 800;
  line-height: 1.15;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

body.page-id-82113 .twodots-button:hover {
  transform: translateY(-1px);
}

body.page-id-82113 .twodots-button--primary {
  background: var(--twodots-accent);
  border: 1px solid rgba(252, 163, 17, .9);
  color: var(--twodots-ink) !important;
  box-shadow: 0 12px 28px rgba(252, 163, 17, .22);
}

body.page-id-82113 .twodots-button--ghost {
  background: #fff;
  border: 1px solid var(--twodots-line);
  color: var(--twodots-ink) !important;
}

body.page-id-82113 .twodots-service-hero-media {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 251px 251px;
  gap: 18px;
  align-items: stretch;
  min-height: 520px;
}

body.page-id-82113 .twodots-service-hero-media__main {
  grid-row: span 2;
  width: 100%;
  height: 100%;
  min-height: 520px;
  aspect-ratio: auto;
}

body.page-id-82113 .twodots-service-hero-media__side {
  display: contents;
}

body.page-id-82113 .twodots-service-hero-media img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center;
  border-radius: 12px;
  box-shadow: 0 24px 70px rgba(3, 6, 51, .14);
}

body.page-id-82113 .twodots-service-hero-media__side img:last-child {
  object-fit: contain;
  padding: 22px;
  background: #fff;
}

@property --border-animation-angle {
  syntax: "<angle>";
  initial-value: 0turn;
  inherits: false;
}

@keyframes twodotsBorderRotate {
  to { --border-animation-angle: 1turn; }
}

body.page-id-82113 .border-animation {
  position: relative;
  overflow: visible;
  isolation: isolate;
  border: 1px solid var(--twodots-line);
  border-radius: 8px;
  background: #fff;
}

body.page-id-82113 .border-animation::before {
  display: none !important;
}

body.page-id-82113 .border-animation::after {
  pointer-events: none;
  content: "";
  display: block;
  position: absolute;
  inset: calc(var(--border-animation-width) * -1);
  z-index: 2;
  border-radius: inherit;
  border: solid transparent;
  border-width: var(--border-animation-width);
  animation: twodotsBorderRotate var(--border-animation-speed) linear infinite;
  background: conic-gradient(from var(--border-animation-angle), transparent 0 72%, var(--border-animation-color-soft) 80%, var(--border-animation-color) 90%, #fff 94%, var(--border-animation-color) 98%, transparent 100%) border-box;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  opacity: .95;
}

@media (prefers-reduced-motion: reduce) {
  body.page-id-82113 .border-animation::after { animation: none; }
}

body.page-id-82113 .twodots-hero-quick-panel {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
  gap: 18px 22px;
  align-items: center;
  padding: 28px;
  margin-top: clamp(48px, 5vw, 72px);
  box-shadow: 0 16px 40px rgba(3, 6, 51, .06);
}

body.page-id-82113 .twodots-hero-quick-panel__copy {
  min-width: 0;
}

body.page-id-82113 .twodots-hero-quick-panel h2,
body.page-id-82113 .twodots-hero-quick-panel p:not(.twodots-panel-label) {
  margin: 0;
}

body.page-id-82113 .twodots-hero-quick-panel p:not(.twodots-panel-label) {
  color: var(--twodots-muted);
  font-size: 16px;
  line-height: 1.7;
}

body.page-id-82113 .twodots-hosting-overview__items {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

body.page-id-82113 .twodots-hosting-overview__items span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 104px;
  padding: 16px;
  border-radius: 8px;
  background: var(--twodots-soft);
  border-left: 4px solid var(--twodots-accent);
}

body.page-id-82113 .twodots-hosting-overview__items strong {
  color: var(--twodots-ink);
  font-size: clamp(24px, 2.2vw, 34px);
  line-height: 1;
  font-weight: 900;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

body.page-id-82113 .twodots-hosting-overview__items small {
  margin-top: 8px;
  color: var(--twodots-muted);
  font-weight: 750;
  line-height: 1.35;
}

body.page-id-82113 .twodots-section--split {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}

body.page-id-82113 .twodots-section-heading--center {
  max-width: 860px;
  margin: 0 auto 34px;
  text-align: center;
}

body.page-id-82113 .twodots-section-heading--center .twodots-eyebrow,
body.page-id-82113 .twodots-section-heading--center > p {
  justify-self: center;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

body.page-id-82113 .twodots-section-heading > p:not(.twodots-eyebrow),
body.page-id-82113 .twodots-section-copy > p {
  margin-top: 18px;
}

body.page-id-82113 .twodots-hosting-intro .twodots-section-copy {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

body.page-id-82113 .twodots-hosting-intro__cards,
body.page-id-82113 .twodots-feature-grid,
body.page-id-82113 .twodots-package-grid,
body.page-id-82113 .twodots-process-list,
body.page-id-82113 .twodots-related-grid {
  display: grid;
  gap: 18px;
}

body.page-id-82113 .twodots-hosting-intro__cards {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.page-id-82113 .twodots-feature-grid,
body.page-id-82113 .twodots-package-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.page-id-82113 .twodots-process-list {
  grid-column: 1 / -1;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 30px;
}

body.page-id-82113 .twodots-hosting-intro__cards article,
body.page-id-82113 .twodots-feature-grid article,
body.page-id-82113 .twodots-process-list article,
body.page-id-82113 .twodots-package-card {
  display: flex;
  flex-direction: column;
  padding: clamp(22px, 2.3vw, 30px);
  box-shadow: 0 16px 40px rgba(3, 6, 51, .06);
}

body.page-id-82113 article > span,
body.page-id-82113 .twodots-feature-grid article > span,
body.page-id-82113 .twodots-process-list article > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 20px;
  border-radius: 999px;
  background: var(--twodots-soft);
  color: var(--twodots-accent-dark);
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
}

body.page-id-82113 article h3,
body.page-id-82113 .twodots-package-card h3 {
  margin: 0 0 12px;
  color: var(--twodots-ink);
  font-size: 21px;
  line-height: 1.28;
  font-weight: 750;
}

body.page-id-82113 article p,
body.page-id-82113 .twodots-package-card p,
body.page-id-82113 .twodots-faq-list p,
body.page-id-82113 .twodots-related-section p {
  margin: 0;
  color: var(--twodots-muted);
  font-size: 15px;
  line-height: 1.68;
}

body.page-id-82113 .twodots-package-card {
  gap: 18px;
}

body.page-id-82113 .twodots-package-card--featured {
  background: var(--twodots-ink);
  color: #E5E5E5;
  border-color: var(--twodots-ink);
  box-shadow: 0 18px 48px rgba(3, 6, 51, .16);
}

body.page-id-82113 .twodots-package-card--featured h3,
body.page-id-82113 .twodots-package-card--featured p:not(.twodots-package-card__price),
body.page-id-82113 .twodots-package-card--featured li {
  color: #E5E5E5;
}

body.page-id-82113 .twodots-package-card__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  min-height: 30px;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid rgba(252, 163, 17, .28);
  border-radius: 999px;
  background: rgba(252, 163, 17, .12);
  color: var(--twodots-accent-dark) !important;
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
  text-transform: none;
}

body.page-id-82113 .twodots-package-card--featured .twodots-package-card__tag {
  border-color: var(--twodots-accent);
  background: var(--twodots-accent);
  color: var(--twodots-ink) !important;
}

body.page-id-82113 .twodots-package-card__price {
  display: flex;
  align-items: baseline;
  gap: 9px;
  margin: 0;
  color: var(--twodots-ink) !important;
  line-height: 1;
  font-weight: 900;
}

body.page-id-82113 .twodots-package-card__price span,
body.page-id-82113 .twodots-package-card__price small {
  color: #64748B;
  font-size: 16px;
  font-weight: 850;
}

body.page-id-82113 .twodots-package-card__price {
  font-size: clamp(48px, 4vw, 58px);
}

body.page-id-82113 .twodots-package-card--featured .twodots-package-card__price {
  color: var(--twodots-accent) !important;
}

body.page-id-82113 .twodots-package-card--featured .twodots-package-card__price span,
body.page-id-82113 .twodots-package-card--featured .twodots-package-card__price small {
  color: rgba(229, 229, 229, .72);
}

body.page-id-82113 .twodots-package-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.page-id-82113 .twodots-package-card li {
  position: relative;
  padding-left: 24px;
  color: var(--twodots-muted);
  line-height: 1.55;
}

body.page-id-82113 .twodots-package-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .62em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--twodots-accent);
  box-shadow: 0 0 0 5px rgba(252, 163, 17, .14);
}

body.page-id-82113 .twodots-package-card .twodots-button {
  margin-top: auto;
  align-self: center;
  text-align: center;
  width: min(100%, 230px);
}

body.page-id-82113 .twodots-related-section {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(320px, .8fr);
  gap: 28px;
  align-items: center;
  padding: clamp(28px, 3vw, 38px);
  margin-top: 86px;
}

body.page-id-82113 .twodots-related-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.page-id-82113 .twodots-related-grid a {
  border-radius: 8px;
  min-height: 54px;
}

body.page-id-82113 .twodots-faq-list {
  display: grid;
  gap: 12px;
  max-width: 930px;
  margin: 0 auto;
}

body.page-id-82113 .twodots-faq-list details {
  padding: 18px 20px;
  border-left: 4px solid var(--twodots-accent);
}

body.page-id-82113 .twodots-faq-list summary {
  cursor: pointer;
  color: var(--twodots-ink);
  font-size: 18px;
  line-height: 1.35;
  font-weight: 800;
  list-style: none;
}

body.page-id-82113 .twodots-faq-list summary::-webkit-details-marker {
  display: none;
}

body.page-id-82113 .twodots-faq-list p {
  margin-top: 10px;
}

body.page-id-82113 .twodots-final-cta {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  display: flex;
  align-items: center;
  margin-top: 54px;
  margin-bottom: 70px;
  padding: clamp(30px, 4vw, 58px);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(3, 6, 51, .94), rgba(3, 6, 51, .78), rgba(3, 6, 51, .36)),
    url('https://twodots.gr/wp-content/uploads/2026/06/ai-bots-traffic-twodots.jpg');
  background-size: cover;
  background-position: center right;
}

body.page-id-82113 .twodots-final-cta__content {
  max-width: 760px;
  position: relative;
  z-index: 1;
}

body.page-id-82113 .twodots-final-cta h2,
body.page-id-82113 .twodots-final-cta p:not(.twodots-eyebrow) {
  color: #fff;
}

body.page-id-82113 .twodots-final-cta .twodots-eyebrow {
  color: var(--twodots-accent);
}

body.page-id-82113 .twodots-final-cta__media {
  display: none;
}

@media (max-width: 1100px) {
  body.page-id-82113 {
    --twodots-container: min(720px, calc(100vw - 40px));
    --twodots-shell: 100%;
  }

  body.page-id-82113 .twodots-service-hero {
    width: 100%;
    padding: 72px 0 58px;
  }

  body.page-id-82113 .twodots-service-hero__inner,
  body.page-id-82113 .twodots-section--split,
  body.page-id-82113 .twodots-hero-quick-panel,
  body.page-id-82113 .twodots-related-section {
    width: var(--twodots-container);
    grid-template-columns: 1fr;
  }

  body.page-id-82113 .twodots-service-hero-media {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 250px 250px;
  }

  body.page-id-82113 .twodots-service-hero-media__main {
    min-height: 518px;
  }

  body.page-id-82113 .twodots-feature-grid,
  body.page-id-82113 .twodots-package-grid,
  body.page-id-82113 .twodots-process-list,
  body.page-id-82113 .twodots-hosting-intro__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  body.page-id-82113 {
    --twodots-container: calc(100vw - 56px);
  }

  body.page-id-82113 .twodots-service-hero {
    padding: 20px 0 42px;
  }

  body.page-id-82113 .twodots-service-hero__lead {
    font-size: 17px;
  }

  body.page-id-82113 .twodots-eyebrow,
  body.page-id-82113 .twodots-panel-label {
    font-size: 16px;
  }

  body.page-id-82113 .twodots-service-hero-media,
  body.page-id-82113 .twodots-service-hero-media__side,
  body.page-id-82113 .twodots-hosting-overview__items,
  body.page-id-82113 .twodots-hosting-intro__cards,
  body.page-id-82113 .twodots-feature-grid,
  body.page-id-82113 .twodots-package-grid,
  body.page-id-82113 .twodots-process-list,
  body.page-id-82113 .twodots-related-grid {
    grid-template-columns: 1fr;
  }

  body.page-id-82113 .twodots-service-hero-media {
    grid-template-rows: none;
    min-height: 0;
  }

  body.page-id-82113 .twodots-service-hero-media__main,
  body.page-id-82113 .twodots-service-hero-media__side img {
    min-height: 260px;
    height: auto;
    aspect-ratio: 1.18 / 1;
  }

  body.page-id-82113 .twodots-hero-pills a {
    flex: 1 1 auto;
    min-height: 32px;
    padding: 8px 11px;
    font-size: 12px;
  }

  body.page-id-82113 .twodots-hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  body.page-id-82113 .twodots-button,
  body.page-id-82113 .twodots-package-card .twodots-button {
    width: 100%;
  }

  body.page-id-82113 .twodots-section {
    margin-top: 68px;
    margin-bottom: 74px;
  }

  body.page-id-82113 .twodots-hero-quick-panel {
    margin-top: 42px;
  }

  body.page-id-82113 .twodots-final-cta {
    min-height: 0;
    padding: 24px 18px;
    background:
      linear-gradient(90deg, rgba(3, 6, 51, .96), rgba(3, 6, 51, .86)),
      url('https://twodots.gr/wp-content/uploads/2026/06/ai-bots-traffic-twodots.jpg');
    background-position: center;
  }

  body.page-id-82113 .twodots-package-card__price {
    font-size: 46px;
  }
}

/* Hosting package cards aligned with shared service package component - 2026-06-19 */
body.page-id-82113 .twodots-section-header {
  display: grid;
  gap: 18px;
  margin-bottom: 28px;
}

body.page-id-82113 .twodots-section-header--center {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  justify-items: center;
}

body.page-id-82113 .twodots-section-header--center .twodots-eyebrow,
body.page-id-82113 .twodots-section-header--center > p {
  justify-self: center;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

body.page-id-82113 .twodots-section-header p:not(.twodots-eyebrow) {
  margin: 0;
  color: var(--twodots-muted);
  font-size: 17px;
  line-height: 1.7;
}

body.page-id-82113 .twodots-packages-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

body.page-id-82113 .twodots-package-card {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 28px;
  border: 1px solid var(--twodots-line);
  border-radius: 8px;
  background: #fff;
  color: var(--twodots-ink);
  box-shadow: 0 16px 40px rgba(3, 6, 51, .06);
}

body.page-id-82113 .twodots-package-card > span {
  width: auto;
  height: auto;
  min-height: 30px;
  margin: 0;
  padding: 8px 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  border: 1px solid rgba(252, 163, 17, .28);
  border-radius: 999px;
  background: rgba(252, 163, 17, .12);
  color: var(--twodots-accent-dark) !important;
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
  text-transform: none;
}

body.page-id-82113 .twodots-package-card h3 {
  margin: 0;
  color: var(--twodots-ink);
  font-size: clamp(22px, 1.55vw, 27px);
  line-height: 1.22;
  font-weight: 750;
}

body.page-id-82113 .twodots-package-card p:not(.twodots-package-price) {
  margin: 0;
  color: var(--twodots-muted);
  font-size: 15px;
  line-height: 1.68;
}

body.page-id-82113 .twodots-package-price {
  display: flex;
  align-items: baseline;
  gap: 9px;
  margin: 0;
  color: var(--twodots-ink);
  line-height: 1;
}

body.page-id-82113 .twodots-package-price span {
  margin: 0;
  color: #64748B;
  font-size: 16px;
  font-weight: 850;
}

body.page-id-82113 .twodots-package-price strong {
  color: var(--twodots-ink);
  font-size: clamp(48px, 4vw, 58px);
  font-weight: 950;
  line-height: .95;
}

body.page-id-82113 .twodots-package-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.page-id-82113 .twodots-package-card li {
  position: relative;
  padding-left: 24px;
  color: var(--twodots-muted);
  line-height: 1.55;
}

body.page-id-82113 .twodots-package-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .62em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--twodots-accent);
  box-shadow: 0 0 0 5px rgba(252, 163, 17, .14);
}

body.page-id-82113 .twodots-package-featured {
  background: var(--twodots-ink);
  color: #E5E5E5;
  border-color: var(--twodots-ink);
  box-shadow: 0 18px 48px rgba(3, 6, 51, .16);
}

body.page-id-82113 .twodots-package-featured > span {
  border-color: var(--twodots-accent);
  background: var(--twodots-accent);
  color: var(--twodots-ink) !important;
}

body.page-id-82113 .twodots-package-featured h3,
body.page-id-82113 .twodots-package-featured p:not(.twodots-package-price),
body.page-id-82113 .twodots-package-featured li {
  color: #E5E5E5;
}

body.page-id-82113 .twodots-package-featured .twodots-package-price span {
  color: rgba(229, 229, 229, .72);
}

body.page-id-82113 .twodots-package-featured .twodots-package-price strong {
  color: var(--twodots-accent);
}

body.page-id-82113 .twodots-package-card .twodots-button {
  margin-top: auto;
  align-self: center;
  width: auto;
  min-width: 0;
  text-align: center;
}

body.page-id-82113 .twodots-package-card .twodots-button--ghost {
  background: transparent;
  color: var(--twodots-ink) !important;
  border-color: rgba(3, 6, 51, .22);
  box-shadow: none;
}

body.page-id-82113 .twodots-package-card .twodots-button--ghost:hover {
  background: var(--twodots-ink);
  border-color: var(--twodots-ink);
  color: #fff !important;
}

body.page-id-82113 .twodots-package-featured .twodots-button--primary {
  background: var(--twodots-accent);
  border-color: var(--twodots-accent);
  color: var(--twodots-ink) !important;
}

@media (max-width: 1100px) {
  body.page-id-82113 .twodots-packages-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  body.page-id-82113 .twodots-package-card .twodots-button {
    align-self: stretch;
    width: 100%;
  }

  body.page-id-82113 .twodots-package-price strong {
    font-size: 46px;
  }
}

/* Package tax note */
.twodots-package-tax-note {
  max-width: 1120px;
  margin: 18px auto 0;
  color: rgba(3, 6, 51, 0.68);
  font-size: 0.95rem;
  line-height: 1.6;
  text-align: center;
}

.twodots-package-tax-note strong {
  color: #030633;
}

/* Hosting package tax note alignment */
body.page-id-82113 .twodots-packages .twodots-package-tax-note {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 26px auto 0;
  text-align: center !important;
}

/* Annual subscription pricing */
body.page-id-82113 .twodots-package-card p.twodots-package-yearly {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0;
  font-size: 15px;
  line-height: 1.68;
}

body.page-id-82113 .twodots-package-yearly > strong {
  font-size: 16px;
  font-weight: 700;
}

body.page-id-82113 .twodots-package-saving {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 3px 8px;
  border-radius: 4px;
  background: #e8f6ed;
  color: #166534;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

@media (max-width: 420px) {
  body.page-id-82113 .twodots-package-yearly {
    align-items: flex-start;
  }
}
