.g-main-blogs-main-container {
  max-width: 1600px;
  margin: auto;
  padding: 80px 15px;
}
.g-main-blogs-layout {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 30px;
  margin-top: 40px;
}
.g-main-blogs-card-img {
  width: 450px !important;
  height: 250px;
  object-fit: cover;
  border-radius: 14px;
}
.g-main-blogs-card {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  padding: 20px;
  border: 1px solid #ebebeb;
  border-radius: 24px;
  background-color: #f7f7f7;
  transition: 0.3s ease-in-out;
}
.g-main-blogs-card:hover {
  box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
  transform: translatey(-8px);
  transition: 0.3s ease-in-out;
  border-color: #ccc;
}
.g-main-blogs-card-content-div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.g-main-blogs-card-time {
  display: flex;
  align-items: baseline;
  gap: 12px;
  color: #7a7a7a;
  font-weight: 400 !important;
  font-family: "Poppins", sans-serif !important;
}
.g-main-blogs-card-title {
  font-family: "Poppins" !important;
  text-transform: capitalize !important;
  font-weight: 600 !important;
  font-size: 20px !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.g-main-blogs-card-desc {
  font-family: "Poppins" !important;
  font-weight: 400 !important;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.g-main-blogs-card-footer {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
}
.g-tutorial-main-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.g-main-blogs-card-link {
  display: inline-block;
  background-color: var(--secondary-color);
  color: #fff !important;
  padding: 5px 15px !important;
  font-weight: 500 !important;
  font-family: "Poppins" !important;
  border-radius: 15px;
  transition: 0.3s ease-in-out;
}
.g-main-blogs-card-link:hover {
  background-color: #000;
  transition: 0.3s ease-in-out;
}
.g-main-blogs-main-title {
  font-family: "Poppins" !important;
  filter: drop-shadow(0 0 0 black) !important;
  font-size: 30px !important;
  display: flex;
  align-items: center;
  gap: 20px;
  border-bottom: 5px solid #5ca0e9;
  padding-bottom: 20px;
}
.g-main-blogs-main-title-img {
  width: 45px;
}
@media screen and (max-width: 1790px) {
  .g-main-blogs-card {
    grid-template-columns: repeat(1, 1fr);
  }
  .g-main-blogs-card-img {
    width: 100%;
  }
  .g-main-blogs-card-content-div {
    align-items: center;
    text-align: center;
  }
  .g-main-blogs-card-footer {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 800px) {
  .g-main-blogs-layout {
    grid-template-columns: repeat(1, 1fr);
  }
  .g-main-blogs-card-img {
    width: 100% !important;
    height: 180px;
  }
  .g-main-blogs-tags-wrapper {
    max-width: 100% !important;
  }
  .g-main-blogs-tags {
    animation: none !important;
    margin-bottom: 10px;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
  }
  .blogs-page {
    padding: 100px 50px 20px;
  }
}
.g-main-blogs-main-categories-main-container {
  max-width: 1600px;
  margin: auto;
  padding: 80px 15px 0 15px;
}
.g-main-blogs-main-categories-img {
  width: 50px;
}
.g-main-blogs-main-categories-main-layout {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}
.g-main-blogs-landingpage-layout {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  align-items: center;
}
.g-main-blogs-landingpage-section {
  background-color: var(--dark-color-seven);
  height: 200px;
  display: flex;
  width: 100%;
  align-items: center;
  flex-direction: column;
}
.g-main-blogs-landingpage-container {
  margin: 20px auto;
  max-width: 1600px;
}
.g-main-blogs-landingpage-category-section {
  width: 100%;
  background-color: #001526;
  top: 86px;
  z-index: 2;
}
@media screen and (max-width: 1777px) {
  .g-main-blogs-landingpage-category-section {
  }
}
@media screen and (max-width: 1024px) {
  .g-main-blogs-landingpage-category-section {
  }
}
.g-main-blogs-landingpage-categories {
  background-color: #001526;
  color: #fff;
  font-weight: 600;
  padding: 10px 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
  justify-content: center;
  font-size: 16px;
  font-family: poppins;
  width: 230px;
  transition: 0.3s ease;
  border: 1px solid #2e2e2e;
  align-content: center;
  flex-wrap: nowrap;
}
.g-main-blogs-main-categories {
  background-color: #001526;
  color: #fff;
  font-weight: 600;
  padding: 10px 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
  justify-content: center;
  font-size: 16px;
  font-family: poppins;
  width: 230px;
  transition: 0.3s ease;
  border: 1px solid #2e2e2e;
  align-content: center;
  flex-wrap: nowrap;
}
.g-main-blogs-landingpage-date-div {
  width: 100%;
  text-align: end;
  padding-left: 30px;
}
.g-main-blogs-landingpage-category-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.g-main-blogs-main-categories:hover {
  background-color: #55a2ff;
  color: #000;
  transition: 0.3s ease;
}
.g-main-blogs-landingpage-category-layout {
  display: flex;
  width: auto !important;
  overflow: auto;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-evenly;
  gap: 5px 0;
  padding: 5px 0;
}
.g-main-blogs-landingpage-para {
  font-family: Poppins, sans-serif !important;
  font-weight: 600;
  text-align: center;
  margin-top: 20px;
  color: white;
}
.g-main-blogs-landingpage-title {
  margin: 0 !important;
  padding: 0;
  max-width: fit-content;
  text-align: left;
  filter: drop-shadow(0 0 0 black) !important;
  font-family: Poppins, sans-serif !important;
  color: white;
}
@media screen and (max-width: 600px) {
  .g-main-blogs-main-title {
    font-size: 25px !important;
  }
  .g-main-blogs-main-title-img {
    width: 38px;
  }
}
@media screen and (max-width: 500px) {
  .g-main-blogs-main-title {
    font-size: 18px !important;
  }
  .g-main-blogs-main-title-img {
    width: 38px;
  }
}
.g-blogs-content-main-section {
  background-image:
    linear-gradient(#2196f3, rgb(128 226 239)),
    url(/images/wallpaper/computer-map-network-card.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: max-content;
  width: 100%;
  align-items: center;
  padding-top: 110px;
}
.g-blogs-content-main-section .intro {
  width: 100%;
  height: 100%;
  max-width: 1200px;
  position: static;
  padding: 30px 15px;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  .g-blog-article-main-copy {
    padding: 2rem 3rem 2rem 3rem !important;
  }
  .g-blogs-content-main-section {
    height: max-content;
  }
  .g-blog-extracted-card-link {
    font-size: 15px;
  }
  .g-main-blogs-card-time {
    font-size: 14px;
  }
  .g-blog-extracted-card-footer {
    gap: 10px;
  }
  .g-main-blogs-card-time {
    gap: 0;
  }
}
@media screen and (max-width: 1275px) {
  .g-blog-extracted-card-footer {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 950px) {
  .g-blogs-content-main-section {
    height: 585px;
  }
}
@media screen and (max-width: 600px) {
  .g-blogs-content-main-section {
    height: 100% !important;
  }
}
@media screen and (max-width: 450px) {
  .g-blog-article-content-part {
    padding: 0 30px !important;
  }
}
.g-blogs-content-main-section-main-title {
  filter: drop-shadow(0 0 0 black) !important;
  font-family: "Poppins" !important;
  color: #fff !important;
}
.g-blogs-content-main-container {
  max-width: 1600px;
  margin: auto;
}
.g-blogs-social-share-links {
  height: 45px;
  border-radius: 50%;
  width: 45px;
  justify-content: center;
  display: flex;
  align-items: center;
  color: #fff !important;
  transition: 0.3s ease-in-out;
}
.g-blogs-social-share-links:hover {
  transform: translatey(-5px);
  transition: 0.3s ease-in-out;
}
.g-blogs-social-share-links-facebook {
  background-color: #1877f2;
}
.g-blogs-social-share-links-x {
  background-color: #000;
}
.g-blogs-social-share-links-reddit {
  background-color: #ff4500;
}
.g-blogs-social-share-links-inkedin {
  background-color: #0077b5;
}
.g-blogs-social-share-links-quora {
  background-color: #a82400;
}
.g-blogs-social-share-links-main-container {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
#ResultNone {
  display: none;
  padding: 10px 20px;
  background-color: #d4d7ff;
  font-family: "Poppins" !important;
  font-weight: 600 !important;
  border-left: 7px solid #000000;
  border-radius: 3px;
}
.g-blog-via-contact-form-elements-body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.g-blog-via-contact-form-elements-input {
  width: 100%;
  padding: 10px 20px;
  font-family: "Poppins" !important;
  border: 1px solid #ccc;
  border-radius: 10px;
  outline: none;
  font-weight: 500;
}
.g-blog-via-contact-form-elements-input::placeholder {
  color: #ccc !important;
  font-weight: 600;
}
.g-blog-via-contact-form-elements-label {
  font-family: "Poppins" !important;
  font-weight: 600;
  padding: 14px 2px;
}
.g-blog-via-contact-form-elements-layout {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.g-blog-via-contact-form-section {
  margin-top: 70px;
}
.g-background-light-violet {
  background-color: #f7f8ff;
}
@media screen and (max-width: 640px) {
  .g-blog-via-contact-form-elements-body {
    grid-template-columns: repeat(1, 1fr);
  }
  .g-blog-via-contact-form-elements-label {
    padding-top: 0;
  }
}
.g-blog-via-contact-form-elements-textarea {
  padding-top: 30px;
}
.g-top-mar-50 {
  margin-top: 50px;
}
.g-border-bottom {
  boder-bottom: 1px solid #000;
}
.g-blog-article-main-container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 0;
}
.g-blog-article-sidebar {
  grid-column: span 3;
  padding: 0 15px 20px 15px;
  background-color: #ebedff;
}
.g-blog-article-content-part {
  grid-column: span 9;
  border: 1px solid #ccc;
  padding: 0 50px;
}
.g-blog-extracted-card-main-container {
  padding-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 90vh;
  position: sticky;
  top: 80px;
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: #888 #f1f1f1;
  scroll-behavior: smooth;
}
.g-blog-extracted-card-main-container::-webkit-scrollbar {
  width: 8px;
}
.g-blog-extracted-card-main-container::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 10px;
}
.g-blog-extracted-card-main-container::-webkit-scrollbar-thumb {
  background-color: #000;
  border-radius: 10px;
}
.g-blog-extracted-card-main-container::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}
.g-blog-extracted-card-main-title {
  font-size: 25px !important;
  font-weight: 600 !important;
  font-family: "Poppins" !important;
  text-align: center;
  color: #000000;
  display: flex;
  gap: 20px;
  justify-content: center;
}
.g-blog-extracted-card-main-title-img {
  width: 40px;
}
.g-tutorial-contents > p,
.g-border-black-1 {
  font-weight: 400 !important;
}
.g-blog-extracted-card-image {
  border: 1px solid #ccc;
  height: 200px;
  width: 100%;
  object-fit: cover;
}
.g-blog-extracted-card-title {
  color:black!important;
  font-family: "Poppins", sans-serif !important;
  text-transform: capitalize !important;
  font-weight: 600 !important;
  font-size: 19px !important;
  margin-top: 15px;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.g-blog-extracted-card-desc {
  color:black!important;
  font-family: "Poppins", sans-serif !important;
  font-weight: 400 !important;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5em;
}
.g-blog-extracted-card-footer {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.g-blog-extracted-card-link {
  background-color: var(--secondary-color);
  color: #fff !important;
  padding: 7px 15px;
  font-weight: 500 !important;
  font-family: "Poppins" !important;
  border-radius: 20px;
}
.g-blog-extracted-card {

  padding: 20px 25px;
  background-color: #fff;
  border: 1px solid #ebebeb;
  box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
  display: none;
}
#curDateTime {
  color: #fff;
  font-family: poppins;
  font-weight: 600;
  margin-right: 30px;
}
.pagination-controls {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
  padding-bottom: 50px;
  font-family: "poppins" !important;
  font-weight: 500;
}
.pagination-controls #pageNumber{
  font-weight:600!important;
  color: black!important;
}
.pagination-controls button {
  padding: 8px 12px;
  color: #fff;
  border: none;
  cursor: pointer;
  font-family: "poppins" !important;
  background-color: #222;
  font-weight: 600;
}
.pagination-controls button:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}
@media screen and (max-width: 1150px) {
  .g-blog-article-content-part {
    grid-column: span 8;
  }
  .g-blog-article-sidebar {
    grid-column: span 4;
  }
}
@media screen and (max-width: 992px) {
  .g-blog-article-content-part {
    grid-column: span 12;
  }
  .g-blog-article-sidebar {
    max-height: 100% !important;
    position: static !important;
    overflow: auto;
  }
  .g-blog-article-sidebar {
    grid-column: span 12;
  }
}
.g-blog-banner-navigator {
  color: #5ca0e9 !important;
  font-family: "Poppins" !important;
  font-weight: 500;
  text-align: center;
  font-size: 18px;
}
.g-blog-article-main-copy {
  backdrop-filter: blur(0) brightness(1) !important;
  margin-left: 0 !important;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.blogs-page {
  display: flex;
  width: 100%;
  height: max-content;
  padding: 150px 50px 50px;
  justify-content: center;
  align-items: center;
  background-image: url(/assets/images/light-blue-bg7.webp);
}
.blogs-page-description {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.author-p {
  margin: 0;
}
.g-main-blogs-tags-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 300px;
  height: auto;
  border-radius: 10px;
}
.g-main-blogs-tags {
  display: inline-flex;
  white-space: nowrap;
  animation: scroll-tags 15s linear infinite;
  padding: 10px 0;
  direction: rtl;
}
.g-main-blogs-tag {
  background-color: var(--accent-color);
  color: #333;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 10px;
  margin: 0 5px;
  display: inline-block;
  direction: ltr;
  text-transform: capitalize;
}
@keyframes scroll-tags {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
.g-main-blogs-tags-wrapper:hover .g-main-blogs-tags {
  animation-play-state: paused;
}
.g-main-blogs-card a {
  padding: 0;
}
#subpage .breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
}
#subpage .breadcrumb-item.active a {
  background: var(--secondary-color) !important;
  padding: 2px 7px 2px 7px;
  color: white;
  border-radius: 5px;
}
.g-top-pad-10 {
  padding-top: 10px;
  font-weight: 400;
}
.g-light-speed-performance-content-sub-title {
  font-family: "Poppins", sans-serif !important;
  font-size: 23px !important;
  font-weight: 600 !important;
  margin-top: 35px;
  margin-bottom: 5px;
}
.g-light-speed-performance-content-title {
  font-family: "Poppins", sans-serif !important;
  font-size: 30px !important;
  font-weight: 600 !important;
}
.g-def-title-color {
  color: var(--secondary-color);
}
.list-no {
  list-style: auto !important;
  margin-left: 35px;
  font-weight: 700;
}
.circle-ul {
  margin: 0 0 0 35px;
  list-style-type: circle;
}
.dot-ul {
  list-style-type: disc !important;
  margin-left: 40px;
}
.blog-site-link {
  color: var(--secondary-color);
  font-weight: 500;
}
.g-tutorial-contents-main-container {
  padding: 40px 15px;
  max-width: 1330px;
  margin: auto;
}
.g-tutorial-contents {
  font-family: "Poppins", sans-serif;
  padding: 20px 0 10px;
}
.code-block-container {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 10px;
  font-family: "Courier New", Courier, monospace;
  position: relative;
  color: #212529;
  margin-top: 10px;
}
.code-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  color: white;
  background: rgb(41, 51, 77);
  border-radius: 10px 10px 0 0;
}
.copy-button {
  background-color: #dcdcdc;
  color: #000;
  border: none;
  padding: 5px 10px;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: background-color 0.3s ease;
  font-size: 14px;
}
.copy-button:hover {
  background-color: #e2e8f0;
}
.copy-button.copied {
  background-color: #4caf50;
  color: white;
}
.copy-button.copied .fa-check {
  color: white;
}
pre {
  margin: 0;
  padding: 0;
  overflow-x: auto;
  line-height: 1.3;
  font-family:
    ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-size: 1em;
}
code {
  display: block;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.comment {
  color: #6a737d;
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
}
.command {
  color: rgb(97, 175, 239);
  font-weight: 400;
  font-size: 14px;
}
.parameter {
  color: rgb(198, 120, 221);
  font-weight: 400;
  font-size: 14px;
}
.option {
  color: #a6b4c3;
  font-weight: 400;
  font-size: 14px;
}
.value {
  color: rgb(209, 154, 102);
  font-weight: 400;
  font-size: 14px;
}
.operator {
  color: #d73a49;
  font-weight: 400;
  font-size: 14px;
}
.string {
  color: rgb(152, 195, 121);
  font-weight: 400;
  font-size: 14px;
}
.file-path {
  color: #b55578;
  font-weight: 400;
  font-size: 14px;
}
.query {
  color: white;
  font-weight: 400;
  font-size: 14px;
}
.link {
  color: green;
  font-weight: 700;
}
#code-to-copy {
  padding: 0 15px;
  background: rgb(17, 25, 46);
  border-radius: 0 0 10px 10px;
  border: none;
}
code {
  font-size: 0.875em;
  color: #0fc96c;
  font-weight: 700;
  background: beige;
  word-wrap: break-word;
  padding: 3px 5px 0;
  border-radius: 5px;
  border: 1px solid wheat;
  display: block;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.g-light-speed-performance-content-sub-title code {
  display: inline;
  background: none;
  border: none;
  padding-bottom: 3px;
  font-size: 24px;
}
.g-top-pad-10 code {
  width: max-content;
  color: #0fc96c;
  display: inline;
}
.blog-additional-note {
  padding: 0 10px;
  background: aliceblue;
  border-radius: 15px;
}
.blog-additional-note p {
  padding-bottom: 10px;
}
.note-head {
  font-weight: 700;
  font-style: italic;
  padding-right: 5px;
  color: brown;
}
.blog-button-container {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.support-button {
  background-color: var(--secondary-color);
  color: #fff;
  padding: 10px 15px;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 500;
  transition: background 0.3s ease;
}
.support-button:hover {
  background-color: var(--primary-color);
}
.apac-content-container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 0;
}
.apac-main-content {
  grid-column: span 9;
  border: 1px solid #ccc;
  padding: 0 50px;
}
.apac-content-block {
  margin-bottom: 40px;
}
.apac-text-paragraph-a {
  padding: 5px !important;
  border-radius: 6px;
  background: #fcd4c3;
}
.apac-section-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #1e3c72;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 3px solid #2a5298;
}
.apac-section-subtitle {
  font-size: 1.4rem;
  font-weight: 600;
  color: #2a5298;
  margin-top: 30px;
  margin-bottom: 15px;
}
.apac-text-paragraph {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 1rem;
  line-height: 1.8;
  color: #444;
}
.apac-bullet-list {
  list-style: none;
  padding-left: 0;
  margin: 20px 0;
}
.apac-bullet-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}
.apac-bullet-list li::before {
  content: "•";
  position: absolute;
  left: 10px;
  color: #2a5298;
  font-size: 1.5rem;
  line-height: 1;
}
.apac-highlight-box {
  background-color: #f0f4ff;
  border-left: 4px solid #2a5298;
  padding: 20px;
  margin: 25px 0;
  border-radius: 4px;
}
.apac-highlight-label {
  font-weight: 700;
  color: #1e3c72;
}
.apac-code-inline {
  background-color: #f4f4f4;
  padding: 2px 6px;
  border-radius: 3px;
  font-family: "Courier New", monospace;
  font-size: 0.9em;
  color: #d73a49;
}
.apac-link-text {
  color: #2a5298;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s;
}
.apac-link-text:hover {
  color: #1e3c72;
  text-decoration: underline;
}
.apac-cta-section {
  background: linear-gradient(135deg, #2a5298 0%, #1e3c72 100%);
  color: #ffffff;
  padding: 40px;
  border-radius: 8px;
  margin: 40px 0;
  text-align: center;
}
.apac-cta-section .apac-section-title {
  color: #ffffff;
  border-bottom: none;
}
.apac-cta-section .apac-text-paragraph {
  color: #ffffff;
}
.apac-button-group {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 25px;
}
.apac-action-button {
  display: inline-block;
  padding: 12px 30px;
  background-color: #ffffff;
  color: #1e3c72;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 600;
  transition: all 0.3s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.apac-action-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  background-color: #f0f4ff;
}
.apac-faq-section {
  background-color: #fafbff;
  padding: 40px;
  border-radius: 8px;
  margin-top: 50px;
}
.apac-faq-title {
  font-size: 2rem;
  font-weight: 700;
  color: #1e3c72;
  margin-bottom: 30px;
  text-align: center;
}
.apac-faq-item {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e0e7ff;
}
.apac-faq-item:last-child {
  border-bottom: none;
}
.apac-faq-question {
  font-size: 1.2rem;
  font-weight: 600;
  color: #2a5298;
  margin-bottom: 10px;
}
.apac-faq-answer {
  font-size: 1rem;
  line-height: 1.7;
  color: #555;
}
@media (max-width: 768px) {
  .apac-main-heading {
    font-size: 1.8rem;
  }
  .apac-content-container {
    flex-direction: column;
  }
  .apac-button-group {
    flex-direction: column;
  }
  .apac-action-button {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .apac-main-content {
    grid-column: span 12;
  }
}
@media scree and (max-width: 425px) {
  .apac-main-content {
    padding: 0 29px;
  }
}
#france-blog-c1 {
  max-width: 1200px;
  margin: 60px auto;
  padding: 40px 20px;
  background: linear-gradient(135deg, #02073e 0%, #0a1454 100%);
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(2, 7, 62, 0.3);
}
#france-blog-c1 .section-header {
  text-align: center;
  margin-bottom: 50px;
}
#france-blog-c1 .sec-header {
  color: #ef8354;
  font-size: 35px;
  margin-bottom: 15px;
  font-weight: 700;
}
#france-blog-c1 .section-header p {
  color: #ffffff;
  font-size: 1.15em;
  opacity: 0.9;
  max-width: 800px;
  margin: 0 auto;
}
#france-blog-c1 .comparison-table {
  background: #ffffff;
  border-radius: 15px;
  overflow-x: auto;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
#france-blog-c1 table {
  width: 100%;
  border-collapse: collapse;
  min-width: 800px;
}
#france-blog-c1 thead {
  background: linear-gradient(90deg, #ef8354 0%, #ff9d73 100%);
}
#france-blog-c1 thead th {
  padding: 20px 15px;
  text-align: left;
  color: #ffffff;
  font-weight: 600;
  font-size: 1.1em;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  white-space: nowrap;
}
#france-blog-c1 tbody tr {
  border-bottom: 1px solid #e0e0e0;
  transition: background 0.3s ease;
}
#france-blog-c1 tbody tr:hover {
  background: #f8f9fa;
}
#france-blog-c1 tbody tr:last-child {
  border-bottom: none;
}
#france-blog-c1 tbody td {
  padding: 18px 15px;
  color: #333;
  font-size: 0.95em;
}
#france-blog-c1 tbody td:first-child {
  font-weight: 600;
  color: #02073e;
  white-space: nowrap;
}
#france-blog-c1 .highlight {
  background: #e8f5e9;
  font-weight: 600;
  color: #2e7d32;
}
#france-blog-c1 .badge {
  display: inline-block;
  padding: 4px 12px;
  background: #ef8354;
  color: #ffffff;
  border-radius: 20px;
  font-size: 0.85em;
  font-weight: 600;
  margin-left: 8px;
}
#france-blog-card {
  max-width: 1200px;
  margin: 60px auto;
  padding: 40px 20px;
}
#france-blog-card .section-intro {
  text-align: center;
  margin-bottom: 50px;
}
#france-blog-card .section-intro h2 {
  color: #02073e;
  font-size: 2.5em;
  margin-bottom: 15px;
  font-weight: 700;
}
#france-blog-card .section-intro p {
  color: #555;
  font-size: 1.15em;
  max-width: 750px;
  margin: 0 auto;
}
#france-blog-card .cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}
#france-blog-card .feature-card {
  background: #ffffff;
  border-radius: 15px;
  padding: 35px 30px;
  box-shadow: 0 8px 25px rgba(2, 7, 62, 0.08);
  transition: all 0.4s ease;
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
}
#france-blog-card .feature-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #ef8354 0%, #ff9d73 100%);
}
#france-blog-card .feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(239, 131, 84, 0.2);
  border-color: #ef8354;
}
#france-blog-card .card-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #ef8354 0%, #ff9d73 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  box-shadow: 0 5px 15px rgba(239, 131, 84, 0.3);
}
#france-blog-card .card-icon i {
  font-size: 35px;
  color: #ffffff;
}
#france-blog-card .feature-card h3 {
  color: #02073e;
  font-size: 1.5em;
  margin-bottom: 15px;
  font-weight: 700;
}
#france-blog-card .feature-card p {
  color: #666;
  font-size: 1em;
  line-height: 1.7;
  margin-bottom: 20px;
}
#france-blog-card .feature-list {
  list-style: none;
  padding: 0;
}
#france-blog-card .feature-list li {
  color: #555;
  font-size: 0.95em;
  padding: 8px 0;
  padding-left: 25px;
  position: relative;
}
#france-blog-card .feature-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #ef8354;
  font-weight: bold;
  font-size: 1.2em;
}
.cta-banner {
  margin-bottom: 50px;
  background: linear-gradient(135deg, #02073e 0%, #0a1454 100%);
  border-radius: 15px;
  padding: 40px;
  text-align: center;
  color: #ffffff;
  box-shadow: 0 10px 30px rgba(2, 7, 62, 0.2);
}
.cta-banner h3 {
  font-size: 1.8em;
  margin-bottom: 15px;
  color: #ef8354;
}
.cta-banner p {
  font-size: 1.1em;
  margin-bottom: 25px;
  opacity: 0.95;
  color: #ffffff;
}
.cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: #ef8354;
  color: #ffffff;
  text-decoration: none;
  border-radius: 30px;
  font-weight: 600;
  font-size: 1.1em;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(239, 131, 84, 0.4);
}
.cta-button:hover {
  background: #ff9d73;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(239, 131, 84, 0.5);
}
@media (max-width: 768px) {
  #france-blog-c1 {
    margin: 30px 10px;
    padding: 30px 15px;
  }
  #france-blog-c1 .section-header h2,
  #france-blog-card .section-intro h2 {
    font-size: 1.8em;
  }
  #france-blog-c1 .section-header p,
  #france-blog-card .section-intro p {
    font-size: 1em;
  }
  #france-blog-c1 .comparison-table {
    border-radius: 10px;
  }
  #france-blog-c1 table {
    font-size: 0.85em;
  }
  #france-blog-c1 thead th {
    padding: 12px 8px;
    font-size: 0.9em;
  }
  #france-blog-c1 tbody td {
    padding: 12px 8px;
  }
  #france-blog-card {
    margin: 30px 10px;
    padding: 30px 15px;
  }
  #france-blog-card .cards-grid {
    grid-template-columns: 1fr;
  }
  .cta-banner {
    padding: 30px 20px;
  }
  .cta-banner h3 {
    font-size: 1.5em;
  }
  .cta-banner p {
    font-size: 1em;
  }
  .cta-button {
    padding: 12px 30px;
    font-size: 1em;
  }
}
@media (max-width: 460px) {
  #france-blog-c1 {
    margin: 20px 5px;
    padding: 20px 10px;
  }
  #france-blog-c1 .sec-header {
    font-size: 1.5em;
  }
  #france-blog-c1 table {
    font-size: 0.75em;
    min-width: 600px;
  }
  #france-blog-c1 thead th {
    padding: 10px 6px;
    font-size: 0.8em;
  }
  #france-blog-c1 tbody td {
    padding: 10px 6px;
  }
  #france-blog-c1 .badge {
    display: block;
    margin: 5px 0 0 0;
    width: fit-content;
  }
  #france-blog-card {
    margin: 20px 5px;
    padding: 20px 10px;
  }
  #france-blog-card .cards-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
  #france-blog-card .feature-card {
    padding: 25px 20px;
  }
  #france-blog-card .card-icon {
    width: 60px;
    height: 60px;
  }
  #france-blog-card .card-icon i {
    font-size: 28px;
  }
  #france-blog-card .feature-card h3 {
    font-size: 1.3em;
  }
  .cta-banner {
    padding: 25px 15px;
  }
  .cta-banner h3 {
    font-size: 1.3em;
  }
}
@media (max-width: 420px) {
  #france-blog-c1 {
    margin: 15px 5px;
    padding: 15px 8px;
    border-radius: 15px;
  }
  #france-blog-c1 .section-header {
    margin-bottom: 30px;
  }
  #france-blog-c1 .sec-header {
    font-size: 1.3em;
    margin-bottom: 10px;
  }
  #france-blog-c1 .section-header p {
    font-size: 0.9em;
    padding: 0 5px;
  }
  #france-blog-c1 table {
    font-size: 0.7em;
    min-width: 550px;
  }
  #france-blog-c1 thead th {
    padding: 8px 4px;
    font-size: 0.75em;
  }
  #france-blog-c1 tbody td {
    padding: 8px 4px;
    font-size: 0.85em;
  }
  #france-blog-c1 .badge {
    padding: 3px 8px;
    font-size: 0.75em;
    margin-top: 3px;
  }
  #france-blog-card {
    margin: 15px 5px;
    padding: 15px 8px;
  }
  #france-blog-card .section-intro {
    margin-bottom: 30px;
  }
  #france-blog-card .section-intro h2 {
    font-size: 1.6em;
    margin-bottom: 10px;
  }
  #france-blog-card .section-intro p {
    font-size: 0.95em;
    padding: 0 5px;
  }
  #france-blog-card .cards-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 30px;
  }
  #france-blog-card .feature-card {
    padding: 20px 15px;
  }
  #france-blog-card .card-icon {
    width: 55px;
    height: 55px;
    margin-bottom: 20px;
  }
  #france-blog-card .card-icon i {
    font-size: 26px;
  }
  #france-blog-card .feature-card h3 {
    font-size: 1.2em;
    margin-bottom: 12px;
  }
  #france-blog-card .feature-card p {
    font-size: 0.95em;
    margin-bottom: 15px;
  }
  #france-blog-card .feature-list li {
    font-size: 0.9em;
    padding: 6px 0;
    padding-left: 22px;
  }
  #france-blog-card .feature-list li::before {
    font-size: 1.1em;
  }
  .cta-banner {
    padding: 20px 12px;
    border-radius: 12px;
  }
  .cta-banner h3 {
    font-size: 1.2em;
    margin-bottom: 12px;
  }
  .cta-banner p {
    font-size: 0.95em;
    margin-bottom: 20px;
  }
  .cta-button {
    padding: 12px 25px;
    font-size: 0.95em;
    border-radius: 25px;
  }
}
#brazil-blog-table {
  overflow-x: auto;
  margin: 30px 0;
  border-radius: 12px;
  box-shadow: 0 8px 16px rgba(2, 7, 62, 0.15);
  background: linear-gradient(135deg, #02073e 0%, #1a1f4d 100%);
  padding: 3px;
}
#brazil-blog-table .table-inner {
  background: white;
  border-radius: 10px;
  overflow: hidden;
}
#brazil-blog-table table {
  width: 100%;
  border-collapse: collapse;
  background: white;
}
#brazil-blog-table thead {
  background: linear-gradient(135deg, #02073e 0%, #1a1f4d 100%);
  position: relative;
}
#brazil-blog-table thead::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #ef8354, #ff9a6c, #ef8354);
}
#brazil-blog-table th {
  padding: 20px 16px;
  text-align: left;
  border: none;
  font-weight: 700;
  font-size: 16px;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
}
#brazil-blog-table th:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 25%;
  height: 50%;
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
}
#brazil-blog-table tbody tr {
  transition: all 0.3s ease;
  border-bottom: 1px solid #e8e8e8;
}
#brazil-blog-table tbody tr:last-child {
  border-bottom: none;
}
#brazil-blog-table tbody tr:nth-child(even) {
  background: #f8f9fa;
}
#brazil-blog-table tbody tr:hover {
  background: linear-gradient(
    90deg,
    rgba(239, 131, 84, 0.05),
    rgba(239, 131, 84, 0.1)
  );
  transform: translateX(5px);
  box-shadow: -5px 0 0 #ef8354;
}
#brazil-blog-table td {
  padding: 18px 16px;
  border: none;
  font-size: 15px;
  color: #333;
  line-height: 1.6;
}
#brazil-blog-table td:first-child {
  font-weight: 600;
  color: #02073e;
  border-right: 2px solid #f0f0f0;
}
#brazil-blog-table td b {
  color: #02073e;
  font-weight: 700;
}
#brazil-blog-table .positive {
  color: #28a745;
  font-weight: 600;
  position: relative;
  padding-left: 24px;
}
#brazil-blog-table .positive::before {
  content: "✓";
  position: absolute;
  left: 0;
  font-weight: bold;
  color: #28a745;
  font-size: 18px;
}
#brazil-blog-table .negative {
  color: #dc3545;
  font-weight: 600;
  position: relative;
  padding-left: 24px;
}
#brazil-blog-table .negative::before {
  content: "✗";
  position: absolute;
  left: 0;
  font-weight: bold;
  color: #dc3545;
  font-size: 18px;
}
#brazil-blog-table .warning {
  color: #ef8354;
  font-weight: 600;
  position: relative;
  padding-left: 24px;
}
#brazil-blog-table .warning::before {
  content: "⚠";
  position: absolute;
  left: 0;
  font-weight: bold;
  color: #ef8354;
  font-size: 16px;
}
.apac-brazil-faq-section {
  margin-top: 40px;
  padding: 30px;
  background: #f8f9fa;
  border-radius: 8px;
}
.apac-brazil-faq-title {
  color: #02073e;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}
.apac-brazil-faq-item {
  background: #f9e3da;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}
.apac-brazil-faq-item:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.apac-brazil-faq-question {
  color: #02073e;
  font-size: 18px;
  font-weight: 600;
  padding: 20px;
  margin: 0;
  cursor: pointer;
  position: relative;
  user-select: none;
  transition: background-color 0.3s ease;
}
.apac-brazil-faq-question:hover {
  background-color: #f8f9fa;
}
.apac-brazil-faq-question::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 28px;
  color: #ef8354;
  transition: transform 0.3s ease;
}
.apac-brazil-faq-item.active .apac-brazil-faq-question::after {
  content: "−";
  transform: translateY(-50%) rotate(180deg);
}
.apac-brazil-faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  color: #333;
  font-size: 15px;
  line-height: 1.7;
  transition: all 0.3s ease;
}
.apac-brazil-faq-item.active .apac-brazil-faq-answer {
  max-height: 500px;
  padding: 0 20px 20px 20px;
}
#brazil-latam-market {
  margin: 40px 0;
  padding: 0;
}
#brazil-latam-market .market-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin-top: 30px;
}
#brazil-latam-market .market-card {
  background: white;
  border-radius: 12px;
  padding: 30px 24px;
  box-shadow: 0 4px 12px rgba(2, 7, 62, 0.08);
  transition: all 0.3s ease;
  border: 2px solid #ef8354;
  position: relative;
  overflow: hidden;
}
#brazil-latam-market .market-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #ef8354, #ff9a6c);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
#brazil-latam-market .market-card:hover::before {
  transform: scaleX(1);
}
#brazil-latam-market .market-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(2, 7, 62, 0.15);
  border-color: rgba(239, 131, 84, 0.3);
}
#brazil-latam-market .card-icon {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin-bottom: 20px;
  background: linear-gradient(135deg, #02073e 0%, #1a1f4d 100%);
  color: #ef8354;
  box-shadow: 0 4px 12px rgba(2, 7, 62, 0.2);
}
#brazil-latam-market .card-title {
  font-size: 20px;
  font-weight: 700;
  color: #02073e;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}
#brazil-latam-market .card-description {
  font-size: 15px;
  line-height: 1.7;
  color: #555;
  margin: 0;
}
@media (max-width: 768px) {
  #brazil-blog-table {
    margin: 20px 0;
    padding: 0;
    border-radius: 8px;
    position: relative;
  }
  #brazil-blog-table::after {
    content: "← Scroll to see more →";
    display: block;
    text-align: center;
    font-size: 12px;
    color: #ef8354;
    font-weight: 600;
    padding: 8px;
    background: rgba(239, 131, 84, 0.1);
    border-radius: 0 0 8px 8px;
  }
  #brazil-blog-table .table-inner {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  #brazil-blog-table table {
    min-width: 700px;
  }
  #brazil-blog-table th,
  #brazil-blog-table td {
    padding: 12px 10px;
    font-size: 13px;
    white-space: nowrap;
  }
  #brazil-blog-table th {
    font-size: 13px;
  }
  #brazil-blog-table .positive::before,
  #brazil-blog-table .negative::before,
  #brazil-blog-table .warning::before {
    display: none;
  }
  #brazil-blog-table .positive,
  #brazil-blog-table .negative,
  #brazil-blog-table .warning {
    padding-left: 0;
    font-size: 13px;
  }
  #brazil-blog-table tbody tr:hover {
    transform: none;
  }
  #brazil-latam-market .market-cards-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  #brazil-latam-market .card-icon {
    width: 50px;
    height: 50px;
    font-size: 24px;
  }
  #brazil-latam-market .card-title {
    font-size: 18px;
  }
  .apac-brazil-faq-title {
    font-size: 24px;
  }
  .apac-brazil-faq-question {
    font-size: 16px;
    padding: 15px;
  }
  .apac-brazil-faq-answer {
    font-size: 14px;
  }
}
#data-center-infra,
#tech-specs,
#getting-started {
  background-color: #02073e;
  color: #f0f0f0;
  padding: 25px;
  border-radius: 8px;
  margin-top: 20px;
}
#data-center-infra .apac-section-title,
#tech-specs .apac-section-title,
#getting-started .apac-section-title {
  color: #ef8354;
  border-bottom: 2px solid #ef8354;
  padding-bottom: 10px;
}
#data-center-infra .apac-section-subtitle,
#tech-specs .apac-section-subtitle,
#getting-started .apac-section-subtitle {
  color: #ffffff;
}
#data-center-infra .apac-text-paragraph,
#tech-specs .apac-text-paragraph,
#getting-started .apac-text-paragraph {
  color: #f0f0f0;
}
#data-center-infra .apac-bullet-list li,
#tech-specs .apac-bullet-list li,
#getting-started .apac-bullet-list li {
  position: relative;
  padding-left: 25px;
  list-style-type: none;
}
#data-center-infra .apac-bullet-list li::before,
#tech-specs .apac-bullet-list li::before,
#getting-started .apac-bullet-list li::before {
  content: "✔";
  color: #ef8354;
  font-weight: bold;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 1.1em;
}
#tech-specs .apac-bullet-list li p b {
  color: #ef8354;
}
#rtx5090-header-section {
  background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
  padding: 60px 20px;
  text-align: center;
  color: white;
}
#rtx5090-header-section h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}
.rtx5090-content-container {
  width: 100%;
  grid-template-columns: repeat(12, 1fr);
  display: grid;
  margin: 0 auto;
  padding: 40px 20px;
}
.rtx5090-main-content {
  grid-column: span 9;
}
.rtx5090-content-box {
  background: white;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
.rtx5090-title {
  font-size: 2rem;
  color: #1e3c72;
  margin-bottom: 20px;
  font-weight: 700;
}
.rtx5090-subtitle {
  font-size: 1.5rem;
  color: #2a5298;
  margin: 25px 0 15px;
  font-weight: 600;
}
.rtx5090-paragraph {
  font-size: 1.05rem;
  color: #444;
  margin-bottom: 15px;
  line-height: 1.6;
}
.rtx5090-list {
  list-style: none;
  padding-left: 0;
  margin: 20px 0;
}
.rtx5090-list li {
  padding: 12px 0 12px 30px;
  position: relative;
  font-size: 1.05rem;
  color: #444;
}
.rtx5090-list li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: #2a5298;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1rem;
  top: 15px;
}
.rtx5090-check-list li:before {
  content: "✓";
  color: #ffd700;
  font-size: 1.2rem;
}
.rtx5090-list li b {
  color: #1e3c72;
}
#rtx5090-toc {
  background: #f8f9fa;
  padding: 25px;
  border-radius: 8px;
  margin-bottom: 30px;
  border-left: 4px solid #1e3c72;
}
#rtx5090-toc h3 {
  color: #1e3c72;
  font-size: 1.2rem;
  margin-bottom: 15px;
  font-weight: 700;
}
#rtx5090-toc ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#rtx5090-toc li {
  margin-bottom: 8px;
  position: relative;
  padding-left: 20px;
}
#rtx5090-toc li:before {
  content: "→";
  position: absolute;
  left: 0;
  color: #2a5298;
}
.rtx5090-promo-box {
  background: #f0f7ff;
  padding: 20px 25px;
  border-left: 4px solid #2a5298;
  margin: 25px 0;
  border-radius: 0 5px 5px 0;
}
.rtx5090-promo-box h4 {
  color: #1e3c72;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.rtx5090-table-wrapper {
  overflow-x: auto;
  margin: 25px 0;
}
.rtx5090-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1rem;
}
.rtx5090-table th {
  background: #1e3c72;
  color: white;
  padding: 12px 15px;
  text-align: left;
}
.rtx5090-table td {
  padding: 12px 15px;
  border-bottom: 1px solid #ddd;
  color: #444;
}
.rtx5090-table tr:nth-child(even) {
  background-color: #f9f9f9;
}
#rtx5090-conclusion-section {
  background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  color: white;
}
#rtx5090-conclusion-section .rtx5090-title {
  color: white;
}
#rtx5090-conclusion-section .rtx5090-paragraph {
  color: rgba(255, 255, 255, 0.95);
}
#rtx5090-cta-section {
  background: white;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  text-align: center;
}
#rtx5090-cta-section .rtx5090-button-group {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
}
#rtx5090-cta-section .rtx5090-action-button {
  display: inline-block;
  padding: 15px 30px;
  background: linear-gradient(135deg, #2a5298 0%, #1e3c72 100%);
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 600;
  transition:
    transform 0.3s,
    box-shadow 0.3s;
  font-size: 1rem;
}
#rtx5090-cta-section .rtx5090-action-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(30, 60, 114, 0.3);
}
@media (max-width: 1024px) {
  .rtx5090-content-container {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  #rtx5090-header-section h1 {
    font-size: 1.8rem;
  }
  .rtx5090-content-box,
  #rtx5090-conclusion-section,
  #rtx5090-cta-section {
    padding: 25px;
  }
  #rtx5090-cta-section .rtx5090-button-group {
    flex-direction: column;
  }
  #rtx5090-cta-section .rtx5090-action-button {
    width: 100%;
  }
}
#gforce-5090-banner {
  background:
    linear-gradient(rgba(30, 60, 114, 0.85), rgba(42, 82, 152, 0.75)),
    url("/assets/images/gforce-5090-banner.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 20px;
  text-align: center;
  color: white;
  position: relative;
}
#gforce-5090-banner h1 {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
#gpu-header-section {
  background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
  padding: 60px 20px;
  text-align: center;
  color: white;
}
#gpu-header-section h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}
#gpu-header-section .gpu-header-intro {
  font-size: 1.1rem;
  max-width: 800px;
  margin: 0 auto 30px;
  opacity: 0.95;
}
.gpu-content-container {
  display: flex;
  gap: 30px;
  margin: 0 auto;
  padding: 40px 20px;
}
.gpu-main-content {
  max-width: 1300px;
}
#gpu-intro-section {
  background: white;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
#gpu-intro-section .gpu-intro-paragraph {
  font-size: 1.05rem;
  color: #444;
  margin-bottom: 15px;
}
#gpu-provider-1-section,
#gpu-provider-2-section,
#gpu-provider-3-section,
#gpu-provider-4-section,
#gpu-provider-5-section {
  background: white;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
#gpu-provider-1-section {
  border-top: 4px solid #ffd700;
}
#gpu-provider-1-section .gpu-provider-title {
  font-size: 2rem;
  color: #1e3c72;
  margin-bottom: 20px;
  font-weight: 700;
}
#gpu-provider-1-section .gpu-provider-subtitle {
  font-size: 1.5rem;
  color: #2a5298;
  margin: 25px 0 15px;
  font-weight: 600;
}
#gpu-provider-1-section .gpu-provider-paragraph {
  font-size: 1.05rem;
  color: #444;
  margin-bottom: 15px;
}
#gpu-provider-1-section .gpu-provider-list {
  list-style: none;
  padding-left: 0;
  margin: 20px 0;
}
#gpu-provider-1-section .gpu-provider-list li {
  padding: 12px 0 12px 30px;
  position: relative;
  font-size: 1.05rem;
  color: #444;
}
#gpu-provider-1-section .gpu-provider-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #ffd700;
  font-weight: bold;
  font-size: 1.2rem;
}
#gpu-provider-1-section .gpu-provider-list li b {
  color: #1e3c72;
}
#gpu-provider-1-section .gpu-best-for {
  background: #f0f7ff;
  padding: 15px 20px;
  border-left: 4px solid #2a5298;
  margin: 20px 0;
  font-size: 1.05rem;
}
#gpu-provider-1-section .gpu-best-for b {
  color: #1e3c72;
}
#gpu-provider-1-section .gpu-pricing {
  background: #fff8e1;
  padding: 15px 20px;
  border-left: 4px solid #ffd700;
  margin: 20px 0;
  font-size: 1.05rem;
}
#gpu-provider-1-section .gpu-pricing b {
  color: #1e3c72;
}
#gpu-provider-2-section .gpu-provider-title,
#gpu-provider-3-section .gpu-provider-title,
#gpu-provider-4-section .gpu-provider-title,
#gpu-provider-5-section .gpu-provider-title {
  font-size: 1.8rem;
  color: #1e3c72;
  margin-bottom: 20px;
  font-weight: 700;
}
#gpu-provider-2-section .gpu-provider-subtitle,
#gpu-provider-3-section .gpu-provider-subtitle,
#gpu-provider-4-section .gpu-provider-subtitle,
#gpu-provider-5-section .gpu-provider-subtitle {
  font-size: 1.3rem;
  color: #2a5298;
  margin: 20px 0 12px;
  font-weight: 600;
}
#gpu-provider-2-section .gpu-provider-paragraph,
#gpu-provider-3-section .gpu-provider-paragraph,
#gpu-provider-4-section .gpu-provider-paragraph,
#gpu-provider-5-section .gpu-provider-paragraph {
  font-size: 1.05rem;
  color: #444;
  margin-bottom: 15px;
}
#gpu-provider-2-section .gpu-provider-list,
#gpu-provider-3-section .gpu-provider-list,
#gpu-provider-4-section .gpu-provider-list,
#gpu-provider-5-section .gpu-provider-list {
  list-style: none;
  padding-left: 0;
  margin: 15px 0;
}
#gpu-provider-2-section .gpu-provider-list li,
#gpu-provider-3-section .gpu-provider-list li,
#gpu-provider-4-section .gpu-provider-list li,
#gpu-provider-5-section .gpu-provider-list li {
  padding: 10px 0 10px 25px;
  position: relative;
  font-size: 1.05rem;
  color: #444;
}
#gpu-provider-2-section .gpu-provider-list li:before,
#gpu-provider-3-section .gpu-provider-list li:before,
#gpu-provider-4-section .gpu-provider-list li:before,
#gpu-provider-5-section .gpu-provider-list li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: #2a5298;
  font-weight: bold;
  font-size: 1.5rem;
}
#gpu-provider-2-section .gpu-best-for,
#gpu-provider-3-section .gpu-best-for,
#gpu-provider-4-section .gpu-best-for,
#gpu-provider-5-section .gpu-best-for {
  background: #f0f7ff;
  padding: 15px 20px;
  border-left: 4px solid #2a5298;
  margin: 20px 0;
  font-size: 1.05rem;
}
#gpu-provider-2-section .gpu-best-for b,
#gpu-provider-3-section .gpu-best-for b,
#gpu-provider-4-section .gpu-best-for b,
#gpu-provider-5-section .gpu-best-for b {
  color: #1e3c72;
}
#gpu-decision-section {
  background: white;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
#gpu-decision-section .gpu-decision-title {
  font-size: 2rem;
  color: #1e3c72;
  margin-bottom: 20px;
  font-weight: 700;
}
#gpu-decision-section .gpu-decision-paragraph {
  font-size: 1.05rem;
  color: #444;
  margin-bottom: 15px;
}
#gpu-decision-section .gpu-decision-list {
  list-style: none;
  padding-left: 0;
  margin: 20px 0;
}
#gpu-decision-section .gpu-decision-list li {
  padding: 12px 0 12px 30px;
  position: relative;
  font-size: 1.05rem;
  color: #444;
}
#gpu-decision-section .gpu-decision-list li:before {
  content: "→";
  position: absolute;
  left: 0;
  color: #2a5298;
  font-weight: bold;
  font-size: 1.2rem;
}
#gpu-decision-section .gpu-decision-list li b {
  color: #1e3c72;
}
#gpu-conclusion-section {
  background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  color: white;
}
#gpu-conclusion-section .gpu-conclusion-title {
  font-size: 2rem;
  margin-bottom: 20px;
  font-weight: 700;
}
#gpu-conclusion-section .gpu-conclusion-paragraph {
  font-size: 1.05rem;
  margin-bottom: 15px;
  opacity: 0.95;
}
#gpu-cta-section {
  background: white;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  text-align: center;
}
#gpu-cta-section .gpu-cta-title {
  font-size: 2rem;
  color: #1e3c72;
  margin-bottom: 20px;
  font-weight: 700;
}
#gpu-cta-section .gpu-cta-paragraph {
  font-size: 1.05rem;
  color: #444;
  margin-bottom: 15px;
}
#gpu-cta-section .gpu-cta-paragraph:last-of-type {
  font-weight: 600;
  color: #1e3c72;
  font-size: 1.1rem;
}
#gpu-cta-section .gpu-button-group {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
}
#gpu-cta-section .gpu-action-button {
  display: inline-block;
  padding: 15px 30px;
  background: linear-gradient(135deg, #2a5298 0%, #1e3c72 100%);
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 600;
  transition:
    transform 0.3s,
    box-shadow 0.3s;
  font-size: 1rem;
}
#gpu-cta-section .gpu-action-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(30, 60, 114, 0.3);
}
@media (max-width: 1024px) {
  .gpu-content-container {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  #gpu-header-section h1 {
    font-size: 1.8rem;
  }
  #gpu-intro-section,
  #gpu-provider-1-section,
  #gpu-provider-2-section,
  #gpu-provider-3-section,
  #gpu-provider-4-section,
  #gpu-provider-5-section,
  #gpu-decision-section,
  #gpu-conclusion-section,
  #gpu-cta-section {
    padding: 25px;
  }
  #gpu-cta-section .gpu-button-group {
    flex-direction: column;
  }
  #gpu-cta-section .gpu-action-button {
    width: 100%;
  }
}


#dedicated-server-games-banner{
  background:
    linear-gradient(rgba(30, 60, 114, 0.85), rgba(42, 82, 152, 0.75)),
    url("/assets/images/blog/dedicated-servers-for -gaming.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 20px;
  text-align: center;
  color: white;
  position: relative;
}
#dedicated-server-singapore-banner{
  background:
    linear-gradient(rgba(30, 60, 114, 0.85), rgba(42, 82, 152, 0.75)),
    url("/assets/images/blog/singapore-servers.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 20px;
  text-align: center;
  color: white;
  position: relative;
}


/* ======================== */
#amd-blog-post {
                background-color: #050d1f;
                color: #e8eef8;
                font-family: 'DM Sans', sans-serif;
                line-height: 1.7;
            }

            #amd-blog-post .apac-main-content {
                background: #050d1f;
                padding: 20px;
            }

            /* ── Breadcrumb ── */
            #amd-blog-post .breadcrumb { background: transparent; padding: 0; margin-bottom: 25px; }
            #amd-blog-post .breadcrumb-item,
            #amd-blog-post .breadcrumb-item a { color: #7a90b8; font-size: 13px; text-decoration: none; }
            #amd-blog-post .breadcrumb-item.active { color: #2D8CFF; font-weight: 600; }

            /* ── Hero Header ── */
            #amd-blog-post .g-blogs-content-main-section {
                background: linear-gradient(160deg, #081428 0%, #050d1f 100%) !important;
                border-bottom: 1px solid #112244;
            }
            #amd-blog-post .g-blogs-content-main-section h1 { color: #e8eef8 !important; }
            #amd-blog-post .g-blogs-content-main-section p  { color: #7a90b8 !important; }

            /* ── Spec Card ── */
            #amd-blog-post .spec-card {
                background: #081428;
                border: 1px solid #112244;
                border-radius: 14px;
                overflow: hidden;
                margin: 40px 0;
                box-shadow: 0 8px 40px rgba(0,0,0,0.5), 0 0 0 1px rgba(45,140,255,0.07);
            }
            #amd-blog-post .spec-card-header {
                background: #0c1c38;
                padding: 18px 26px;
                border-bottom: 1px solid #112244;
                display: flex;
                align-items: center;
                gap: 12px;
            }
            #amd-blog-post .dot-accent {
                width: 10px; height: 10px;
                background: #2D8CFF;
                border-radius: 50%;
                box-shadow: 0 0 10px #2D8CFF;
                animation: blink 2s ease-in-out infinite;
            }
            @keyframes blink { 0%,100%{opacity:1} 50%{opacity:0.3} }
            #amd-blog-post .spec-card-header h2 {
                color: #7a90b8; font-size: 13px; margin: 0;
                font-weight: 700; text-transform: uppercase; letter-spacing: 1px;
            }
            #amd-blog-post .spec-grid {
                display: grid;
                grid-template-columns: repeat(auto-fill, minmax(195px, 1fr));
                background: #112244;
                gap: 1px;
            }
            #amd-blog-post .spec-item { background: #081428; padding: 22px; transition: background 0.2s; }
            #amd-blog-post .spec-item:hover { background: #0c1c38; }
            #amd-blog-post .spec-label {
                font-size: 11px; color: #334466; margin-bottom: 6px;
                font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em;
            }
            #amd-blog-post .spec-value {
                font-family: 'Syne', sans-serif; font-size: 20px;
                font-weight: 800; color: #e8eef8;
            }
            #amd-blog-post .spec-value.blue { color: #2D8CFF; }
            #amd-blog-post .spec-value.cyan { color: #00e5ff; }
            #amd-blog-post .spec-sub { font-size: 12px; color: #7a90b8; margin-top: 3px; }

            /* ── Architecture Grid ── */
            #amd-blog-post .arch-grid {
                display: grid; grid-template-columns: repeat(2,1fr);
                gap: 16px; margin: 28px 0;
            }
            #amd-blog-post .arch-item {
                background: #081428; border: 1px solid #112244;
                border-left: 3px solid #2D8CFF;
                padding: 22px; border-radius: 10px;
                transition: border-left-color 0.2s;
            }
            #amd-blog-post .arch-item:hover { border-left-color: #00e5ff; }
            #amd-blog-post .arch-item h4 {
                font-family: 'Syne', sans-serif; color: #2D8CFF;
                font-size: 14px; margin-bottom: 9px; font-weight: 700;
            }
            #amd-blog-post .arch-item p { font-size: 14px; color: #7a90b8; margin: 0; line-height: 1.6; }

            /* ── Use Case Cards ── */
            #amd-blog-post .use-case-grid {
                display: grid;
                grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
                gap: 16px; margin: 28px 0;
            }
            #amd-blog-post .use-case-card {
                background: #081428; border: 1px solid #112244;
                padding: 24px; border-radius: 12px;
                transition: border-color 0.25s, transform 0.25s, box-shadow 0.25s;
            }
            #amd-blog-post .use-case-card:hover {
                border-color: #2D8CFF;
                transform: translateY(-3px);
                box-shadow: 0 12px 28px rgba(45,140,255,0.12);
            }
            #amd-blog-post .use-case-icon { font-size: 28px; margin-bottom: 12px; display: block; }
            #amd-blog-post .use-case-card h4 {
                font-family: 'Syne', sans-serif; font-size: 16px;
                color: #e8eef8; margin-bottom: 8px; font-weight: 700;
            }
            #amd-blog-post .use-case-card p { font-size: 13.5px; color: #7a90b8; margin: 0; line-height: 1.6; }

            /* ── Comparison Table ── */
            #amd-blog-post .comparison-table-wrap {
                margin: 28px 0; border-radius: 12px;
                border: 1px solid #112244; overflow-x: auto;
            }
            #amd-blog-post table { width: 100%; border-collapse: collapse; }
            #amd-blog-post thead th {
                background: #0c1c38; text-align: left;
                padding: 14px 18px; font-size: 11px; color: #7a90b8;
                text-transform: uppercase; letter-spacing: 0.08em;
                border-bottom: 1px solid #112244;
            }
            #amd-blog-post tbody td {
                padding: 14px 18px; border-bottom: 1px solid #0c1c38;
                font-size: 14px; color: #b0bdd8;
            }
            #amd-blog-post tbody tr:hover td { background: #0c1c38; }
            #amd-blog-post .highlight-row { background: rgba(45,140,255,0.05); }
            #amd-blog-post .highlight-row td { color: #2D8CFF; font-weight: 700; }

            /* ── Quote Box ── */
            #amd-blog-post .highlight-box {
                background: rgba(45,140,255,0.06);
                border-left: 4px solid #2D8CFF;
                border-radius: 0 10px 10px 0;
                padding: 22px 28px; margin: 36px 0;
                font-style: italic; font-size: 16px; color: #7a90b8;
            }

            /* ── Sub headings ── */
            #amd-blog-post .apac-sub-title {
                font-family: 'Syne', sans-serif; font-size: 18px;
                font-weight: 700; margin: 28px 0 10px; color: #e8eef8;
            }

            /* ── Feature List ── */
            #amd-blog-post .leo-feature-list { list-style: none; padding: 0; margin: 20px 0; }
            #amd-blog-post .leo-feature-list li {
                padding: 11px 0 11px 28px; position: relative;
                border-bottom: 1px solid #0c1c38;
                font-size: 15px; color: #b0bdd8;
            }
            #amd-blog-post .leo-feature-list li:last-child { border-bottom: none; }
            #amd-blog-post .leo-feature-list li::before {
                content: '✓'; position: absolute; left: 0;
                color: #00e5ff; font-weight: 800;
            }

            /* ── Author / Tags Footer ── */
            #amd-blog-post .post-footer {
                border-top: 1px solid #112244; padding-top: 30px; margin-top: 50px;
                display: flex; align-items: center;
                justify-content: space-between; flex-wrap: wrap; gap: 16px;
            }
            #amd-blog-post .author { display: flex; align-items: center; gap: 14px; }
            #amd-blog-post .author-avatar {
                width: 46px; height: 46px; border-radius: 50%;
                background: linear-gradient(135deg, #2D8CFF, #00e5ff);
                display: flex; align-items: center; justify-content: center;
                font-family: 'Syne', sans-serif; font-weight: 800;
                font-size: 15px; color: #050d1f;
            }
            #amd-blog-post .author-name { font-family: 'Syne', sans-serif; font-weight: 700; font-size: 15px; color: #e8eef8; }
            #amd-blog-post .author-role { font-size: 12px; color: #7a90b8; margin-top: 2px; }
            #amd-blog-post .tags { display: flex; flex-wrap: wrap; gap: 8px; }
            #amd-blog-post .tag {
                background: #0c1c38; border: 1px solid #112244;
                color: #7a90b8; font-size: 12px; font-weight: 500;
                padding: 5px 13px; border-radius: 100px;
                transition: border-color 0.2s, color 0.2s;
            }
            #amd-blog-post .tag:hover { border-color: #2D8CFF; color: #2D8CFF; }

            /* ── CTA Section ── */
            #amd-blog-post .apac-cta-section {
                background: linear-gradient(135deg, #081428 0%, #0c1c38 100%);
                border: 1px solid #112244;
                padding: 52px 48px; border-radius: 16px;
                text-align: center; margin-top: 60px; position: relative; overflow: hidden;
            }
            #amd-blog-post .apac-cta-section::before {
                content: ''; position: absolute; top: -80px; right: -80px;
                width: 280px; height: 280px;
                background: radial-gradient(circle, rgba(45,140,255,0.1) 0%, transparent 70%);
                pointer-events: none;
            }
            #amd-blog-post .apac-cta-section::after {
                content: ''; position: absolute; bottom: -60px; left: -60px;
                width: 200px; height: 200px;
                background: radial-gradient(circle, rgba(0,229,255,0.06) 0%, transparent 70%);
                pointer-events: none;
            }
            #amd-blog-post .apac-cta-section h2 {
                color: #e8eef8; margin-bottom: 14px;
                font-family: 'Syne', sans-serif; font-weight: 800; font-size: 26px;
            }
            #amd-blog-post .apac-cta-section p {
                color: #7a90b8; max-width: 500px;
                margin: 0 auto 8px; font-size: 15px;
            }
            #amd-blog-post .btn-primary {
                background: #2D8CFF; color: #ffffff;
                padding: 14px 30px; border-radius: 8px; font-weight: 700;
                text-decoration: none; display: inline-block; margin-top: 22px;
                transition: background 0.25s, box-shadow 0.25s;
                font-family: 'Syne', sans-serif; font-size: 15px;
            }
            #amd-blog-post .btn-primary:hover {
                background: #1a70e0;
                box-shadow: 0 0 22px rgba(45,140,255,0.45);
            }
            #amd-blog-post .btn-outline {
                background: transparent; color: #b0bdd8;
                padding: 14px 30px; border-radius: 8px; font-weight: 700;
                text-decoration: none; display: inline-block;
                margin-top: 22px; margin-left: 12px;
                border: 1px solid #334466;
                transition: border-color 0.25s, color 0.25s;
                font-family: 'Syne', sans-serif; font-size: 15px;
            }
            #amd-blog-post .btn-outline:hover { border-color: #2D8CFF; color: #2D8CFF; }

            /* ── Section Titles ── */
            #amd-blog-post h2.apac-section-title {
                color: #e8eef8; font-family: 'Syne', sans-serif;
                font-weight: 800; margin-bottom: 18px; font-size: 24px;
                padding-left: 16px; border-left: 4px solid #2D8CFF;
            }

            /* ── Divider ── */
            #amd-blog-post hr.apac-divider { border: none; border-top: 1px solid #112244; margin: 48px 0; }

            /* ── Paragraphs ── */
            #amd-blog-post .apac-text-paragraph { color: #b0bdd8; margin-bottom: 14px; font-size: 15.5px; }
            #amd-blog-post .apac-content-block  { margin-bottom: 52px; }

            @media (max-width: 768px) {
                #amd-blog-post .arch-grid       { grid-template-columns: 1fr; }
                #amd-blog-post .apac-cta-section { padding: 32px 20px; }
                #amd-blog-post .btn-outline      { margin-left: 0; margin-top: 12px; }
                #amd-blog-post .post-footer      { flex-direction: column; align-items: flex-start; }
            }