/* UPDATED 2025-12-28 BUTTON FIX */

@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css');


.pkp_site_name .is_img img {
    display: inline-block;
	max-height:300px;
	max-width: 1000%;
	width:auto;
	height: auto;
}


.pkp_structure_main  a {
    color: #2780e3;
    text-decoration: none;
        color: #03b9ff;
}

.pkp_structure_main a:hover {
    color: #2780e3;
    text-decoration: none;
        color: #03b9ff;
}

.breadcrumb {
    background: #454444;
}

.btn-default, .pkp_block.block_make_submission a {
    background: #454444;
    color: white;
    text-decoration: none;
}
a{
    text-decoration: none;
}

p {
    font-family: emoji;
    font-size: 17px;
}

div#articlesBySameAuthorList {
    display: none;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow-x: hidden;
}

.media-heading a {
    color: darkblue;
}

.btn-group>.btn:first-child {
    color: white;
}

.pkp_structure_main .read-more {
    color: white;
}

.alert-info {
    background: #454444;
}

.alert-info,.alert-info a {
    color: white;
}



.pdf::before {
    content: "\f1c1";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 5px;
}
.pkp_structure_main .pdf, .pkp_structure_main .pdf:hover {
    color:darkblue;
    text-decoration: none;
    color: white;
}

.media-heading a {
    color: brown;
    font-weight: 459;
}
@media (min-width: 768px) {
    .lead {
        font-size: 22.5px;
        color: brown;
    }
}
.page-header {
    padding-bottom: 9.5px;
    margin: 42px 0 21px;
    border-bottom: 1px solid red;
    color: brown;
}
.img-responsive
{
    display: none;
}

/* ==== Galley buttons: spacing + HTML text contrast (IJOMCR) ==== */

/* space between PDF + HTML buttons */
a.obj_galley_link,
a.cmp_galley_link,
a.galley-link{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  margin-right:14px !important;
  margin-bottom:10px !important;
  gap:6px !important;
  text-decoration:none !important;
}

/* keep galley text readable */
a.obj_galley_link,
a.cmp_galley_link,
a.galley-link,
a.obj_galley_link *,
a.cmp_galley_link *,
a.galley-link *{
  color:#ffffff !important;
  font-weight:600 !important;
}

/* YOUR HTML galley uses /view/ links in OJS */
a.obj_galley_link[href*="/view/"],
a.cmp_galley_link[href*="/view/"],
a.galley-link[href*="/view/"]{
  background:#0b5ed7 !important;
  border-color:#0b5ed7 !important;
}

/* PDF galley uses /download/ links */
a.obj_galley_link[href*="/download/"],
a.cmp_galley_link[href*="/download/"],
a.galley-link[href*="/download/"]{
  background:#1e6bd6 !important;
  border-color:#1e6bd6 !important;
}
