.pkp_site_name > a {
    padding-top: 0px;
    padding-bottom: 0px;
}

.pkp_site_name {
    padding-top: 0px;
    padding-bottom: 0px;
}

.pkp_site_name_wrapper {
    padding-left: 0px;
    padding-right: 0px;
}

.pkp_site_name .is_img img {
    display: block;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    margin-bottom: -6px;
}

.pkp_nav_list
    padding-top: 80px;
}

.pkp_navigation_user {
    padding-top: 0px;
}
.pkp_footer_content{
    float:left;width: 70%;padding-top: 10px; padding-bottom: 10px
}
.pkp_brand_footer {
    float: right; width: 30%; padding-top: 10px; padding-bottom: 10px
}

.hover {
	width:100%;
	border-collapse:collapse;
}
.hover th{
	height:30px;
	background:#FFFFFF
	color:#228B22;
}
.hover td{
	height:30px;
	padding-top:3px;
	vertical-align:middle;
	border-bottom:1px solid #FFFFFF;
	text-align:center;
}
.hover td a {
	width:100%;
	display:block;
}
.hover tr {
	background:#228B22;
	color:#FFFFFF;
}
.hover tr:hover {
	background-color:#7CFC00;
}
.hover tr a {
	color:#FFFFFF;
}
hover a:hover {
	color:#228B22;
}

.journal-description {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.journal-hero {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 30px;
  margin-bottom: 40px;
  align-items: start;
}

.journal-cover {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.cover-image {
  max-width: 120%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
  transition: transform 0.3s ease;
}

.cover-image:hover {
  transform: scale(1.02);
}

.info-card {
  background: linear-gradient(135deg, #800000 0%, #a00000 100%);
  border-radius: 15px;
  padding: 25px;
  color: white;
  box-shadow: 0 10px 30px rgba(128,0,0,0.3);
}

.card-title {
  margin: 0 0 20px 0;
  font-size: 1.4em;
  font-weight: 600;
  text-align: center;
  border-bottom: 2px solid rgba(255,255,255,0.3);
  padding-bottom: 10px;
}

.info-grid {
  display: grid;
  gap: 7.5px;
}

.info-item {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 15px;
  align-items: start;
  /*padding: 10px 0;*/
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.info-item:last-child {
  border-bottom: none;
}

.label {
  font-weight: 500;
  opacity: 0.9;
  font-size: 0.9em;
}

.value {
  font-weight: 600;
}

.value a {
  color: #ffeb3b;
  text-decoration: none;
  transition: color 0.3s ease;
}

.value a:hover {
  color: #fff;
  text-decoration: underline;
}

.journal-about {
  background: #f8f9fa;
  border-radius: 12px;
  padding: 25px;
  margin-bottom: 30px;
  border-left: 5px solid #800000;
}

.journal-about h3 {
  color: #800000;
  margin-bottom: 15px;
  font-size: 1.3em;
}

.journal-about p {
  line-height: 1.6;
  color: #333;
  margin: 0;
}

.journal-badges {
  text-align: center;
  margin-bottom: 30px;
}

.journal-badges h4 {
  color: #800000;
  margin-bottom: 20px;
  font-size: 1.2em;
}

.badges-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.badge-link {
  transition: transform 0.3s ease;
  display: block;
}

.badge-link:hover {
  transform: translateY(-5px);
}

.badge-img {
  height: 48px;
  width: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.journal-stats {
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.journal-stats h4 {
  color: #800000;
  margin-bottom: 20px;
  text-align: center;
  font-size: 1.2em;
}

.stats-container {
  border-radius: 8px;
  overflow: hidden;
}

.stats-iframe {
  width: 100%;
  height: 300px;
  border: none;
  border-radius: 8px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .journal-hero {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .info-item {
    grid-template-columns: 1fr;
    gap: 5px;
  }
  
  .label {
    font-weight: 600;
    color: #ffeb3b;
  }
  
  .badges-container {
    gap: 15px;
  }
  
  .badge-img {
    height: 40px;
  }
}

@media (max-width: 480px) {
  .journal-description {
    padding: 15px;
  }
  
  .info-card {
    padding: 20px;
  }
  
  .journal-about {
    padding: 20px;
  }
}
