	.page-content p {
		text-align: justify;
	}
/* ========================= */
/* 🌐 SMALL SCREENS */
/* ========================= */
@media (max-width: 575.98px) {
    #userNav {
        background: linear-gradient(to bottom, #022F40, #38AECC);
        color: white;
        font-weight: bold;
    }

    #primaryNav {
        background: white;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
                    rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    }
    .homepage-additional-content,
    .homepage-additional-content .col-lg-9 {
        background: white;
        margin-top: 0rem;
    }
	.main-header {
		background: linear-gradient(to bottom, #022F40, #38AECC);
	}
	.container-homepage-issue {
		margin-top: 0;
	}
	.page-content {
		padding-top: 1rem;
	}
    .block_information {
        position: static;
        width: 100%;
        margin: 20px 0 0 0;
        text-align: left;
        padding-left: 15px;
        padding-right: 15px;
        background: white;
       /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);*/
    }

    .block_information .content ul li {
        border-bottom: 1px solid lightblue;
        background: white;
    }

    .block_information .content ul li a {
        color: black;
        text-decoration: none;
    }

    .block_make_submission {
        position: static;
        width: 100%;
        text-align: center;
        margin-top: 20px;
        padding: 0 15px;
    }

    .block_make_submission .block_make_submission_link {
        display: block;
        width: 100%;
        padding: 0.75em 1.5em;
        font-size: 18px;
        font-weight: 500;
        font-family: 'Fira Sans', sans-serif;
        background: linear-gradient(135deg, #1a677e, #23a6d5);
        color: #fff;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
        border: none;
        border-radius: 7px;
        text-decoration: none;
        position: relative;
        overflow: hidden;
        transition: all 0.4s ease;
        text-align: center;
    }

    .block_make_submission .block_make_submission_link::before {
        content: "";
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.2);
        transform: skewX(-20deg);
        transition: all 0.5s ease;
    }

    .block_make_submission .block_make_submission_link:hover::before {
        left: 120%;
    }

    .block_make_submission .block_make_submission_link:hover {
        background: linear-gradient(135deg, #23a6d5, #1a677e);
        box-shadow: 0 6px 20px rgba(26, 103, 126, 0.5);
        transform: translateY(-2px);
    }

    .pkp_block .title {
        background: linear-gradient(to bottom, #022F40, #38AECC);
        color: white;
        padding: 8px;
        border-top-left-radius: 7px;
        border-top-right-radius: 7px;
    }

    .navbar-logo,
    .navbar-logo-text,
    .navbar-logo a {
        position: static;
        text-align: center;
        padding: 10px 0;
    }
	.site-footer-sidebar {
		border-bottom: none;
		padding-bottom: 0rem;
		background: white;
		margin-top: -45px;
	}
}

/* ========================= */
/* 💻 MEDIUM SCREENS */
/* ========================= */
@media (min-width: 576px) and (max-width: 991.98px) {
    #userNav {
        background: linear-gradient(to bottom, #022F40, #38AECC);
        color: white;
        font-weight: bold;
    }

    #primaryNav {
        background: white;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
                    rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    }
	.main-header {
		background: linear-gradient(to bottom, #022F40, #38AECC);
	}
    .homepage-additional-content,
    .homepage-additional-content .col-lg-9 {
        background: white;
        margin-top: 0rem
    }
	.container-homepage-issue {
		margin-top: 0rem;
	}
	.page-content {
		padding-top: 0rem;
	}
	.container, .container-md, .container-sm {
        max-width: 100%;
        padding: 0 40px;
    }
    .block_information {
        position: relative;
        width: 90%;
        margin: 20px auto;
        background: white;
    }

    .block_information .content ul li {
        border-bottom: 1px solid lightblue;
        background: white;
    }

    .block_information .content ul li a {
        color: black;
        text-decoration: none;
    }

    .block_make_submission {
        position: relative;
        width: 90%;
        margin: 20px auto;
        text-align: center;
    }

    .block_make_submission .block_make_submission_link {
        display: inline-block;
        padding: 0.75em 1.5em;
        font-size: 18px;
        font-weight: 500;
        font-family: 'Fira Sans', sans-serif;
        background: linear-gradient(135deg, #1a677e, #23a6d5);
        color: #fff;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
        border: none;
        border-radius: 7px;
        text-decoration: none;
        position: relative;
        overflow: hidden;
        transition: all 0.4s ease;
    }

    .block_make_submission .block_make_submission_link::before {
        content: "";
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.2);
        transform: skewX(-20deg);
        transition: all 0.5s ease;
    }

    .block_make_submission .block_make_submission_link:hover::before {
        left: 120%;
    }

    .block_make_submission .block_make_submission_link:hover {
        background: linear-gradient(135deg, #23a6d5, #1a677e);
        box-shadow: 0 6px 20px rgba(26, 103, 126, 0.5);
        transform: translateY(-2px);
    }

    .pkp_block .title {
        background: linear-gradient(to bottom, #022F40, #38AECC);
        color: white;
        padding: 8px;
        border-top-left-radius: 7px;
        border-top-right-radius: 7px;
    }
	.site-footer-sidebar {
		background: white;
		margin-top: -60px;
	}
}

/* ========================= */
/* 🖥️ LARGE SCREENS */
/* ========================= */
@media (min-width: 992px) {
    .main-header .container {
        max-width: 100% !important;
    }

    #userNav {
        width: 100%;
        text-align: right;
        background: linear-gradient(to bottom, #022F40, #38AECC);
        padding: 10px;
        margin-top: -16px;
        margin-right: -16px;
        padding-right: 35px;
    }

    #userNav .nav-link,
    .language-toggle .dropdown-toggle {
        color: white;
        font-weight: bold;
    }

    #primaryNav {
        justify-content: end;
        background: white;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    }

    .navbar-logo-text {
        z-index: 9999;
        position: absolute;
        top: 60%;
        right: 26%;
    }

    .navbar-logo {
        padding-top: 0;
    }

    .navbar-logo a {
        position: absolute;
        top: 47%;
        right: 40%;
        z-index: 9999;
        padding-left: -12px;
    }

    .homepage-additional-content {
        margin-top: 2rem;
        overflow: visible;
    }

    .homepage-additional-content, .issue-wrapper .col-lg-9 {
        background: white;
        position: relative;
        z-index: 1;
        padding: 20px;
        min-height: 100px;
        overflow: visible;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    }
	.issue-wrapper {
		justify-content: left;
	}
    .homepage-additional-content.justify-content-center {
        display: flex;
        justify-content: flex-start !important;
    }

    .page-content {
        margin-bottom: 1px;
        padding-top: 1px;
    }

    .page-content p {
        text-align: justify;
    }

    .block_information {
        position: absolute;
        top: 29%;
        left: 73%;
        background: white;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
        padding: 0;
        width: 22%;
    }

    .block_information .content ul li a {
        color: black;
        text-decoration: none;
    }

    .block_information .content ul li {
        padding: 9px;
        border-bottom: 1px solid lightblue;
    }

    .pkp_block .title {
        background: linear-gradient(to bottom, #022F40, #38AECC);
        padding: 8px;
        border-top-left-radius: 7px;
        border-top-right-radius: 7px;
    }

    .block_make_submission {
        position: absolute;
        top: 60%;
        left: 73%;
        padding: 0;
    }

    .block_make_submission .block_make_submission_link {
        position: relative;
        display: inline-block;
        padding: 0.75em 1.5em;
        font-family: 'Fira Sans', sans-serif;
        font-size: 18px;
        font-weight: 500;
        color: #fff;
        background: linear-gradient(135deg, #1a677e, #23a6d5);
        border: none;
        border-radius: 7px;
        text-decoration: none;
        cursor: pointer;
        overflow: hidden;
        transition: all 0.4s ease;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    }

    .block_make_submission .block_make_submission_link::before {
        content: "";
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.2);
        transform: skewX(-20deg);
        transition: all 0.5s ease;
    }

    .block_make_submission .block_make_submission_link:hover::before {
        left: 120%;
    }

    .block_make_submission .block_make_submission_link:hover {
        background: linear-gradient(135deg, #23a6d5, #1a677e);
        box-shadow: 0 6px 20px rgba(26, 103, 126, 0.5);
        transform: translateY(-2px);
    }
}
