
/* Minnka forsíðumynd og miðja hana */
.pkp_page_index .homepage_image img {
    width: 50%;
    height: auto;
    margin: 0 auto;
    display: block;
}

/* Bakgrunnslitur fyrir PDF merki */
.obj_galley_link.pdf {
    background-color: #078080 !important;
    color: white !important;
}

/* Undirstrikun undir Current Issue h2 */
.pkp_page_index .current_issue h2 {
    position: relative;
    display: inline-block;
    padding-bottom: 0.5em;
    margin-bottom: 1em;
}

.pkp_page_index .current_issue h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 3em;
    height: 4px;
    background-color: #f28c28; /* Þægilegur appelsínugulur litur */
}
