.elementor-6237 .elementor-element.elementor-element-ddd1d9b{--display:flex;--min-height:70vh;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:flex-end;--overlay-opacity:0.8;--padding-top:30px;--padding-bottom:30px;--padding-left:0px;--padding-right:0px;}.elementor-6237 .elementor-element.elementor-element-ddd1d9b:not(.elementor-motion-effects-element-type-background), .elementor-6237 .elementor-element.elementor-element-ddd1d9b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://www.seacen.org/wp-content/uploads/2025/05/CapitalFlowsMonitorMain.jpeg");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-6237 .elementor-element.elementor-element-ddd1d9b::before, .elementor-6237 .elementor-element.elementor-element-ddd1d9b > .elementor-background-video-container::before, .elementor-6237 .elementor-element.elementor-element-ddd1d9b > .e-con-inner > .elementor-background-video-container::before, .elementor-6237 .elementor-element.elementor-element-ddd1d9b > .elementor-background-slideshow::before, .elementor-6237 .elementor-element.elementor-element-ddd1d9b > .e-con-inner > .elementor-background-slideshow::before, .elementor-6237 .elementor-element.elementor-element-ddd1d9b > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:transparent;--background-overlay:'';background-image:linear-gradient(180deg, #0000005E 32%, #000000 58%);}.elementor-6237 .elementor-element.elementor-element-2e976ac{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--margin-top:20%;--margin-bottom:5%;--margin-left:0%;--margin-right:0%;}.elementor-6237 .elementor-element.elementor-element-375a798{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );color:var( --e-global-color-primary );}.elementor-6237 .elementor-element.elementor-element-d123e4a .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:40px;font-weight:800;text-transform:none;color:var( --e-global-color-text );}.elementor-6237 .elementor-element.elementor-element-fcc86ca{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:50px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-6237 .elementor-element.elementor-element-375a798{--padding-top:0%;--padding-bottom:0%;--padding-left:0%;--padding-right:0%;}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-6237 .elementor-element.elementor-element-fcc86ca{--padding-top:50px;--padding-bottom:50px;--padding-left:10px;--padding-right:10px;}}@media(max-width:767px){.elementor-6237 .elementor-element.elementor-element-ddd1d9b{--padding-top:50px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-6237 .elementor-element.elementor-element-2e976ac{--margin-top:50%;--margin-bottom:0%;--margin-left:0%;--margin-right:0%;}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-6237 .elementor-element.elementor-element-d123e4a .elementor-heading-title{font-size:30px;}.elementor-6237 .elementor-element.elementor-element-1b149b4 > .elementor-widget-container{padding:0px 0px 0px 0px;}}@media(min-width:768px){.elementor-6237 .elementor-element.elementor-element-2e976ac{--content-width:1340px;}.elementor-6237 .elementor-element.elementor-element-375a798{--width:100%;}.elementor-6237 .elementor-element.elementor-element-fcc86ca{--content-width:1340px;}}/* Start custom CSS for shortcode, class: .elementor-element-1b149b4 *//* Title on the Left */
#wp-publications-title {
    font-family: "Roboto";
    font-size: 40px;
    font-weight: 800;
    color: #333;
}
@media (max-width: 768px) {
  #wp-publications-title {
    font-size: 25px;
 
 
  }
  .publication-item img {
    width: 200px !important;
    margin:0;
  }
    .publication-item .pub-title {
        text-align:center !important;
         margin:0;
    }
  #wp-publications-list {
      margin-top:30px !important;
  }
}

/* Filter Dropdown on the Right */

/* Label Styling */




/* Responsive Adjustments */
@media (max-width: 768px) {
    #wp-publications-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    #wp-publications-filter {
        max-width: 100%;
        justify-content: flex-start;
    }
}


/* Publications List */
#wp-publications-list {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    min-height: 300px;
}


#no-publications-message{

display: none;
text-align: center; 
font-weight: bold; 
font-size:20px;
color: #555; 
height: 300px; 
display: flex; 
align-items: center;
justify-content: center;
}
/* Publication Item */

/* Publication Container */
.publication-item {
    
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Ensures button stays aligned at the bottom */
    align-items: flex-start;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    height: 100%; /* Ensures uniform height */
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out, background-color 0.3s ease-in-out;
    
    
}
@media (min-width: 768px) and (max-width: 1024px) {
  .publication-item img {
    width: 200px !important;
  }
}


/* Hover Effect */
.publication-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    background-color: #f9f9f9; /* Optional: Slight background change on hover */
}


/* Title */
.publication-item .pub-title a {
    font-size: 18px;
    line-height: 1.5 !important;
    color:#005396 !important ;
    margin-bottom: 8px;
    font-weight:700;
    min-height: 30px;
    display:inline-block;
    /* Ensures all titles have the same height */
}
.publication-item .pub-title a:hover{
    text-decoration:underline;
    text-decoration-thickness: 3px;
    
}
/* Description *//* End custom CSS */