

/* =====================================
   NAV LINKS (PRIMARY + USER)
===================================== */




/* =====================================
   DROPDOWN MENUS (PRIMARY + ADMIN)
===================================== */



.pkp_navigation_primary .dropdown-menu,
.pkp_navigation_user .dropdown-menu {
    
    
    border-radius: 8px;
    padding: 6px 0;
}

/* Dropdown links */
.pkp_navigation_primary .dropdown-menu a,
.pkp_navigation_user .dropdown-menu a {
    color: #000 !important;
    background: transparent !important;
    padding: 10px 18px;
    
}
.pkp_structure_footer_wrapper {
    background: linear-gradient(135deg,#ffffff,#339145);
}
/* Dropdown hover – orange border + text */


/* Active click state – still no background */
.pkp_navigation_primary .dropdown-menu a:active,
.pkp_navigation_user .dropdown-menu a:active {
    background: transparent !important;
}

/* =====================================
   PROFILE / ADMIN DROPDOWN TOGGLE
===================================== */

/* Hover profile button */

.pkp_site_name{
grid-column: 2;
    display: flex;
    align-items: center;
    gap: 12px;
    text-align: center;
    justify-self: center
}


.pkp_head_wrapper {
    width: auto !important;
    padding-top: 1rem !important;
}

.pkp_page_index .additional_content {
    padding: 2.143rem .714rem 0 .714rem;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}


.pkp_navigation_user .task_count{
    position: static;
}

.pkp_brand_footer{
    display: none;
}

.pkp_footer_content {
    padding: 0;
   
}
/* new */
  html, body {
    background: #000;
}


.pkp_structure_head {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}

header {
    display: block;
}


.pkp_structure_page {
    margin: 0 auto;
    max-width: 1160px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

@media (min-width: 1200px) {
    .pkp_structure_page {
        margin-top: 2.143rem;
        margin-bottom: 2.143rem;
    }
}
.pkp_navigation_primary_row {
    background: #000000;
}
@media (min-width: 992px) {
    .pkp_navigation_primary_row {
        background: #000;
        padding-left: 2.143rem;
        padding-right: 2.143rem;
    }
}

.pkp_screen_reader{
    color: #000;
}

@media (min-width: 992px) {
    .pkp_navigation_user>li:last-child>a {
        margin-right: 0;
    }
}

.pkp_site_nav_menu a{
    color: #000;
}

@media (min-width: 992px) {
    .pkp_navigation_user>li>a:focus {
        outline: 0;
        background: #fff;
        color: #000;
    }
}

.pkp_site_name .is_text{
    color: #000;
}

@media (min-width: 992px) {
    .pkp_nav_list ul a {
        display: block;
        padding-left: .357rem;
        border-left: .357rem solid transparent;
        color: #000;
    }
}

.pkp_site_nav_menu a {
    background-color: #000;
    color: #fff;
}


.block_make_submission a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.65em 1.6em;
    background: linear-gradient(135deg, #339145, #2b7c3b);
    border: 1px solid #2b7c3b;
    border-radius: 6px;
    box-shadow:
        0 6px 14px rgba(51, 145, 69, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.25);
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.2;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Hover effect */
.block_make_submission a:hover {
    background: linear-gradient(135deg, #3fae5b, #339145);
    box-shadow:
        0 10px 22px rgba(51, 145, 69, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.35);
    transform: translateY(-2px);
    color: #ffffff;
}

/* Active / Click effect */
.block_make_submission a:active {
    transform: translateY(0);
    box-shadow:
        0 4px 10px rgba(51, 145, 69, 0.25),
        inset 0 3px 6px rgba(0, 0, 0, 0.25);
}

/* Focus (accessibility) */
.block_make_submission a:focus {
    outline: none;
    box-shadow:
        0 0 0 3px rgba(51, 145, 69, 0.35),
        0 6px 14px rgba(51, 145, 69, 0.25);
}

.pkp_block {
    padding: 1.5rem;
    font-size: 1rem;
    
    line-height: 1.43rem;
}

@media (min-width: 992px) {
    .pkp_block {
        padding: 1.5rem;
    }
}

.pkp_site_nav_toggle>span:before, .pkp_site_nav_toggle>span:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background: #000;
}

.pkp_site_nav_menu{
    background-color: #000;
}

.pkp_navigation_user li{
  margin-top: 10px;
}