.elementor-5060 .elementor-element.elementor-element-9d07548{--display:flex;--min-height:20px;--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-5060 .elementor-element.elementor-element-bd7ea79{--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-5060 .elementor-element.elementor-element-f053413{--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;--gap:20px 20px;--row-gap:20px;--column-gap:20px;}.elementor-5060 .elementor-element.elementor-element-f053413:not(.elementor-motion-effects-element-type-background), .elementor-5060 .elementor-element.elementor-element-f053413 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-astglobalcolor5 );}.elementor-5060 .elementor-element.elementor-element-f053413.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-5060 .elementor-element.elementor-element-61dee5b.elementor-element{--align-self:flex-start;}.elementor-5060 .elementor-element.elementor-element-61dee5b{text-align:left;}.elementor-5060 .elementor-element.elementor-element-61dee5b img{border-radius:10px 10px 10px 10px;}.elementor-5060 .elementor-element.elementor-element-c85ae30{--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-5060 .elementor-element.elementor-element-c85ae30:not(.elementor-motion-effects-element-type-background), .elementor-5060 .elementor-element.elementor-element-c85ae30 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-5060 .elementor-element.elementor-element-c85ae30.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-5060 .elementor-element.elementor-element-5c1133f.elementor-element{--align-self:flex-start;}.elementor-5060 .elementor-element.elementor-element-5c1133f{text-align:left;}.elementor-5060 .elementor-element.elementor-element-bad87fc .elementor-heading-title{font-weight:bold;}.elementor-5060 .elementor-element.elementor-element-21b64fc{--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-5060 .elementor-element.elementor-element-1715a2c{--display:flex;}.elementor-5060 .elementor-element.elementor-element-1715a2c:not(.elementor-motion-effects-element-type-background), .elementor-5060 .elementor-element.elementor-element-1715a2c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-astglobalcolor5 );}@media(min-width:768px){.elementor-5060 .elementor-element.elementor-element-f053413{--width:15%;}.elementor-5060 .elementor-element.elementor-element-c85ae30{--width:85%;}}/* Start custom CSS */.responsive-agency-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 16px;
    font-family: Arial, sans-serif;
    font-size: 14px; /* Smaller font */
}

.responsive-agency-table th, 
.responsive-agency-table td {
    border: 1px solid #ddd;
    padding: 6px 10px; /* Reduced padding */
    text-align: center;
}

.responsive-agency-table th {
    background-color: #f8f9fa;
    font-weight: bold;
}

.responsive-agency-table tr:nth-child(even) {
    background-color: #fafafa;
}

.responsive-agency-table tr:hover {
    background-color: #f1f1f1;
}

/* Smaller badge styles */
.badge {
    display: inline-block;
    padding: 3px 10px; /* Less padding */
    font-size: 12px; /* Smaller font */
    font-weight: 600;
    border-radius: 12px;
    color: #000;
    line-height: 1;
}

.badge-active {
    background-color: #d4edda;
    color: #155724;
}

.badge-inactive {
    background-color: #f8d7da;
    color: #721c24;
}

/* Link style */
.responsive-agency-table a {
    color: #1a73e8;
    text-decoration: underline;
    font-weight: 500;
    font-size: 13px;
}

/* Responsive - also slimmed */
@media screen and (max-width: 600px) {
    .responsive-agency-table thead {
        display: none;
    }

    .responsive-agency-table tr {
        display: block;
        margin-bottom: 10px;
        border-bottom: 1px solid #ddd;
    }

    .responsive-agency-table td {
        display: block;
        text-align: right;
        padding-left: 45%;
        position: relative;
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .responsive-agency-table td::before {
        content: attr(data-label);
        position: absolute;
        left: 10px;
        width: 40%;
        padding-left: 10px;
        font-weight: bold;
        text-align: left;
        font-size: 13px;
    }
}




    
    
    
    /* Title row style */
.responsive-agency-table .title-header th {
    background-color: #f0f0f0; /* light grey */
    font-size: 17px;
    font-weight: bold;
    color: #333;
    padding: 18px 12px;
    text-align: center;
    border: 2px solid #ddd;
}

/* Journal title link wrapper style */
.journal-title-link-wrapper a {
    font-size: 19px;
    font-weight: 700;
    color: #1a73e8;
    text-decoration: none;
    display: inline-block;
    transition: color 0.3s ease, transform 0.2s ease;
}

.journal-title-link-wrapper a:hover {
    color: #1558b0;
    transform: scale(1.05);
    text-decoration: underline;
}/* End custom CSS */