/**
 * About Content Styles
 * CSS for About journal and Article publishing options sections
 */

.content-main {
  background: #fff;
  padding: 0;
  margin: 0;
  max-width: 100%;
  min-height: 100vh;
  border: none !important;
  border-top: none !important;
  border-bottom: none !important;
}

.content-main .pkp_structure_content {
  max-width: 1400px;
  margin: 0 auto;
  padding: 1.5rem 0;
  box-sizing: border-box;
}

.content-main .row {
  display: flex;
  gap: 0;
  background: #fff;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
}

.content-main .col-md-8 {
  flex: 0 0 65%;
  padding: 1.5rem 1.5rem;
  background: #f2f2f2;
}

.content-main .col-md-4 {
  flex: 0 0 35%;
  padding: 1.5rem 0 1.5rem 1rem;
  background: #fff;
}

.content-title {
  font-size: 24px;
  font-weight: normal;
  color: #333;
  margin: 0 0 1rem 0;
  padding: 0;
  border-bottom: none;
}

.about-journal-section {
  margin: 0;
  padding: 0;
    text-align: justify!important;
}

.about-text {
  line-height: 1.7;
  margin: 0 0 1rem 0;
  padding: 0;
  color: #495057;
  font-size: 14px !important;
}

.about-text strong {
  color: #007bff;
  font-weight: 600;
}

.view-link {
  color: #007bff;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px !important;
  transition: all 0.3s ease;
}

.view-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

.article-options-section .publishing-option {
  margin: 0 0 1.5rem 0;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
    text-align: justify;
}

.option-title {
  font-size: 20px !important;
  font-weight: normal !important;
  margin: 0 0 0.5rem 0 !important;
  padding: 0 !important;
  color: #2c3e50 !important;
}

.price-info {
  margin: 0 0 0.5rem 0;
  padding: 0;
}

.price-label {
  display: inline;
  font-size: 12px;
  color: #6c757d;
}

.policy-description {
  line-height: 1.5;
    font-size: 14px;
    color: #1f1f1f!important;
}

.price-amount {
  font-weight: normal !important;
  color: #28a745 !important;
  font-size: 12px !important;
  margin: 0 0.5rem !important;
}

.price-note {
  font-size: 12px;
  color: #6c757d;
  font-style: italic;
}

.price-description {
  font-size: 14px;
  color: #000;
  margin: 0 0 0.5rem 0;
  padding: 0;
  line-height: 1.5;
}

.policy-link {
  color: #007bff;
  text-decoration: none;
  font-size: 14px !important;
  font-weight: 500;
}

.policy-link:hover {
  text-decoration: underline;
}

.subscription-text {
  color: #495057;
  line-height: 1.6;
  margin: 0;
  font-size: 14px !important;
}

@media (max-width: 768px) {
  .content-main .pkp_structure_content {
    padding: 1.5rem 1rem;
  }

  .content-main .row {
    flex-direction: column;
    padding: 1.5rem;
    gap: 1.5rem;
  }

  .content-main .col-md-8 {
    flex: 0 0 100%;
    padding-right: 0;
    border-right: none;
    border-bottom: 1px solid #e9ecef;
    padding-bottom: 1.5rem;
  }

  .content-main .col-md-4 {
    flex: 0 0 100%;
    padding-left: 0;
    padding-top: 1.5rem;
  }

  .content-title {
    font-size: 24px;
  }
}

/* Override any conflicting styles with high specificity */
.article-options-section .publishing-option .option-title {
  font-weight: normal !important;
  font-size: 20px !important;
}

.article-options-section .price-amount {
  font-weight: normal !important;
}

.article-options-section .price-description {
  color: #000 !important;
  font-size: 14px !important;
}

.article-options-section .policy-link {
  font-size: 14px !important;
}

.article-options-section .subscription-text {
  font-size: 14px !important;
}

.about-journal-section .view-link {
  font-size: 14px !important;
}

.about-journal-section .about-text,
.about-journal-section .about-text p,
.about-journal-section .about-text * {
  font-size: 14px !important;
}
