
/* sayfa altÄ± logoyu gizle */

.pkp_brand_footer  {
    display: none;
}

/* sayfa altÄ± footer rengi */
.pkp_structure_footer_wrapper {
    background: #dcdcdc;
}


/* footer yazÄ±sÄ±nÄ± ortalama ve boyutu */
.pkp_footer_content {
    padding: 1rem;
    text-align: center;
}



@media (min-width: 992px) {
.pkp_navigation_primary {
    display: inline-block;
    max-width: 90%;
    text-align: left;
}
}


/* banner/logo maksimum boyu */

@media (min-width: 992px){
.pkp_site_name .is_img img {
    max-height: 200px;

}
}




.pkp_site_name {
	padding-top: 5px;
	padding-bottom: 2px;
}




.obj_article_details .abstract {
text-align: justify;
}

.obj_article_details .author_bios {
text-align: justify;
}
.obj_article_details .references {
text-align: justify;
}

.pkp_structure_main p {
	text-align: justify;
	font-size: 1.1em;
}




.pkp_site_nav_menu {
    background: #6955a0;
}



/*YAN BLOK BAÅžLIK ARKA PLAN VE METÄ°N RENKLERÄ° geÃ§iÅŸli*/

.pkp_block .title {
  background-image: linear-gradient(#7a64bb, #6b57a7);
  border: 0;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, .3) 0 5px 15px;
  box-sizing: border-box;
  color: #ffffff;

  font-size: .9em;
  margin: 5px;
  padding: 10px 15px;
  text-align: center;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  
}

/*YAN BLOK iÃ§erik yakÄ±nlÄ±k ayarlarÄ±*/
.pkp_block .content ul li {
    padding: 5px 5px 5px 15px;
}


/* makale ekle buton ve diÄŸer buton ayarlarÄ± */

.cmp_button, .cmp_form .buttons button, .page_lost_password .buttons button, .page_search .submit button, .block_make_submission a {
    display: inline-block;
    padding: 0 1em;
    background: #6b57a7;
    border: 1px solid rgba(0,0,0,0.4);
    border-top-color: #bbb;
    border-radius: 3px;
    box-shadow: inset 0 -1em 1em rgb(0 0 0 / 10%);
    font-size: .93rem;
    line-height: calc(2.143rem - 2px);
    font-weight: 700;
    text-decoration: none;
    color: #ffffff;
}

h1 { 
  display: block;
  font-size: 2.3em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
  color: #6b57a7;
}

h2 { 
  display: block;
  font-size: 2em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
  color: #6b57a7;
}


h4 { 
  display: block;
  font-size: 2em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
  color: #6b57a7;
}


.obj_article_summary>.title a {
    text-decoration: none;
}




/* link rengi */
a {
  color: #000000;
}

/* fare ile link Ã¼zerine gelinceki rengi */
a:hover {
  color: #3e3e3e;
}




.pkp_navigation_primary>li>a {
    margin: 0.357rem 0.5em 0;
    padding: 0.357rem 0.5em calc(0.714rem - 2px);
    border-bottom: 2px solid transparent;
    color: rgb(255 254 254 / 84%);
    text-decoration: none;
}




/* makale, baÅŸlÄ±k aralÄ±kalrÄ± ayarlarÄ± */

.pkp_navigation_primary>li:first-child a {
    margin-left: 1em;
    
}

.obj_issue_toc .sections:not(:first-child) {
    margin-top: -3rem;
}

.obj_issue_toc .articles {
    margin-top: calc(0.143rem + 0.43rem);
}



/* saÄŸ blok aralÄ±klarÄ± ve boÅŸluklarÄ± */

.pkp_block {
    padding: 10px 15px 10px 15px;
}


/*ArÅŸiv kapak resmi gÃ¶lgeleme ve kenar yuvarlama iÃ§in kodlar*/

.obj_issue_summary .cover img {
    border-radius: 5px;
    box-shadow: 1px 3px 7px 1px grey;
}


/*Son sayÄ± sayfasÄ±ndaki kapak resmine gÃ¶lgeleme ve kenar yuvarlama  efekt*/

.obj_issue_toc .cover img {
    border-radius: 5px;
    box-shadow: 1px 3px 7px 1px grey;
}



/* Style for reference links to wrap text and align properly */
.obj_article_details .references,
.citation_list, /* Adjust selector depending on OJS version */
.references {
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    text-align: justify;
    line-height: 1.6em;
    font-size: 1em;
}

/* Ensure anchor tags (links) also wrap correctly inside references */
.obj_article_details .references a,
.citation_list a,
.references a {
    word-break: break-all;
    white-space: normal;
    text-decoration: underline;
    color: #004080; /* optional: improves link readability */
}





/*YAN BLOK BAÅžLIK ARKA PLAN VE METÄ°N RENKLERÄ° tek tip*/
/*
.pkp_block .title {
    background-color: #2bae68;
    color: white;
    padding: 12px;
}
*/



/* Global Body and Background */
body {
    font-family: 'Arial', sans-serif;
    background-color: #FFFFFF;
    margin: 0;
    padding: 0;
    color: #333;
}

/* Section Headers Styling */
.editor-section {
    margin: 30px 0;
}

.subject-heading {
    background-color: #7a64bb;
    color: white;
    font-weight: bold;
    font-size: 16px;
    text-align: left;
    padding: 10px 15px;
    margin-bottom: 20px;
    border-radius: 5px;
    text-transform: uppercase;
    border-top: 3px solid #5b4099;
    border-bottom: 3px solid #5b4099;
}

/* Card Styling */
.editor-card {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    padding: 20px;
    display: flex;
    align-items: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-left: 5px solid #7a64bb;
}

.editor-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.editor-card img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 20px;
}

/* Editor Information */
.editor-info {
    flex-grow: 1;
}

.editor-info strong a {
    color: #0056b3;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    transition: color 0.3s ease;
}

.editor-info strong a:hover {
    color: #003366;
}

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

.editor-info a {
    color: #0056b3;
    text-decoration: none;
}

.editor-info a:hover {
    text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 768px) {
    .editor-card {
        flex-direction: column;
        text-align: center;
    }

    .editor-card img {
        margin-bottom: 15px;
    }

    .subject-heading {
        font-size: 14px;
    }
}

/* Link Styling */
a {
    color: #0056b3;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}




.obj_announcement_summary .read_more {
    display: inline-block;
    position: relative;
    padding-right: 2.143rem;
    font-size: .93rem;
    font-weight: 700;
    line-height: 2.143rem;
    color: #429de8;
    text-decoration: none;
}

