
@media (min-width: 992px) {
    .pkp_head_wrapper {
        padding-top: 15vw !important;
    }
}
@media (min-width: 992px) {
    .pkp_structure_sidebar {
        float: right;
        width: 300px !important;
    }
}
@media (min-width: 992px) {
    .pkp_structure_sidebar {
        float: right;
        width: 300px;
    }
}

@media (min-width: 992px) {
    .pkp_block {
        padding: 5px;
    }
}
.pkp_block {
    padding: 8px;
    font-size: 14px;
    line-height: 20px;
}
.pkp_block .content {
    padding: 0px;
}
.pkp_block .content {
    background-color: #fff;
}
.hover {
    width: 100%;
    border-collapse: collapse;
}
.hover td {
    height: 30px;
    vertical-align: central;
    border-bottom: 2px solid #FFFFFF;
    text-align: left;
    padding: 8px;
}
.hover tr {
    background: #004b7f;
    color: #ffffff;
}
.pkp_structure_footer_wrapper {
    background: #004b7f !important;
}
.pkp_brand_footer {
    display: none !important;
}
.profile-card {
  display: flex;
  align-items: center;
  gap: 15px;
  border: 1px solid #ccc;
  padding: 15px;
  max-width: 100%;
  background-color: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
   margin-bottom: 15px;
}

.profile-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 15px rgba(0,0,0,0.15);
  background-color: #eef6ff;
}

.profile-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #007BFF;
  transition: transform 0.3s ease;
}

.profile-card:hover .profile-img {
  transform: scale(1.05);
}

.profile-details {
  flex: 1;
}

.profile-name {
  margin: 10px 0 !important;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.profile-info p {
  margin: 5px 0;
  font-size: 14px;
  color: #555;
}

.profile-info small {
  font-size: 13px;
  color: #777;
}

/* âœ… Responsive for smaller screens */
@media (max-width: 600px) {
  .profile-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .profile-img {
    width: 70px;
    height: 70px;
  }

  .profile-name {
    font-size: 16px;
  }

  .profile-info p,
  .profile-info small {
    font-size: 13px;
  }
}
.pkp_structure_main p, .pkp_structure_main ul {
    text-align: justify;
}
.additional_content h2 {
margin-top: 0;
}
.page_submissions table {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
  margin-top: 20px;
}

.page_submissions table th,
.page_submissions table td {
  border: 1px solid #ddd;
  padding: 12px;
  text-align: left;
}

.page_submissions table tr:first-child td {
  background-color: #f2f2f2;
  font-weight: bold;
  text-transform: uppercase;
}

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

.page_submissions table td:first-child {
  font-weight: bold;
}
.page_submissions table p{
    margin-bottom: 0;
    margin-top: 0 !important;
}
.pkp_site_name {
        display: none;
}
.container {
  display: flex;
  gap: 20px; /* مسافة بين الصورة والنص */
}

.container img {
  max-width: 25%;
  height: max-content;
}

.container p {
  max-width: 75%; /* حد أقصى لعرض النص */
}
@media (max-width: 600px) {
.container {
    flex-direction: column;
align-items: flex-start;
}
.container img {
    max-width: 50%;
}
.container p {
  max-width: 100%; /* حد أقصى لعرض النص */
}
.pkp_site_name_wrapper {
    height: 9rem;
}
}
.obj_article_details .authors .userGroup {
    display: none !important;
}
.pkp_site_nav_menu {
    background: #004b7f !important;
}
.pkp_structure_head {
background-position: 0px -20px;
}

.page_submissions .section_policy  {
    display: none !important;
}
