/* ==============================
   SITE STYLE SHEET - OJS
   ============================== */

/* ---------- HEADER ---------- */
.pkp_site_name {
    font-size: 28px;
    font-weight: bold;
    color: #003366;
}

.pkp_site_name a {
    color: #003366;
    text-decoration: none;
}

.pkp_navigation_primary {
    background-color: #0a3d62;
}

.pkp_navigation_primary a {
    color: #ffffff !important;
    font-weight: 500;
}

.pkp_navigation_primary a:hover {
    background-color: #1e6091;
}

/* ---------- LOGO ---------- */
.pkp_site_name .is_img img {
    max-height: 80px;
}

/* ---------- BODY ---------- */
body {
    font-family: "Segoe UI", Arial, sans-serif;
    background-color: #f8f9fa;
}

/* ---------- CONTENT ---------- */
.pkp_structure_content {
    background: #ffffff;
    padding: 20px;
    border-radius: 5px;
}

/* ---------- BUTTON ---------- */
.cmp_button,
button,
input[type="submit"] {
    background-color: #0a3d62;
    color: #ffffff;
    border-radius: 4px;
}

.cmp_button:hover,
button:hover,
input[type="submit"]:hover {
    background-color: #1e6091;
}

/* ---------- FOOTER ---------- */
.pkp_structure_footer {
    background-color: #0a3d62;
    color: #ffffff;
    padding: 20px;
}

.pkp_structure_footer a {
    color: #ffffff;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 768px) {
    .pkp_site_name {
        font-size: 22px;
    }
}
/* ============================= */
/* ABOUT US FULL CARD STYLE */
/* ============================= */

.about-section {
  padding: 80px 20px;
  background: #f4f7fb;
}

.about-card {
  max-width: 900px;
  margin: auto;
  background: #ffffff;
  padding: 50px;
  border-radius: 16px;
  box-shadow: 0 12px 35px rgba(0,0,0,0.08);
}

.about-logo {
  text-align: center;
  margin-bottom: 25px;
}

.about-logo img {
  max-width: 250px;   /* sebelumnya 150px */
  width: 100%;
}

.about-title {
  text-align: center;
  font-size: 28px;
  margin-bottom: 30px;
  color: #0b3c5d;
}

.about-content {
  line-height: 1.8;
  font-size: 15px;
  color: #444;
}

.about-content h3 {
  margin-top: 30px;
  color: #0b3c5d;
}

.about-data {
  background: #f9fafc;
  padding: 20px;
  border-radius: 10px;
  margin-top: 15px;
  font-size: 14px;
}