.elementor-955 .elementor-element.elementor-element-5d2522b8{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-2f75de37 */.privacy-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 2rem;
  font-family: 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
  line-height: 1.6;
  color: #333;
}

.privacy-header {
  text-align: center;
  margin-bottom: 3rem;
}

.privacy-header h1 {
  font-size: 2.2rem;
  color: #2c3e50;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.privacy-header h2 {
  font-size: 1.4rem;
  color: #5d6d7e;
  font-weight: 400;
  margin-bottom: 1.5rem;
}

.divider {
  height: 3px;
  background: linear-gradient(90deg, #3498db, #9b59b6);
  width: 120px;
  margin: 0 auto;
}

.privacy-section {
  margin-bottom: 3rem;
}

.section-title {
  font-size: 1.4rem;
  color: #2c3e50;
  margin-bottom: 1.2rem;
  display: flex;
  align-items: center;
}

.section-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background-color: #3498db;
  color: white;
  border-radius: 50%;
  font-size: 1rem;
  margin-right: 0.8rem;
  font-weight: bold;
}

.notice-box {
  padding: 1.2rem;
  border-radius: 6px;
  margin: 1.5rem 0;
  border-left: 4px solid;
}

.notice-box.blue {
  background-color: #f0f8ff;
  border-color: #3498db;
}

.notice-box.yellow {
  background-color: #fff8e6;
  border-color: #f1c40f;
}

.definition-box {
  background-color: #f8f9fa;
  padding: 1.5rem;
  border-radius: 8px;
  margin: 1.5rem 0;
}

.definition-item {
  margin-bottom: 1rem;
}

.term {
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 0.3rem;
}

.definition {
  margin-left: 1.5rem;
}

.appendix-section {
  margin: 4rem 0 3rem;
}

.appendix-title {
  font-size: 1.4rem;
  color: #2c3e50;
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 0.8rem;
  border-bottom: 2px solid #eee;
}

.appendix-item {
  margin-bottom: 3rem;
}

.appendix-subtitle {
  font-size: 1.1rem;
  color: #2c3e50;
  margin-bottom: 1.2rem;
}

.appendix-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.grid-item {
  background-color: #f8f9fa;
  padding: 1rem;
  border-radius: 6px;
}

.grid-label {
  font-weight: 600;
  color: #3498db;
  margin-bottom: 0.5rem;
}

.contacts-section {
  margin-top: 4rem;
  padding-top: 2rem;
  border-top: 2px solid #eee;
}

.contacts-title {
  font-size: 1.4rem;
  color: #2c3e50;
  text-align: center;
  margin-bottom: 1.5rem;
}

.contacts-card {
  background-color: #f8f9fa;
  padding: 1.5rem;
  border-radius: 8px;
  max-width: 600px;
  margin: 0 auto;
}

.contact-row {
  display: flex;
  margin-bottom: 0.8rem;
}

.contact-label {
  font-weight: 600;
  min-width: 80px;
  color: #5d6d7e;
}

.contact-text, .contact-link {
  flex: 1;
}

.text-link, .contact-link {
  color: #3498db;
  text-decoration: none;
  transition: color 0.3s;
}

.text-link:hover, .contact-link:hover {
  color: #2980b9;
  text-decoration: underline;
}

.privacy-footer {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid #eee;
  text-align: center;
  font-size: 0.9rem;
  color: #7f8c8d;
}

.footer-text {
  margin-bottom: 0.5rem;
}

@media (max-width: 768px) {
  .privacy-container {
    padding: 1.5rem;
  }
  
  .appendix-grid {
    grid-template-columns: 1fr;
  }
  
  .contact-row {
    flex-direction: column;
  }
  
  .contact-label {
    margin-bottom: 0.3rem;
  }
}/* End custom CSS */