/* ===== Hormuud Journals Portal Style ===== */

body {
    font-family: "Segoe UI", Arial, sans-serif;
    background: #f4f7fb;
}

/* Header */

.pkp_structure_head {
    background: #0b3c5d;
    border-bottom: 4px solid #2ecc71;
}

.pkp_site_name a {
    color: white !important;
    font-weight: bold;
    font-size: 22px;
}

/* Navigation */

.pkp_navigation_primary > li > a {
    color: white !important;
}

/* Journal grid */

.cmp_journal_list {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
    gap: 30px;
    margin-top: 30px;
}

/* Journal card */

.cmp_journal_list li {
    background: white;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    list-style: none;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    transition: 0.3s;
}

.cmp_journal_list li:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

/* Journal title */

.cmp_journal_list h3 a {
    color: #0b3c5d;
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
}

/* Journal buttons */

.cmp_journal_list a {
    display: inline-block;
    margin-top: 8px;
}

/* Buttons */

a.obj_galley_link,
a.read_more {
    background: #2ecc71;
    color: white !important;
    padding: 8px 14px;
    border-radius: 6px;
    font-size: 14px;
}

/* Footer */

.pkp_structure_footer_wrapper {
    background: #0b3c5d;
    color: white;
    padding: 25px;
    text-align: center;
}

/* Links */

a {
    color: #2ecc71;
}

a:hover {
    color: #27ae60;
}

.pkp_structure_head {
    background-color: #168055;
    border-bottom: 1px solid #ddd;
   /* background-image: url(/hormuud_journal_logo.png);
    background-repeat: round;
    /* background-size: 100%; */
}
.pkp_structure_page {
    background-image: url(/background.jpg);
	    background-repeat: no-repeat;
    background-size: contain;

}
.pkp_structure_main {
    background-color: #ffffff;
}
.pkp_structure_head {
    background-color: #168055;
    border-bottom: 1px solid #ddd;
    background-image: url(/banner_header.png);
    background-repeat: no-repeat;
    /* background-size: inherit; */
    background-size: 100%;
}
.pkp_structure_content {
    background-color: #ffffff;
}
@media (min-width: 992px) {
    .pkp_structure_main:first-child:last-child:before {
        left: 0px;
        right:auto;
    }
}
@media (min-width: 992px) {
    .pkp_structure_main:first-child:last-child:after {
        left: auto;
        right: 0px;
    }
}
@media (min-width: 992px) {
    .pkp_structure_main:first-child:last-child {
        float: none;
        /*margin-left: 0px;*/
        margin-right: auto;
        margin-top: 2.857rem;
		width: 90%;
    }
}
.pkp_brand_footer {
    display: none;

}

.journals {
    width: auto;
    margin: 0 auto;
    background: #eaf1ec !important;
    /*display: flex;
    padding: 15px 15px 15px 15px;*/
}
/*
.pkp_page_index .journals {
    margin-top: 2.143rem;
    left: 0px;
    margin-right: -300px;
}
*/

a {
    color: #004696;
}
li.has_thumb {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
p.MsoNormal {
    text-align: justify;
}