/* Muğla Hukuki İşlem Atlası */

.work-area-detail-page .process-atlas {
  margin: 72px 0 26px;
  padding: 42px;
  border-top: 3px solid var(--cinema-brass);
  background: var(--cinema-white);
  box-shadow: 0 20px 48px rgba(24, 29, 27, 0.09);
}

.work-area-detail-page .detail-main .process-atlas h2 {
  margin: 12px 0 16px;
  padding: 0;
  font-size: clamp(30px, 3.2vw, 42px);
}

.work-area-detail-page .detail-main .process-atlas h2::before,
.work-area-detail-page .detail-main .process-atlas h2::after {
  display: none;
}

.process-atlas-header > p:not(.eyebrow) {
  max-width: 760px;
  margin: 0;
}

.work-area-detail-page .detail-main .process-atlas-local-fact {
  margin-top: 22px;
  padding: 18px 20px;
  border-left: 2px solid var(--cinema-brass);
  color: #37413c;
  background: #f3efe5;
  font-size: 16px;
  line-height: 1.65;
}

.process-atlas-passport {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 26px 0 0;
  border: 1px solid rgba(33, 38, 36, 0.16);
}

.process-atlas-passport > div {
  min-width: 0;
  padding: 15px 17px;
  border-right: 1px solid rgba(33, 38, 36, 0.16);
}

.process-atlas-passport > div:last-child {
  border-right: 0;
}

.process-atlas-passport dt,
.process-atlas-passport dd {
  margin: 0;
}

.process-atlas-passport dt {
  color: #77746c;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.process-atlas-passport dd {
  margin-top: 5px;
  color: var(--navy);
  font-size: 14px;
  font-weight: 700;
}

.process-atlas-filter {
  margin: 34px 0 20px;
  padding: 22px;
  color: var(--cinema-white);
  background: var(--cinema-charcoal);
}

.process-atlas-filter label {
  display: block;
  margin-bottom: 10px;
  color: var(--cinema-white);
  font-size: 14px;
  font-weight: 700;
}

.process-atlas-filter > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.process-atlas-filter select,
.process-atlas-filter button {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 0;
  font: inherit;
}

.process-atlas-filter select {
  padding: 0 42px 0 14px;
  color: #1f2925;
  background: #fffef9;
}

.process-atlas-filter button {
  width: auto;
  padding: 0 18px;
  color: var(--cinema-white);
  background: transparent;
  cursor: pointer;
}

.process-atlas-filter button:hover,
.process-atlas-filter button:focus-visible {
  border-color: var(--cinema-brass-light);
  color: var(--cinema-brass-light);
}

.work-area-detail-page .detail-main .process-atlas-filter > p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.45;
}

.process-atlas-list {
  display: grid;
  border-top: 1px solid rgba(33, 38, 36, 0.2);
}

.process-atlas-card {
  border-bottom: 1px solid rgba(33, 38, 36, 0.2);
}

.process-atlas-card[hidden] {
  display: none;
}

.process-atlas-card > summary {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 34px;
  gap: 16px;
  align-items: center;
  min-height: 96px;
  padding: 16px 4px;
  color: var(--navy);
  cursor: pointer;
  list-style: none;
}

.process-atlas-card > summary::-webkit-details-marker {
  display: none;
}

.process-atlas-card > summary:focus-visible {
  outline: 2px solid var(--cinema-brass-dark);
  outline-offset: 3px;
}

.process-atlas-number {
  color: var(--cinema-brass-dark);
  font-family: var(--cinema-serif);
  font-size: 17px;
}

.process-atlas-summary-copy {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.process-atlas-summary-copy > span {
  color: #77746c;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.process-atlas-summary-copy strong {
  color: var(--navy);
  font-family: var(--cinema-serif);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.25;
}

.process-atlas-toggle {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid rgba(33, 38, 36, 0.24);
  color: var(--cinema-forest);
  font-size: 21px;
  line-height: 1;
  transition: transform 180ms ease;
}

.process-atlas-card[open] .process-atlas-toggle {
  transform: rotate(45deg);
}

.process-atlas-card-body {
  padding: 4px 4px 34px 62px;
}

.work-area-detail-page .detail-main .process-atlas-answer {
  margin: 0 0 24px;
  color: #28332e;
  font-family: var(--cinema-serif);
  font-size: 20px;
  line-height: 1.55;
}

.process-atlas-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  border-top: 1px solid rgba(33, 38, 36, 0.16);
  border-left: 1px solid rgba(33, 38, 36, 0.16);
}

.process-atlas-facts > div {
  min-width: 0;
  padding: 18px;
  border-right: 1px solid rgba(33, 38, 36, 0.16);
  border-bottom: 1px solid rgba(33, 38, 36, 0.16);
}

.process-atlas-facts dt,
.process-atlas-facts dd {
  margin: 0;
}

.process-atlas-facts dt {
  color: var(--cinema-forest);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.process-atlas-facts dd {
  margin-top: 8px;
  color: #444b47;
  font-size: 15px;
  line-height: 1.6;
}

.process-atlas-documents {
  margin-top: 24px;
  padding: 22px 24px;
  background: #f3efe5;
}

.work-area-detail-page .detail-main .process-atlas-documents h4 {
  margin: 0 0 12px;
  color: var(--navy);
  font-family: var(--cinema-serif);
  font-size: 20px;
}

.work-area-detail-page .detail-main .process-atlas-documents ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 28px;
  margin: 0;
  padding-left: 20px;
}

.work-area-detail-page .detail-main .process-atlas-documents li {
  margin: 0;
  color: #4a4e49;
  font-size: 14px;
  line-height: 1.55;
}

.process-atlas-links {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 22px;
  align-items: start;
  margin-top: 22px;
}

.process-atlas-protocol {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 15px;
  color: var(--cinema-white);
  background: var(--cinema-forest);
  font-weight: 700;
  text-decoration: none;
}

.process-atlas-protocol:hover,
.process-atlas-protocol:focus-visible {
  color: #fff;
  background: #23483e;
}

.process-atlas-protocol svg,
.process-atlas-footer a svg {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
}

.process-atlas-sources {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.process-atlas-sources > span {
  color: #77746c;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.process-atlas-sources a {
  overflow-wrap: anywhere;
  color: var(--cinema-forest);
  font-size: 13px;
  line-height: 1.45;
}

.process-atlas-source {
  display: grid;
  gap: 4px;
  padding: 10px 0;
  border-top: 1px solid rgba(33, 38, 36, 0.12);
}

.process-atlas-source:first-of-type {
  border-top: 0;
}

.process-atlas-source > a:first-child {
  font-weight: 700;
}

.process-atlas-source small {
  color: #696d69;
  font-size: 11px;
  line-height: 1.5;
}

.process-atlas-source .process-atlas-correction {
  width: fit-content;
  color: #6d542c;
  font-size: 11px;
  font-weight: 650;
}

.process-atlas-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid rgba(33, 38, 36, 0.18);
}

.work-area-detail-page .detail-main .process-atlas-footer p {
  margin: 0;
  color: #666a65;
  font-size: 13px;
  line-height: 1.55;
}

.process-atlas-footer a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--cinema-forest);
  font-size: 13px;
  font-weight: 750;
}

@media (max-width: 850px) {
  .work-area-detail-page .process-atlas {
    margin-top: 58px;
    padding: 34px;
  }

  .process-atlas-card-body {
    padding-left: 4px;
  }

  .process-atlas-links,
  .process-atlas-footer {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .work-area-detail-page .process-atlas {
    margin-right: -2px;
    margin-left: -2px;
    padding: 26px 20px;
  }

  .work-area-detail-page .detail-main .process-atlas h2 {
    font-size: 30px;
    overflow-wrap: anywhere;
  }

  .process-atlas-passport,
  .process-atlas-facts,
  .work-area-detail-page .detail-main .process-atlas-documents ul {
    grid-template-columns: 1fr;
  }

  .process-atlas-passport > div {
    border-right: 0;
    border-bottom: 1px solid rgba(33, 38, 36, 0.16);
  }

  .process-atlas-passport > div:last-child {
    border-bottom: 0;
  }

  .process-atlas-filter {
    padding: 18px;
  }

  .process-atlas-filter > div {
    grid-template-columns: 1fr;
  }

  .process-atlas-filter button {
    width: 100%;
  }

  .process-atlas-card > summary {
    grid-template-columns: 34px minmax(0, 1fr) 30px;
    gap: 10px;
    min-height: 88px;
  }

  .process-atlas-summary-copy strong {
    font-size: 19px;
    overflow-wrap: anywhere;
  }

  .process-atlas-toggle {
    width: 28px;
    height: 28px;
  }

  .process-atlas-card-body {
    padding-bottom: 28px;
  }

  .work-area-detail-page .detail-main .process-atlas-answer {
    font-size: 18px;
  }

  .process-atlas-facts > div,
  .process-atlas-documents {
    padding: 16px;
  }

  .process-atlas-protocol {
    width: 100%;
  }
}


.citation-anchor-card {
  margin: 30px 0 4px;
  padding: 28px;
  border: 1px solid rgba(140, 106, 49, 0.28);
  border-left: 4px solid var(--cinema-brass);
  background: #f8f3e8;
}

.citation-anchor-card > div > p:last-child {
  max-width: 760px;
  margin-bottom: 22px;
}

.citation-anchor-card dl,
.source-identity-card dl,
.source-anchor-grid dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  background: rgba(23, 61, 53, 0.13);
}

.citation-anchor-card dl > div,
.source-identity-card dl > div,
.source-anchor-grid dl > div {
  min-width: 0;
  padding: 14px 16px;
  background: #fffef9;
}

.citation-anchor-card dt,
.source-identity-card dt,
.source-anchor-grid dt {
  margin-bottom: 5px;
  color: #80683f;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.citation-anchor-card dd,
.source-identity-card dd,
.source-anchor-grid dd {
  min-width: 0;
  margin: 0;
  color: #2f403b;
  font-size: 12px;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.citation-anchor-card > p:last-child {
  margin: 20px 0 0;
}

.citation-anchor-card a,
.source-profile-page a {
  overflow-wrap: anywhere;
}

.source-profile-page {
  background: #f3f0e8;
}

.source-profile-page .page-hero {
  background:
    radial-gradient(circle at 82% 18%, rgba(201, 165, 103, 0.2), transparent 25rem),
    linear-gradient(128deg, #101817, #173d35 64%, #0b0d0d);
}

.source-profile-section {
  padding-top: 62px;
  padding-bottom: 84px;
}

.source-profile-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 34px;
  align-items: start;
}

.source-profile-main,
.source-profile-aside > section {
  min-width: 0;
  border: 1px solid rgba(23, 61, 53, 0.13);
  background: #fffef9;
  box-shadow: 0 24px 70px rgba(17, 30, 27, 0.06);
}

.source-profile-main {
  padding: clamp(28px, 5vw, 54px);
}

.source-profile-main h2,
.source-profile-main h3,
.source-profile-aside h2 {
  color: #17201e;
  font-family: var(--cinema-serif);
  font-weight: 500;
}

.source-profile-main h2 {
  margin: 0 0 18px;
  font-size: clamp(28px, 4vw, 41px);
  line-height: 1.13;
}

.source-profile-main p,
.source-profile-main li,
.source-profile-aside li,
.source-profile-aside a {
  color: #4d5954;
  font-size: 14px;
  line-height: 1.7;
}

.source-identity-card,
.source-local-entity-card,
.source-method-card,
.source-anchor-section {
  padding-bottom: 42px;
}

.source-identity-card > p:not(.eyebrow) {
  max-width: 780px;
  font-size: 17px;
}

.source-method-card {
  padding-top: 42px;
  border-top: 1px solid rgba(23, 61, 53, 0.13);
}

.source-local-entity-card {
  padding-top: 42px;
  border-top: 1px solid rgba(23, 61, 53, 0.13);
}

.source-local-entity-card > p:not(.eyebrow) {
  max-width: 780px;
  font-size: 16px;
}

.source-record-list {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.source-record-list li {
  display: grid;
  grid-template-columns: minmax(110px, 0.35fr) minmax(0, 1fr);
  gap: 8px 18px;
  padding: 16px;
  border: 1px solid rgba(23, 61, 53, 0.13);
  background: #faf8f2;
}

.source-record-list strong,
.source-record-list span,
.source-record-list a {
  min-width: 0;
}

.source-record-list a {
  color: #285a4b;
  font-weight: 750;
}

.source-method-card ol {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding-left: 22px;
}

.source-anchor-section {
  padding-top: 42px;
  border-top: 1px solid rgba(23, 61, 53, 0.13);
}

.source-anchor-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.source-anchor-grid > article {
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 24px;
  border: 1px solid rgba(23, 61, 53, 0.14);
  background: #faf8f2;
}

.source-anchor-grid > article > span {
  color: #9a763d;
  font-family: var(--cinema-serif);
  font-size: 27px;
}

.source-anchor-grid h3 {
  margin: 14px 0;
  font-size: 24px;
  line-height: 1.2;
}

.source-anchor-grid h3 a {
  color: #1f3932;
}

.source-anchor-grid > article > p {
  flex: 1;
}

.source-anchor-grid dl {
  margin: 14px 0 18px;
}

.source-anchor-link {
  color: #285a4b;
  font-size: 12px;
  font-weight: 850;
}

.source-anchor-link svg {
  width: 16px;
  vertical-align: middle;
}

.source-profile-aside {
  position: sticky;
  top: 24px;
  display: grid;
  gap: 14px;
}

.source-profile-aside > section {
  padding: 25px;
}

.source-profile-aside h2 {
  margin: 7px 0 16px;
  font-size: 27px;
}

.source-profile-aside ul {
  display: grid;
  gap: 1px;
  margin: 0;
  padding: 0;
  list-style: none;
  background: rgba(23, 61, 53, 0.12);
}

.source-profile-aside li a,
.source-machine-card > a {
  display: block;
  padding: 13px 14px;
  color: #285a4b;
  background: #faf8f2;
}

.source-profile-aside li a svg {
  width: 15px;
  vertical-align: middle;
}

.source-machine-card {
  display: grid;
  gap: 1px;
  background: #f7f1e5 !important;
}

@media (max-width: 980px) {
  .source-profile-layout {
    grid-template-columns: 1fr;
  }

  .source-profile-aside {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .source-profile-section {
    padding-top: 34px;
    padding-bottom: 58px;
  }

  .source-profile-main {
    padding: 25px 21px;
  }

  .source-anchor-grid,
  .source-profile-aside {
    grid-template-columns: 1fr;
  }

  .source-anchor-grid > article,
  .source-profile-aside > section {
    padding: 21px;
  }

  .source-record-list li {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .citation-anchor-card {
    padding: 22px 18px;
  }

  .citation-anchor-card dl,
  .source-identity-card dl,
  .source-anchor-grid dl {
    grid-template-columns: 1fr;
  }
}
