 .ifu-wrapper {
    width: 60vw;
    border-radius: 20px;
    border: 1px solid #8F8F8F;
    background: #D9D9D9;
    font-family: PolySans, sans-serif;
    overflow: hidden;
    box-sizing: border-box;
}
.ifu-header {
    width: 100%;
    border-radius: 20px 20px 0 0;
    background: #030832;
    color: #FFF;
    padding: 22px 30px 22px 51px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.ifu-header-left,
.ifu-header-right {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #FFF;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
}
.ifu-header-right {
    gap: 15px;
}
#ifu-per-page {
    width: 64px;
    height: 33px;
    padding: 0 26px 0 10px;
    margin-top: 1px;
    border-radius: 100px;
    border: 1px solid var(--gradien, #0066CD);
    background: var(--10-blue, #E5F3FA) url('https://jri-eifu.bubblestaging.com/wp-content/uploads/2025/09/Vector-3.svg') no-repeat right 8px center;
    background-size: 12px auto;
    color: #000;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    box-sizing: border-box;
}
.ifu-header-right input {
    width: 300px;
    max-width: 100%;
    height: 33px;
    padding: 0 12px;
    border: 1px solid var(--gradien, #0066CD);
    border-radius: 100px;
    background: var(--10-blue, #E5F3FA);
    color: #000;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    box-sizing: border-box;
}
.ifu-header-right input::placeholder {
    color: #555;
}
.ifu-header-right label {
   color: #FFF;
font-family: PolySans;
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: 30px; 
}
.ifu-table {
    width: 100%;
    box-sizing: border-box;
}
.ifu-table-row {
    width: 100%;
    display: flex;
    padding: 12px 20px;
    box-sizing: border-box;
}
.ifu-row-odd { background: #FFF; }
.ifu-row-even { background: #D9D9D9; }
.ifu-no-result { justify-content: center; font-style: italic; }
.ifu-col {
    width: 100%;
    color: var(--Color, #030832);
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    overflow-wrap: break-word;
    padding-right: 10px;
    box-sizing: border-box;
}
.no-col   { flex: 0.2; }  
.date-col { flex: 0.8;   }  
.lang-col { flex: 0.4; } 
.title-col{ flex: 5;   }   
.ifu-footer {
    width: 100%;
    border-radius: 0 0 20px 20px;
    background: #030832;
    padding: 22px 30px 22px 51px;
    color: #FFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    font-size: 16px;
    box-sizing: border-box;
}
.ifu-footer-info { flex: 1 1 auto; }
.ifu-footer-nav { display: flex; gap: 20px; }
.ifu-footer-nav a {
    display: inline-flex;
    align-items: center;
    color: #FFF;
    text-decoration: none;
    gap: 6px;
    cursor: pointer;
}
.ifu-footer-nav img {
    width: 16px;
    height: auto;
}
.ifu-download-btn {
    display: inline-flex !important;   /* ✅ force flex container */
    flex-direction: row !important;    /* ✅ ensure horizontal layout */
    align-items: center !important;    /* ✅ vertical center */
    justify-content: center;
    gap: 7px !important;               /* space between icon and text */
    border-radius: 100px !important;
    background: #2F388D;
    color: #FFF;
    text-align: center;
    font-family:'Polysans Bold';
    font-size: 16px;
    font-style: italic;
    font-weight: 700;
    text-decoration: none;
    line-height: 1;                     /* tighter alignment */
    padding: 20px 30px !important;
    transition: background 0.3s ease;
}

.ifu-download-btn:hover {
    background: #2F388D!important;
    color: #FFF!important;
}
.ifu-email-btn{
    gap: 15px !important;    
}
.ifu-btn-icon1 {
    width: 16px!important;
    height: 16px!important;

    display: block;
}
.ifu-btn-icon1 {
margin-right:8px; vertical-align:middle;            
    display: block;
}

.ifu-download-btn,
.ifu-download-btn:visited,
.ifu-download-btn:active,
.ifu-download-btn:focus {
    color: #FFF !important;
    text-decoration: none !important;
}




#download-popup-ifu {
  display: none;
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.6);
  z-index: 9999;
}

#download-popup-ifu.show {
  display: flex;
  align-items: center;
  justify-content: center;
}

#download-popup-ifu .popup-content-ifu {
  background: #fff;
  max-width: 836px;
  width: 100%;
  border-radius: 40px;
  box-shadow: 0 961px 250px 0 rgba(0,0,0,0.00), 0 615px 246px 0 rgba(0,0,0,0.01), 0 346px 208px 0 rgba(0,0,0,0.05), 0 154px 154px 0 rgba(0,0,0,0.09), 0 38px 85px 0 rgba(0,0,0,0.10);
  padding: 50px 150px;
  max-height: 95vh;
  overflow-y: auto;
  position: relative;
}

#download-popup-ifu input[type="submit"] {
  margin-bottom: 50px;
}

#download-popup-ifu .popup-content-ifu h2 {
  color: var(--Color, #030832);
  text-align: center;
  font-family: PolySans;
  font-size: 55px;
  font-weight: 700;
  line-height: 70px;
  margin-bottom: 20px;
}

#download-popup-ifu .popup-content-ifu h2+p {
  color: var(--Color, #030832);
  text-align: center;
  font-family: PolySans;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 35px;
  margin-bottom: 42px;
}

#download-popup-ifu .popup-content-ifu h2+p a {
  color: var(--Color, #030832);
  font-family: PolySans;
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
  line-height: 35px;
}

#download-popup-ifu .popup-content-ifu:has(h2+p) {
  padding: 50px 100px;
}

#download-popup-ifu .popup-content-ifu h2 span {
  color: var(--Dark-Blue, #2F388D);
  font-family: PolySans;
  font-size: 55px;
  font-style: italic;
  font-weight: 700;
  line-height: 70px;
}

#download-popup-ifu h3 {
  color: #000;
  text-align: center;
  font-family: PolySans;
  font-size: 22px;
  font-style: italic;
  font-weight: 700;
  line-height: 35px;
  margin-bottom: 30px;
}


#download-popup-ifu .popup-content-ifu:has(h2+p) {
    padding: 100px;
}

#download-popup-ifu span.close-popup-ifu {
    position: absolute;
    right: 50px;
    top: 50px;
}

@media only screen and (min-width:1400px) {
    #download-popup-ifu .popup-content-ifu:has(h2+p) {
        padding: 200px 100px;
    }
}
@media only screen and (max-width:1366px) {
 .ifu-wrapper {
    width: 70vw;
	 }
}
@media only screen and (max-width:1200px) {
 .ifu-wrapper {
    width: 85vw;
	 }
}
@media only screen and (max-width:1024px) {
    #download-popup-ifu .popup-content-ifu {
        max-width: 90%;
        padding: 50px;
    }
    #download-popup-ifu span.close-popup-ifu {
        position: absolute;
        right: 20px;
        top: 20px;
    }
}

@media (max-width: 768px) {
    .ifu-wrapper {
        width: 100%;
        padding: 0px;
    }

    .ifu-header, .ifu-footer {
        flex-direction: column;
        align-items: flex-start;
        padding: 15px 10px;
        gap: 10px;
    }

    .ifu-header-left, .ifu-header-right {
        width: 100%;
        flex-wrap: wrap;
        gap: 10px;
    }

    .ifu-header-right input, #ifu-per-page {
        width: auto;
    }

    .ifu-table-row {
        flex-direction: column;
        padding: 10px;
      
    }

    .ifu-col {
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding: 0px 0;
        box-sizing: border-box;
    }


    .ifu-footer-nav {
        flex-direction: column;
        gap: 10px;
        width: 100%;
    }

    .ifu-download-btn, .ifu-email-btn {
        width: 100%;
        justify-content: center;
        margin-top: 10px;
    }

}
