.aps-progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  z-index: 9999;
}

.aps-progress {
  height: 100%;
  width: 0%;
  background: black;
}

.aps-container {
  max-width: 760px;
  margin: 60px auto;
  padding: 0 20px;
}

.aps-title {
  font-size: 50px;
  font-weight: 700;
}

.aps-meta {
  font-size: 18px;
  margin-bottom: 45px;
}

.aps-container h2 {
  font-size: 2.4em;
  margin-top: 50px;
}

.aps-container h3 {
  font-size: 2em;
  margin-top:35px;
}

.aps-content p {
  text-align:justify;
}

.aps-content img.alignright {
  margin-right: -15%;
  margin-bottom:1.5em;
}

.aps-content img.alignleft {
  margin-left: -15%;
  margin-bottom:1.5em;
}

.aps-content .highlight {
  background: yellow;
  border-bottom:4px solid aliceblue;
}

/* Wide image support */
.aps-content img.aps-wide {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  display: block;
  border-radius: 0;
}

/* Prevent overflow issues on smaller screens */
@media (max-width: 768px) {
  .aps-content img.aps-wide {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}


.aps-featured-image img {
  margin-left: -15%;
  margin-right: -15%;
  width: 130%;
  max-width: 130%;
}



/* Table of Contents (Notion-style, floated right) */
.aps-table-of-contents {
  float: right;
  width: 260px;
  margin: 10px 0 20px 30px;
  padding: 16px 16px 14px;
  background: #fafafa;
  border: 1px solid #eee;
  border-radius: 0px;
  font-size: 14px;
  line-height: 1.6;
  position: initial;
  top: 80px;
}

.aps-table-of-contents strong {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #666;
  margin-bottom: 10px;
}

.aps-table-of-contents ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.aps-table-of-contents li {
  margin: 0px 0;
}

.aps-table-of-contents a {
  text-decoration: none;
  color: #333;
  display: block;
  padding: 4px 0px;
  border-radius: 0px;
  transition: background 0.15s ease, color 0.15s ease;
}

.aps-table-of-contents a:hover {
  background: #f0f0f0;
  color: #000;
}

/* Nested levels */
.aps-table-of-contents ul ul {
  margin-left: 10px;
  border-left: 1px solid #eee;
  padding-left: 10px;
}

/* Clear float for content flow */
.aps-content::after {
  content: "";
  display: table;
  clear: both;
}

/* Mobile: stack instead of float */
@media (max-width: 900px) {
  .aps-table-of-contents {
    float: none;
    width: 100%;
    margin: 20px 0;
    position: relative;
    top: 0;
  }
}


.aps-summary {
  font-size: 1.2em;
  line-height: 1.8em;
  background: yellow;
  display:inline;
  border-bottom:4px solid aliceblue;
}

.aps-summary h3 {
  display:inline;
  font-weight:normal;
  font-size:1em;
  line-height:1em;
  font-family:inherit;
}

.aps-summary p {
  display:inline;
}

.aps-summary .spacer {
  display: block;
  height: 10px;
}



.aps-whatsapp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #25D366;
  color: #ffffff;
  padding: 12px 16px;
  border-radius: 0; /* sharp, modern */
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  /*border: 1px solid rgba(0, 0, 0, 0.15);*/
  box-shadow: none;
  letter-spacing: 0.2px;
  margin-top: 20px;
  margin-bottom: 50px;
}

/* Hover (subtle, no motion) */
.aps-whatsapp-btn:hover {
  background: #22c35e;
}

/* Optional icon */
.aps-whatsapp-btn::after {
  content: "↗";
  font-size: 13px;
  opacity: 0.8;
}

/* Mobile full width */
@media (max-width: 768px) {
  .aps-whatsapp-btn {
    width: 100%;
  }
}.aps-progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  z-index: 9999;
}

.aps-progress {
  height: 100%;
  width: 0%;
  background: black;
}

.aps-container {
  max-width: 760px;
  margin: 60px auto;
  padding: 0 20px;
}

.aps-title {
  font-size: 50px;
  font-weight: 700;
}

.aps-meta {
  font-size: 18px;
  margin-bottom: 45px;
}

.aps-container h2 {
  font-size: 2.4em;
  margin-top: 50px;
}

.aps-container h3 {
  font-size: 2em;
  margin-top:35px;
}

.aps-content p {
  text-align:justify;
}

.aps-content img.alignright {
  margin-right: -15%;
  margin-bottom:1.5em;
}

.aps-content img.alignleft {
  margin-left: -15%;
  margin-bottom:1.5em;
}

.aps-content .highlight {
  background: yellow;
  border-bottom:4px solid aliceblue;
}

/* Wide image support */
.aps-content img.aps-wide {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  display: block;
  border-radius: 0;
}

/* Prevent overflow issues on smaller screens */
@media (max-width: 768px) {
  .aps-content img.aps-wide {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}


.aps-featured-image img {
  margin-left: -15%;
  margin-right: -15%;
  width: 130%;
  max-width: 130%;
}



/* Table of Contents (Notion-style, floated right) */
.aps-table-of-contents {
  float: right;
  width: 260px;
  margin: 10px 0 20px 30px;
  padding: 16px 16px 14px;
  background: #fafafa;
  border: 1px solid #eee;
  border-radius: 0px;
  font-size: 14px;
  line-height: 1.6;
  position: initial;
  top: 80px;
}

.aps-table-of-contents strong {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #666;
  margin-bottom: 10px;
}

.aps-table-of-contents ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.aps-table-of-contents li {
  margin: 0px 0;
}

.aps-table-of-contents a {
  text-decoration: none;
  color: #333;
  display: block;
  padding: 4px 0px;
  border-radius: 0px;
  transition: background 0.15s ease, color 0.15s ease;
}

.aps-table-of-contents a:hover {
  background: #f0f0f0;
  color: #000;
}

/* Nested levels */
.aps-table-of-contents ul ul {
  margin-left: 10px;
  border-left: 1px solid #eee;
  padding-left: 10px;
}

/* Clear float for content flow */
.aps-content::after {
  content: "";
  display: table;
  clear: both;
}

/* Mobile: stack instead of float */
@media (max-width: 900px) {
  .aps-table-of-contents {
    float: none;
    width: 100%;
    margin: 20px 0;
    position: relative;
    top: 0;
  }
}


.aps-summary {
  font-size: 1.2em;
  line-height: 1.8em;
  background: yellow;
  display:inline;
  border-bottom:4px solid aliceblue;
}

.aps-summary h3 {
  display:inline;
  font-weight:normal;
  font-size:1em;
  line-height:1em;
  font-family:inherit;
}

.aps-summary p {
  display:inline;
}

.aps-summary .spacer {
  display: block;
  height: 10px;
}



.aps-whatsapp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #25D366;
  color: #ffffff;
  padding: 12px 16px;
  border-radius: 0; /* sharp, modern */
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  /*border: 1px solid rgba(0, 0, 0, 0.15);*/
  box-shadow: none;
  letter-spacing: 0.2px;
  margin-top: 20px;
  margin-bottom: 50px;
}

/* Hover (subtle, no motion) */
.aps-whatsapp-btn:hover {
  background: #22c35e;
  color:#000000;
}

/* Optional icon */
.aps-whatsapp-btn::after {
  content: "↗";
  font-size: 13px;
  opacity: 0.8;
}

/* Mobile full width */
@media (max-width: 768px) {
  .aps-whatsapp-btn {
    width: 100%;
  }
}.aps-progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  z-index: 9999;
}

.aps-progress {
  height: 100%;
  width: 0%;
  background: black;
}

.aps-container {
  max-width: 760px;
  margin: 60px auto;
  padding: 0 20px;
}

.aps-title {
  font-size: 50px;
  font-weight: 700;
}

.aps-meta {
  font-size: 18px;
  margin-bottom: 45px;
}

.aps-container h2 {
  font-size: 2.4em;
  margin-top: 50px;
}

.aps-container h3 {
  font-size: 2em;
  margin-top:35px;
}

.aps-content p {
  text-align:justify;
}

.aps-content img.alignright {
  margin-right: -15%;
  margin-bottom:1.5em;
}

.aps-content img.alignleft {
  margin-left: -15%;
  margin-bottom:1.5em;
}

.aps-content .highlight {
  background: yellow;
  border-bottom:4px solid aliceblue;
}

/* Wide image support */
.aps-content img.aps-wide {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  display: block;
  border-radius: 0;
}

/* Prevent overflow issues on smaller screens */
@media (max-width: 768px) {
  .aps-content img.aps-wide {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}


.aps-featured-image img {
  margin-left: -15%;
  margin-right: -15%;
  width: 130%;
  max-width: 130%;
}



/* Table of Contents (Notion-style, floated right) */
.aps-table-of-contents {
  float: right;
  width: 260px;
  margin: 10px 0 20px 30px;
  padding: 16px 16px 14px;
  background: #fafafa;
  border: 1px solid #eee;
  border-radius: 0px;
  font-size: 14px;
  line-height: 1.6;
  position: initial;
  top: 80px;
}

.aps-table-of-contents strong {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #666;
  margin-bottom: 10px;
}

.aps-table-of-contents ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.aps-table-of-contents li {
  margin: 0px 0;
}

.aps-table-of-contents a {
  text-decoration: none;
  color: #333;
  display: block;
  padding: 4px 0px;
  border-radius: 0px;
  transition: background 0.15s ease, color 0.15s ease;
}

.aps-table-of-contents a:hover {
  background: #f0f0f0;
  color: #000;
}

/* Nested levels */
.aps-table-of-contents ul ul {
  margin-left: 10px;
  border-left: 1px solid #eee;
  padding-left: 10px;
}

/* Clear float for content flow */
.aps-content::after {
  content: "";
  display: table;
  clear: both;
}

/* Mobile: stack instead of float */
@media (max-width: 900px) {
  .aps-table-of-contents {
    float: none;
    width: 100%;
    margin: 20px 0;
    position: relative;
    top: 0;
  }
}


.aps-summary {
  font-size: 1.2em;
  line-height: 1.8em;
  background: yellow;
  display:inline;
  border-bottom:4px solid aliceblue;
}

.aps-summary h3 {
  display:inline;
  font-weight:normal;
  font-size:1em;
  line-height:1em;
  font-family:inherit;
}

.aps-summary p {
  display:inline;
}

.aps-summary .spacer {
  display: block;
  height: 10px;
}



.aps-whatsapp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #25D366;
  color: #ffffff;
  padding: 12px 16px;
  border-radius: 0; /* sharp, modern */
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  /*border: 1px solid rgba(0, 0, 0, 0.15);*/
  box-shadow: none;
  letter-spacing: 0.2px;
  margin-top: 20px;
  margin-bottom: 50px;
}

/* Hover (subtle, no motion) */
.aps-whatsapp-btn:hover {
  background: #22c35e;
  color:#000000;
  border:1px solid #000000;
}

/* Optional icon */
.aps-whatsapp-btn::after {
  content: "↗";
  font-size: 13px;
  opacity: 0.8;
}

/* Mobile full width */
@media (max-width: 768px) {
  .aps-whatsapp-btn {
    width: 100%;
  }
}.aps-progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  z-index: 9999;
}

.aps-progress {
  height: 100%;
  width: 0%;
  background: black;
}

.aps-container {
  max-width: 760px;
  margin: 60px auto;
  padding: 0 20px;
}

.aps-title {
  font-size: 50px;
  font-weight: 700;
}

.aps-meta {
  font-size: 18px;
  margin-bottom: 45px;
}

.aps-container h2 {
  font-size: 2.4em;
  margin-top: 50px;
}

.aps-container h3 {
  font-size: 2em;
  margin-top:35px;
}

.aps-content p {
  text-align:justify;
}

.aps-content img.alignright {
  margin-right: -15%;
  margin-bottom:1.5em;
}

.aps-content img.alignleft {
  margin-left: -15%;
  margin-bottom:1.5em;
}

.aps-content .highlight {
  background: yellow;
  border-bottom:4px solid aliceblue;
}

/* Wide image support */
.aps-content img.aps-wide {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  display: block;
  border-radius: 0;
}

/* Prevent overflow issues on smaller screens */
@media (max-width: 768px) {
  .aps-content img.aps-wide {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}


.aps-featured-image img {
  margin-left: -15%;
  margin-right: -15%;
  width: 130%;
  max-width: 130%;
}



/* Table of Contents (Notion-style, floated right) */
.aps-table-of-contents {
  float: right;
  width: 260px;
  margin: 10px 0 20px 30px;
  padding: 16px 16px 14px;
  background: #fafafa;
  border: 1px solid #eee;
  border-radius: 0px;
  font-size: 14px;
  line-height: 1.6;
  position: initial;
  top: 80px;
}

.aps-table-of-contents strong {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #666;
  margin-bottom: 10px;
}

.aps-table-of-contents ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.aps-table-of-contents li {
  margin: 0px 0;
}

.aps-table-of-contents a {
  text-decoration: none;
  color: #333;
  display: block;
  padding: 4px 0px;
  border-radius: 0px;
  transition: background 0.15s ease, color 0.15s ease;
}

.aps-table-of-contents a:hover {
  background: #f0f0f0;
  color: #000;
}

/* Nested levels */
.aps-table-of-contents ul ul {
  margin-left: 10px;
  border-left: 1px solid #eee;
  padding-left: 10px;
}

/* Clear float for content flow */
.aps-content::after {
  content: "";
  display: table;
  clear: both;
}

/* Mobile: stack instead of float */
@media (max-width: 900px) {
  .aps-table-of-contents {
    float: none;
    width: 100%;
    margin: 20px 0;
    position: relative;
    top: 0;
  }
}


.aps-summary {
  font-size: 1.2em;
  line-height: 1.8em;
  background: yellow;
  display:inline;
  border-bottom:4px solid aliceblue;
}

.aps-summary h3 {
  display:inline;
  font-weight:normal;
  font-size:1em;
  line-height:1em;
  font-family:inherit;
}

.aps-summary p {
  display:inline;
}

.aps-summary .spacer {
  display: block;
  height: 10px;
}



.aps-whatsapp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #25D366;
  color: #ffffff;
  padding: 12px 16px;
  border-radius: 0; /* sharp, modern */
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  /*border: 1px solid rgba(0, 0, 0, 0.15);*/
  box-shadow: none;
  letter-spacing: 0.2px;
  margin-top: 25px;
  margin-bottom: 50px;
  border:1px solid #25D366;
}

/* Hover (subtle, no motion) */
.aps-whatsapp-btn:hover {
  background: #22c35e;
  color:#000000;
  border:1px solid #000000;
}

/* Optional icon */
.aps-whatsapp-btn::after {
  content: "↗";
  font-size: 13px;
  opacity: 0.8;
}

/* Mobile full width */
@media (max-width: 768px) {
  .aps-whatsapp-btn {
    width: 100%;
  }
}