/* =========================================================
   AJBMS FINAL COLOR-LOCKED CSS
   Asian Journal of Business and Management Strategy
   Palette: Academic Blue – Muted Gold – Soft Gray
   ========================================================= */

/* ======== Site Name & Header ======== */
.pkp_site_name {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.pkp_site_name > a {
  padding-top: 0;
  padding-bottom: 0;
}

.pkp_site_name .is_img img {
  max-height: 240px !important;
  margin-top: -10px;
  margin-bottom: -10px;
}

.pkp_site_name_wrapper {
  padding-left: 0;
  padding-right: 0;
}

.pkp_navigation_user_wrapper {
  top: 0;
  right: 0;
  padding-right: 30px;
}

.pkp_structure_page {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
  padding-bottom: 20px !important;
}

/* ======== Footer ======== */
.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;
}

/* ======== Sidebar Container ======== */
.sidebar-box {
  background: #F4F6F8;
  border: 1px solid #E1E5EA;
  padding: 8px;
  margin-bottom: 12px;
  text-align: center;
}

/* ======== Quick Menu Header ======== */
.block_custom .title, 
#customblock-QuickMenu .title {
  background: #C9A227;
  color: #1F3C88;
  font-weight: bold;
  padding: 6px;
  text-align: center;
  border-radius: 3px;
}

/* ======== Main Menu Header ======== */
.main-menu {
  display: block;
  padding: 10px;
  margin-bottom: 3px;
  text-align: center;
  color: #FFFFFF;
  background: #1F3C88;
  font-weight: bold;
  text-decoration: none;
  border-radius: 3px;
}

/* ======== Submenu Link ======== */
.submenu-link {
  display: block;
  padding: 6px 8px;
  margin: 0;
  text-align: center;
  color: #FFFFFF;
  background: #1F3C88;
  text-decoration: none;
  border-bottom: 0.5px solid #FFFFFF;
  transition: all 0.3s ease;
  border-radius: 3px;
}

.submenu-link:hover,
.submenu-link:focus {
  background: #16306B;
  color: #FFFFFF;
  box-shadow: 0 2px 6px rgba(0,0,0,0.25);
  transform: translateX(6px);
}

/* ======== Primary Navigation ======== */
#navigationPrimary a {
  color: #1F3C88;
  font-weight: bold;
  padding: 8px 12px;
  transition: all 0.3s ease;
}

#navigationPrimary a:hover {
  color: #C9A227;
  border-bottom: 2px solid #C9A227;
}

/* ======== Login Form ======== */
#sidebar-username,
#sidebar-password {
  width: 95%;
  padding: 5px;
  border: 1px solid #E1E5EA;
}

.button {
  background: #1F3C88;
  color: #FFFFFF;
  border: none;
  padding: 6px 12px;
  cursor: pointer;
  border-radius: 3px;
  transition: all 0.3s ease;
}

.button:hover {
  background: #16306B;
  box-shadow: 0 2px 6px rgba(0,0,0,0.25);
  transform: translateX(3px);
}

/* ======== Editorial Team Box ======== */
.chief-editor-card {
  display: flex;
  align-items: flex-start;
  background: #F4F6F8;
  padding: 10px;
  border: 1px solid #1F3C88;
  margin-bottom: 12px;
  gap: 12px;
  border-radius: 4px;
}

.chief-editor-photo img {
  width: 80px;
  height: auto;
  border-radius: 3px;
  border: 1px solid #1F3C88;
  flex-shrink: 0;
}

.editor-title {
  font-weight: bold;
  font-size: 10px;
  color: #1F3C88;
  margin-bottom: 8px;
}

.editor-name {
  font-size: 8px;
  font-weight: bold;
  color: #1F3C88;
  margin-bottom: 4px;
}

.editor-affil,
.editor-id {
  font-size: 8px;
  color: #2E2E2E;
  margin-bottom: 4px;
}

.editor-id a {
  color: #1F3C88;
  text-decoration: none;
}

.editor-id a:hover {
  text-decoration: underline;
  color: #C9A227;
}

/* ======== View Button ======== */
.view-button {
  display: inline-block;
  margin-top: 3px;
  padding: 3px 8px;
  background: #1F3C88;
  color: #FFFFFF;
  border: 1px solid #1F3C88;
  border-radius: 3px;
  font-size: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
}

.view-button:hover {
  background: #C9A227;
  color: #FFFFFF;
  box-shadow: 0 2px 6px rgba(0,0,0,0.25);
  transform: translateX(2px);
}

/* ======== Site Footer ======== */
.site-footer {
  background: #F4F6F8;
  border-top: 3px solid #1F3C88;
  padding: 12px 0;
  font-size: 14px;
  color: #2E2E2E;
}

.footer-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 15px;
  border-left: 4px solid #C9A227;
}

.publisher-name {
  font-weight: bold;
  color: #1F3C88;
}

.license-text a {
  color: #1F3C88;
  font-weight: bold;
  text-decoration: none;
}

.license-text a:hover {
  color: #C9A227;
  text-decoration: underline;
}

/* ======== Overlay Consistency ======== */
.contact-overlay-wrapper::after,
.sidebar-template .template-link::after,
.contact-btn::after,
.tool-item::after {
  background: #1F3C88;
}

/* ======== Hide Sidebar Title ======== */
.pkp_structure_sidebar h2,
.pkp_structure_sidebar .sidebar-title,
.pkp_structure_sidebar .pkp_block_title,
.pkp_structure_sidebar .pkp_block .title {
  display: none !important;
}


