/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.5.1764845850
Updated: 2025-12-04 10:57:30

*/
a {
    color: var(--e-global-color-primary);
}

.issue-list-wrap li a {
    color: var(--e-global-color-primary);
    font-family: var(--e-global-typography-a61d6f4-font-family), Sans-serif;
    font-size: var(--e-global-typography-a61d6f4-font-size);
    font-weight: var(--e-global-typography-a61d6f4-font-weight);
    line-height: var(--e-global-typography-a61d6f4-line-height);
}

.issue-list-wrap li a:hover {
    color: black;
}


ul.issue-list-wrap {
    padding: 10px 30px;
    border: 1px solid #54595f66;
    border-radius: 10px;
    margin: 12px 0px 20px 0px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

ul.issue-list-wrap li {
    list-style-type: disclosure-closed;
    color: var(--e-global-color-primary);
}

.parent-issue-list-wrap {
    padding: 0;
}

.parent-issue-list-wrap>li {
    list-style-type: none;
}


.parent-issue-list-wrap li strong {
    font-family: var(--e-global-typography-256b61a-font-family), Sans-serif;
    font-size: var(--e-global-typography-256b61a-font-size);
    font-weight: var(--e-global-typography-256b61a-font-weight);
    line-height: var(--e-global-typography-256b61a-line-height);
}

.archive-list-item .elementor-loop-container {
    display: flex;
    gap: 0 !important;
    flex-direction: column-reverse;
}




.post-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.inner-post-item p,
.inner-post-item h6 {
    margin: 0;
}

.inner-post-item {
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 100%;
}


.post-item {
    border-bottom: 1px solid #54595F66;
    display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
    padding: 12px;
}

.primary-btn {
    background-color: var(--e-global-color-accent);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    fill: var(--e-global-color-4ae77af);
    color: var(--e-global-color-4ae77af);
    padding: 8px 14px 8px 14px;
    border-radius: 3px;
}

.primary-btn:hover {
    color: var(--e-global-color-7e9f8ad);
}

.doi-text {
    color: #000;
    font-size: 14px;
}

.inner-post-item p {
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-secondary-font-weight);
    color: var(--e-global-color-text);
}

.inner-post-item h6 {
    font-family: var(--e-global-typography-a61d6f4-font-family), Sans-serif;
    font-size: var(--e-global-typography-a61d6f4-font-size);
    font-weight: var(--e-global-typography-a61d6f4-font-weight);
    line-height: var(--e-global-typography-a61d6f4-line-height);
}

.blink-color {
  font-weight: bold;
  animation: colorBlink 1.5s infinite;
}

.mb-0 p {
	margin-bottom: 0;
}
.page-no-wrap {
    width: 8%;
    text-align: center;
}
.page-no-wrap p.ft-bold{
    font-size: 12px;
    margin-bottom: 25px;
}
.ft-bold {
    font-weight: 700;
}

.page-no-wrap h6{
    margin: 0;
}

.btn-wrap {
    margin: auto;
}

.ijaeb-faq-wrap .e-n-accordion-item{
	border-radius: 10px !important;
	background-color: #4FA4152E !important;
}

.category-title {
	padding-left: 12px;
}

@keyframes colorBlink {
  0%   { color: red; }
  25%  { color: blue; }
  50%  { color: green; }
  75%  { color: orange; }
  100% { color: purple; }
}


@media (max-width: 767px) {

    .page-no-wrap p.ft-bold{
        margin-bottom: unset;
    }
    .post-item {
        flex-direction: column;
        align-items: flex-start;
        padding-bottom: 20px;
    }

    .page-no-wrap p {
        margin-bottom: 0;
    }

    .post-list {
        gap: 10px;
    }

    .page-no-wrap {
    gap: 10px;
    width: 100%;
    display: flex;
    text-align: center;
    flex-direction: row;
    align-items: center;
}
    .btn-wrap {
    margin: unset;
}
.post-item {
    gap: 10px;
}
}