/* Estructura general */
main {
  max-width: 1200px;
  margin: 28px auto;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgb(0 0 0 / 20%);
}

.csr h1,.csr h2,.csr h3 {
  color: #2c3e50;
  font-weight: 600;
  margin-bottom: 1rem;
}

.csr h2 {
  font-size: 24px;
  border-left: 5px solid #9174b8;
  padding-left: 10px;
}

.csr h3 {
  font-size: 20px;
  margin-top: 2rem;
  border-bottom: 1px solid #f1c40f;
  padding-bottom: 5px;
}

/* Párrafos */
p {
  margin-bottom: 1.2rem;
}

/* Listas */
ul.privacy-list,
ul.privacy-list-alpha,
ul.privacy-list-kana,
ol.privacy-list {
  padding-left: 1.5rem;
  margin-bottom: 1.5rem;
}

ul.privacy-list li,
ul.privacy-list-alpha li,
ul.privacy-list-kana li,
ol.privacy-list li {
  margin-bottom: 0.8rem;
  list-style-type: disc;
}

ol.privacy-list {
  list-style-type: decimal;
}

ul.privacy-list-alpha {
  list-style-type: upper-alpha;
}

ul.privacy-list-kana {
  list-style-type: katakana;
}

/* Tablas */
.contents-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2rem;
  font-size: 15px;
}

.contents-table thead th {
  background-color: #2980b9;
  color: #fff;
  padding: 10px;
  text-align: left;
}

.contents-table tbody td {
  border: 1px solid #ddd;
  padding: 10px;
  vertical-align: top;
}

.contents-table tr:nth-child(even) {
  background-color: #f2f2f2;
}

/* Secciones y bloques */
section.csr {
  margin-bottom: 40px;
}

.inner {
  padding: 10px 0;
}

.mb2 {
  margin-bottom: 2rem;
}

.mb3 {
  margin-bottom: 3rem;
}

.mt2 {
  margin-top: 2rem;
}

.note {
  background-color: #fffbea;
  border-left: 4px solid #f1c40f;
  padding: 10px 15px;
  margin-top: 1.5rem;
  color: #7a5d00;
  border-radius: 4px;
}

/* Columnas */
ul.col {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}

li.col-s {
  flex: 1 1 25%;
  padding-right: 1rem;
}

li.col-m {
  flex: 1 1 75%;
}

li.col-l {
  flex: 1 1 100%;
}

.acd-title {
  background-color: #ecf0f1;
  padding: 20px;
  border-radius: 6px;
  margin-bottom: 20px;
  border: 4px solid white;
}

.acd-box-l {
  margin-top: 1rem;
}




a.tx-gray {
  color: #7f8c8d;
}

/* Responsive */
@media (max-width: 768px) {
  ul.col {
    flex-direction: column;
  }

  li.col-s,
  li.col-m,
  li.col-l {
    flex: 1 1 100%;
    padding-right: 0;
  }

  main {
    padding: 20px;
  }
}



div#privacy {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    padding: 40px;
}