.swedish-main-section {
  position: relative;
  padding: 60px 0;
  margin: 0;
}

.swedish-main-title {
  color: #121820;
  position: relative;
  z-index: 2;
  font-size: 40px;
  font-weight: 700;
}

.swedish-large-letter {
  font-size: 12em;
  font-weight: 300;
  color: #e0e0e0;
  position: absolute;
  left: 0;
  right: auto;
  top: 50%;
  transform: translateY(-50%);
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
  text-transform: uppercase;
  z-index: -1;
  -webkit-text-fill-color: initial;
  font-family: "Karla";
}

.swedish-label-style {
  display: inline-block;
  background-color: #222222;
  color: #ffffff;
  padding: 9px 12px 8px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1;
}

.swedish-label-style:hover {
  opacity: 0.9;
}

.swedish-date {
  color: #444444;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 500;
}

.two-takes-breadcrumbs {
  margin-top: 1.5rem;
}

.two-takes-hero-wrap {
  margin-top: 2.5rem;
}

.two-takes-hero {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px;
  align-items: stretch;
  padding: 48px;
  border-radius: 24px;
  background: linear-gradient(135deg, #0b1220 0%, #1a2235 45%, #111827 100%);
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.two-takes-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(13, 177, 181, 0.18), transparent 55%),
    radial-gradient(circle at bottom left, rgba(209, 213, 219, 0.12), transparent 45%);
  z-index: 0;
}

.two-takes-hero-media {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 40px 70px -45px rgba(15, 23, 42, 0.8);
  z-index: 1;
  background: rgba(17, 24, 39, 0.7);
  aspect-ratio: 3 / 2;
  max-height: 360px;
}
.two-takes-hero-media img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}
.two-takes-hero-placeholder {
  min-height: 100%;
  display: grid;
  place-items: center;
  color: rgba(226, 232, 240, 0.9);
  font-size: clamp(1.5rem, 3vw, 2.75rem);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 700;
  padding: 3.5rem 2rem;
}
.two-takes-hero-caption {
  margin: 0;
  padding: 14px 18px;
  font-size: 14px;
  color: rgba(226, 232, 240, 0.78);
  background: linear-gradient(90deg, rgba(15, 23, 42, 0.8), rgba(30, 41, 59, 0.35));
  position: absolute;
  inset: auto 0 0 0;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}

.two-takes-hero-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #f8fafc;
  z-index: 1;
}
.two-takes-hero-topline {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.two-takes-hero-pill {
  align-self: flex-start;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.3em;
  font-weight: 700;
  padding: 0.5rem 1.35rem;
  border-radius: 99px;
  background: rgba(13, 177, 181, 0.15);
  border: 1px solid rgba(148, 189, 191, 0.3);
  color: #8be3e7;
}
.two-takes-hero-stance-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0.55rem 1.1rem;
  border-radius: 999px;
  background: rgba(99, 102, 241, 0.18);
  border: 1px solid rgba(99, 102, 241, 0.35);
  color: #c7d2fe;
  font-weight: 600;
  font-size: 0.82rem;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.two-takes-hero-stance-button:hover {
  color: #e0e7ff;
  border-color: rgba(99, 102, 241, 0.6);
  background: rgba(99, 102, 241, 0.3);
}
.two-takes-hero-title {
  font-size: clamp(2.15rem, 4vw, 3.4rem);
  font-weight: 800;
  line-height: 1.1;
  margin: 0;
  color: #f8fafc;
}
.two-takes-hero-meta {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 24px;
  padding: 20px 24px;
  border-radius: 18px;
  background: rgba(15, 23, 42, 0.38);
  border: 1px solid rgba(148, 163, 184, 0.18);
  box-shadow: inset 0 1px 0 rgba(248, 250, 252, 0.05);
}
.two-takes-meta-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.two-takes-meta-label {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(203, 213, 225, 0.9);
}
.two-takes-meta-value {
  font-size: 1.05rem;
  font-weight: 600;
  color: #f8fafc;
}
.two-takes-meta-link {
  align-self: flex-start;
  padding: 0.4rem 0.85rem;
  border-radius: 10px;
  background: rgba(13, 177, 181, 0.22);
  color: #67e8f9;
  font-size: 0.78rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  border: 1px solid rgba(13, 177, 181, 0.35);
}
.two-takes-meta-link:hover {
  color: #cffafe;
  border-color: rgba(13, 177, 181, 0.6);
  background: rgba(13, 177, 181, 0.35);
}
.two-takes-meta-hint {
  font-size: 0.78rem;
  line-height: 1.4;
  color: rgba(226, 232, 240, 0.72);
}

.two-takes-content {
  width: 100%;
}
.two-takes-content figure {
  margin: 0 0 2.5rem;
}

.two-takes-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
  margin-top: 24px;
}

.two-takes-panel {
  background-color: #ffffff;
  border: 1px solid #d8def0;
  border-radius: 20px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  box-shadow: 0 30px 55px -35px rgba(15, 23, 42, 0.45);
  position: relative;
  border-top: 6px solid transparent;
}

.two-takes-panel--techi {
  background: linear-gradient(180deg, #fff4f3 0%, #ffffff 85%);
  border-color: #f97316;
}

.two-takes-panel--opponent {
  background: linear-gradient(180deg, #eef4ff 0%, #ffffff 85%);
  border-color: #2563eb;
}

.two-takes-panel-header {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.two-takes-author-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.two-takes-author-avatar-link {
  display: inline-flex;
  border-radius: 50%;
  overflow: hidden;
}
.two-takes-author-avatar {
  border-radius: 50%;
  width: 64px;
  height: 64px;
  object-fit: cover;
}
.two-takes-author-meta-text {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.two-takes-source-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.two-takes-source-favicon {
  display: inline-flex;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 10px 22px -15px rgba(17, 24, 39, 0.45);
}
.two-takes-source-favicon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.two-takes-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #111827;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 12px;
  font-weight: 700;
  padding: 7px 14px 6px;
  border-radius: 999px;
  width: fit-content;
}

.two-takes-badge--secondary {
  background: #0db1b5;
}

.two-takes-author {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  color: #5c6b8d;
  margin: 0;
}

.two-takes-panel-body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 14px;
  padding: 20px 22px;
}

.two-takes-panel--techi .two-takes-panel-body {
  background: rgba(255, 237, 233, 0.6);
  box-shadow: inset 0 1px 0 rgba(249, 115, 22, 0.12);
}

.two-takes-panel--opponent .two-takes-panel-body {
  background: rgba(226, 232, 240, 0.55);
  box-shadow: inset 0 1px 0 rgba(37, 99, 235, 0.12);
}

.two-takes-panel-body--opponent {
  padding-top: 8px;
}
.two-takes-panel-link {
  align-self: flex-start;
  margin-top: 4px;
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 600;
  text-decoration: none;
  background: rgba(13, 177, 181, 0.15);
  border: 1px solid rgba(13, 177, 181, 0.35);
  color: #0f766e;
  transition: all 0.2s ease-in-out;
}
.two-takes-panel-link:hover {
  color: #0d5b57;
  border-color: rgba(13, 177, 181, 0.55);
}
.two-takes-panel-meta {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}
.two-takes-panel-meta li {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.two-takes-panel-meta-label {
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #64748b;
}
.two-takes-panel-meta-value {
  font-size: 0.9rem;
  font-weight: 600;
  color: #0f172a;
}
.two-takes-panel-meta {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}
.two-takes-panel-meta li {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.two-takes-panel-meta-label {
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #64748b;
}
.two-takes-panel-meta-value {
  font-size: 0.9rem;
  font-weight: 600;
  color: #0f172a;
}
.two-takes-chip-stack {
  display: flex;
  gap: 12px;
  margin: 24px 0;
}
.two-takes-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.two-takes-chip-row--timeline {
  align-items: center;
  gap: 16px;
}
.two-takes-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0.55rem 1.1rem;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 600;
  text-decoration: none;
  color: inherit;
  transition: all 0.2s ease-in-out;
  border: 1px solid transparent;
  flex-wrap: wrap;
}
.two-takes-chip-text {
  white-space: normal;
}
.two-takes-chip-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.12);
  border: 1px solid rgba(15, 23, 42, 0.18);
  color: #0f172a;
  font-size: 0.75rem;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  font-weight: 600;
}
.two-takes-chip-link:hover {
  background: rgba(15, 23, 42, 0.22);
  border-color: rgba(15, 23, 42, 0.35);
}
.two-takes-chip-link--external {
  background: rgba(13, 177, 181, 0.18);
  border-color: rgba(13, 177, 181, 0.35);
  color: #0f766e;
}
.two-takes-chip-link--external:hover {
  color: #0d5b57;
  border-color: rgba(13, 177, 181, 0.55);
}
.two-takes-chip-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 0 4px currentColor;
  opacity: 0.55;
}
.two-takes-chip--source {
  background: rgba(249, 115, 22, 0.12);
  color: #c2410c;
  border-color: rgba(249, 115, 22, 0.25);
}
.two-takes-chip--source:hover {
  color: #9a3412;
  border-color: rgba(249, 115, 22, 0.45);
}
.two-takes-chip--external {
  background: rgba(13, 177, 181, 0.12);
  color: #0f766e;
  border-color: rgba(13, 177, 181, 0.3);
}
.two-takes-chip--external:hover {
  color: #0d5b57;
  border-color: rgba(13, 177, 181, 0.55);
}
.two-takes-chip--published {
  margin-left: auto;
  background: rgba(148, 163, 184, 0.18);
  color: #1f2937;
  border-color: rgba(148, 163, 184, 0.35);
}
.two-takes-chip--updated {
  margin-left: 8px;
  background: rgba(99, 102, 241, 0.16);
  color: #3730a3;
  border-color: rgba(99, 102, 241, 0.32);
}
.two-takes-chip--updated:hover {
  color: #312e81;
  border-color: rgba(99, 102, 241, 0.5);
}
.two-takes-chip-row--timeline .two-takes-chip {
  font-size: 0.8rem;
}

.two-takes-stance-section {
  margin-top: 48px;
}
.two-takes-stance-card {
  position: relative;
  padding: 36px;
  border-radius: 24px;
  background: radial-gradient(circle at top left, rgba(59, 130, 246, 0.25), transparent 55%),
    radial-gradient(circle at bottom right, rgba(13, 148, 136, 0.18), transparent 45%),
    linear-gradient(145deg, rgba(15, 23, 42, 0.92), rgba(30, 41, 59, 0.82));
  border: 1px solid rgba(59, 130, 246, 0.25);
  box-shadow: 0 32px 64px -40px rgba(15, 23, 42, 0.8);
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: #e2e8f0;
  overflow: hidden;
}
.two-takes-stance-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(120deg, rgba(59, 130, 246, 0.18), transparent 40%),
    linear-gradient(300deg, rgba(16, 185, 129, 0.15), transparent 50%);
  opacity: 0.85;
}
.two-takes-stance-card::after {
  content: "";
  position: absolute;
  top: -40px;
  right: -60px;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(96, 165, 250, 0.35), transparent 65%);
  transform: rotate(25deg);
  pointer-events: none;
}
.two-takes-stance-card > * {
  position: relative;
  z-index: 1;
}
.two-takes-stance-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  background: rgba(148, 163, 184, 0.18);
  color: #e2e8f0;
}
.two-takes-stance-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 0 4px rgba(148, 163, 184, 0.3);
}
.two-takes-stance-badge.two-takes-stance--support {
  background: rgba(74, 222, 128, 0.2);
  color: #22c55e;
}
.two-takes-stance-badge.two-takes-stance--support .two-takes-stance-dot {
  box-shadow: 0 0 0 4px rgba(74, 222, 128, 0.3);
}
.two-takes-stance-badge.two-takes-stance--challenge {
  background: rgba(248, 113, 113, 0.24);
  color: #ef4444;
}
.two-takes-stance-badge.two-takes-stance--challenge .two-takes-stance-dot {
  box-shadow: 0 0 0 4px rgba(248, 113, 113, 0.32);
}
.two-takes-stance-badge.two-takes-stance--neutral {
  background: rgba(59, 130, 246, 0.22);
  color: #60a5fa;
}
.two-takes-stance-badge.two-takes-stance--neutral .two-takes-stance-dot {
  box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.28);
}
.two-takes-stance-copy {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.75;
  color: rgba(248, 250, 252, 0.95);
}
.two-takes-stance-footnote {
  margin: 0;
  font-size: 0.82rem;
  color: rgba(226, 232, 240, 0.78);
}

.two-takes-panel--techi .two-takes-post-content p {
  color: #3b0d0c;
}

.two-takes-panel--opponent .two-takes-post-content p,
.two-takes-panel--opponent .two-takes-panel-body--opponent {
  color: #1e2a44;
}

.two-takes-quote blockquote {
  margin: 0;
}

.two-takes-placeholder {
  font-size: 16px;
  color: #5c6b8d;
  font-style: italic;
}

.two-takes-post-content p a {
  color: var(--link-color);
  transition: all 0.2s ease-in-out;
}

.two-takes-post-content p a:hover {
  color: var(--link-hover-color);
}

.two-takes-post-content > p {
  font-size: 18px;
  line-height: 32.4px;
  font-weight: 400;
  color: #111827;
}

.techi-two-takes-single blockquote {
  padding: 0;
  position: relative;
  border-left: none;
  margin: 40px 5% 38px;
  font-style: italic;
  text-align: center;
  border-top: 1px solid #ccc;
  padding-top: 30px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}
.techi-two-takes-single blockquote::before {
  content: "";
  position: absolute;
  background-image: url("/wp-content/uploads/2025/04/quoted.png");
  top: 1px;
  left: 0px;
  width: 70px;
  height: 80px;
  background-repeat: no-repeat;
  background-size: contain;
}
.techi-two-takes-single blockquote p {
  font-size: 18px;
  line-height: 1.4;
  font-style: normal;
  font-weight: 600;
  text-transform: none;
  color: #201d48;
  text-align: left;
  padding-left: 100px;
}

.swedish-paragraph-content {
  font-size: 18px;
  line-height: 1.8rem;
  color: #111827;
}

.swedish-article-content {
  font-size: 1.244em;
  font-weight: 600;
  color: #111827;
  margin: 40px 5% 38px;
}

.note-box {
  background-color: #ededed;
  padding: 15px;
  font-size: 14px;
  line-height: 24px;
  border-bottom: 1px solid #cfcfea;
}

.note-box p {
  margin: 0;
}

.swedish-source-btn {
  border: 4px solid #0db1b5;
  color: #0db1b5;
  font-weight: bold;
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin: 0 auto;
  margin-top: 1rem;
  padding: 0px 24px;
  background-color: transparent;
  width: fit-content;
  border-radius: 3px;
  transition: all 0.2s ease-in-out;
  line-height: 39px;
  text-decoration: none;
}

.swedish-source-btn i {
  color: #0db1b5;
  transition: all 0.2s ease-in-out;
}

.swedish-source-btn:hover {
  border-color: black;
  color: black;
}

.swedish-source-btn:hover i {
  color: black;
}

.source-btn-icon {
  color: black;
}

.input-box {
  padding: 20px;
  border: 1px Solid #cfcfea;
  margin-bottom: 40px;
  border-radius: 6px;
}

.swedish-form-control {
  height: 56px;
  width: 100%;
  border: 1px Solid #cfcfea;
  border-radius: 5px;
}

.input-box p {
  color: #5c6b8d;
  font-size: 16px !important;
  line-height: 1.5rem !important;
}

.input-box h5 {
  color: #0db1b5;
  font-weight: bold;
}
@media screen and (max-width: 1199px) {
  .two-takes-hero {
    gap: 36px;
    padding: 40px;
  }
  .two-takes-layout {
    gap: 24px;
  }
}
@media screen and (max-width: 991px) {
  .two-takes-hero {
    grid-template-columns: 1fr;
    padding: 32px;
  }
  .two-takes-hero-media {
    max-height: 320px;
  }
  .two-takes-hero-meta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
  .two-takes-meta-item--stance {
    border-right: none;
    padding-right: 0;
  }
  .two-takes-layout {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 991px) {
  .techi-two-takes-single blockquote p {
    padding-left: 60px;
  }
  .techi-two-takes-single blockquote::before {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 768px) {
  .techi-two-takes-single blockquote p {
    padding-left: 0;
    padding-top: 16px;
  }
}
@media screen and (max-width: 557px) {
  .two-takes-hero {
    padding: 26px;
  }
  .two-takes-hero-meta {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .two-takes-meta-item--stance {
    border-right: none;
    padding-right: 0;
  }
  .two-takes-chip-row {
    gap: 10px;
  }
  .two-takes-chip {
    width: 100%;
    justify-content: flex-start;
  }
  .swedish-main-title {
    font-size: 30px;
  }
  .two-takes-post-content > p {
    font-size: 16px;
    line-height: 24px;
  }
  .techi-two-takes-single blockquote p {
    font-size: 16px;
    line-height: 24px;
  }
}

.two-takes-hero-media {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 40px 70px -45px rgba(15, 23, 42, 0.8);
  z-index: 1;
  background: rgba(17, 24, 39, 0.7);
  aspect-ratio: 3 / 2;
  max-height: 460px;
}

time[datetime], .date-time, .post-date {
  color: #6ebfff !important;
  font-weight: var(--font-weight-medium);
}