/* Genel Ayarlar */
a {
    color: #006798;
    text-decoration: none;
}

.pkp_navigation_primary > li > a {
    color: #FFFFFF;
    font-family: aptos;
    font-size: medium;
}

.pkp_navigation_primary > li > a:hover {
    color: #ffff00; 
    font-family: aptos;
    font-size: medium;
    outline: 0;
    border-color: #b2f2ec;
}

/* Başlık ve Metin Stilleri */
.pkp_structure_main h1 {
    font-size: xx-large;
    font-family: aptos serif;
}

.obj_issue_toc .section > h2 {
    color: #008acb;
    font-weight: bold;
    text-transform: uppercase;
    display: list-item;
    background: #eeeeee;
    font-size: large;
}

.pkp_structure_main p {
    line-height: 1.45rem;
    margin: 1.43rem 0;
    text-align: justify;
    font-family: aptos serif;
    font-size: medium;
    color: #000;
}

.pkp_page_index .homepage_about h2 {
    margin-top: -0.714rem;
    color: #060;
}

/* Makale Detayları */
.obj_article_details {
    margin: 0;
}

.obj_article_details > .subtitle {
    margin: 0;
    font-size: x-large;
    line-height: 2.643rem;
    font-weight: 400;
}

.obj_article_details > .page_title {
    color: #060;;
    font-family: aptos serif;
}

.obj_article_details .abstract,
.pbj_article-details .item > :last-child {
    text-align: justify;
    color: #000;
    background-color: #f8fffe;
}

.obj_article_details .authors {
    color: #000;
    font-family: aptos;
}

.obj_article_details .authors .name {
    font-weight: 400;
    display: block;
    font-size: medium;
    font-family: aptos;
}

.obj_article_details .authors .affiliation {
    font-size: initial;
    font-family: aptos;
}

.obj_article_details .authors li {
    margin-bottom: 1.0rem;
}

.obj_article_details .authors .orcid {
    display: block;
   line-height: 1rem;
   font-size: medium;
   font-family: aptos;
}

.obj_article_details .authors .orcid a {
    vertical-align: middle;
    color: #060;
    font-size: inherit;
    text-decoration: none;
}

/* Makale Özeti */
.obj_article_summary {
    position: relative;
}

.obj_article_summary .meta {
    padding-top: 0.357rem;
    font-size: 1.1rem;
}

.obj_article_summary .authors {
     font-family: aptos serif;
     font-size: medium;
}

.cmp_button_wire, .obj_galley_link {
   font-family: aptos serif;
     font-size: medium;
}

.obj_article_summary > .title {
    font-size: 1.0rem; /* Tek bir font-size kullanıldı */
    font-weight: 500;
}

.obj_article_summary > .title a {
    color: #060;
    font-weight: bold;
    font-size: large;
    font-family: aptos serif;
}

.obj_issue_toc .section > h2 {
    font-family: aptos;
}

/* Galeri ve Bölüm Ayarları */
.obj_issue_toc .galleys,
.obj_issue_toc .section {
    position: relative;
    left: -1px;
    margin: 2.1rem -1.43rem;
    padding: 2.1rem;
    padding-top: 0.0em;
    padding-right: 2.1rem;
    padding-bottom: 0.0rem;
    padding-left: 2.1rem;
}

.obj_issue_toc .section:before {
    content: '';
    position: absolute;
    top: 14px;
    left: 0;
    width: 100%;
   border-top: 1px solid #dddddd0f;
}

/* Diğer Stiller */
.cmp_button_wire, 
.obj_galley_link {
    display: inline-block;
    padding: 0 0.1em;
    background: #fff;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    font-size: 1.0rem;
    line-height: calc(2.1rem - 2px);
    color: #060;;
    text-decoration: none;
}

.most-viewed-headline {
    color: #060;;
}

.page_submissions .submission_checklist li {
    padding: 1.43rem 1.43rem 1.43rem 2.4rem;
    border-bottom: 1px solid #ddd;
    font-size: medium;
}

.cmp_notification {
    font-size: medium;
}

.obj_announcement_summary h2 a, .obj_announcement_summary h3 a, .obj_announcement_summary h4 a {
    text-decoration: none;
    font-size: small;
    color: #0b56a7;
}

.pkp_structure_main .page h1 {
    margin-top: 0;
    color: #060;
    font-family: aptos serif;
    font-size: 28px;
}

.pkp_block .title {
    color: #060;
}

.pkp_structure_main h3 {
    color: #060;
    font-family: aptos serif;
}


/* Öğe Stilleri */
.obj_article_details .item {
    padding: 2.143rem;
    padding-bottom: 0.0rem;
}

.obj_article_details .item.doi,
.obj_article_details .item.keywords {
    padding-top: 0;
    background-color: whitesmoke;
}

.obj_article_details .main_entry .item .label {
    color: #060;
}


.pkp_block .content ul li {
    line-height: 1.43rem;
    padding: .157rem 0;
}

.block_browse .current a {
    padding-left: 0.5em;
    border-left: 4px solid #ff4040;
    color: rgb(9 215 28);
    cursor: text;
}

.page_catalog_category .article_count {
color: #2900cb;
}

/* author, doi, orcid icons */

.author-name {
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: bold;
    font-size: large;
}

.author-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('https://jneurophilosophy.com/Download/747376.png'); /* Kişi ikonu URL'si */
    background-size: contain;
    background-repeat: no-repeat;
}

.orcid-link, .doi-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    text-decoration: none;
    color: #000;
}

.orcid-icon, .doi-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
}

.orcid-icon {
    background-image: url('https://jneurophilosophy.com/Download/orcid_16x16.png');
}

.doi-icon {
    background-image: url('https://jneurophilosophy.com/Download/doi.png');
}


/* references show more button */

.references {
    text-align: left;
}

.toggle-btn-container {
    text-align: center;
    margin-top: 15px;
}

.hidden-ref {
    display: none;
}

#toggleRefsBtn {
    display: inline-block;
    background-color: #060;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

#toggleRefsBtn:hover {
    background-color: #0056b3;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}