.elementor-3656 .elementor-element.elementor-element-6147947{margin-top:-100px;margin-bottom:-100px;padding:0px 0px 0px 0px;overflow:visible;}.elementor-3656 .elementor-element.elementor-element-b02f529 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-3656 .elementor-element.elementor-element-0e4a47d{overflow:visible;}.elementor-3656 .elementor-element.elementor-element-315ea8a{--spacer-size:143px;}.elementor-3656 .elementor-element.elementor-element-a843659{overflow:visible;}.elementor-3656 .elementor-element.elementor-element-a3bf2d4{overflow:visible;}.elementor-widget-divider{--divider-color:var( --e-global-color-secondary );}.elementor-widget-divider .elementor-divider__text{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-divider.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon{color:var( --e-global-color-secondary );border-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-secondary );}.elementor-3656 .elementor-element.elementor-element-71a0b25{--divider-border-style:solid;--divider-color:#000;--divider-border-width:1px;}.elementor-3656 .elementor-element.elementor-element-71a0b25 .elementor-divider-separator{width:100%;}.elementor-3656 .elementor-element.elementor-element-71a0b25 .elementor-divider{padding-block-start:15px;padding-block-end:15px;}.elementor-3656 .elementor-element.elementor-element-91b9477{overflow:visible;}/* Start custom CSS for html, class: .elementor-element-b02f529 *//* ========================================================================= */
/* MOBILE RESPONSIVENESS FIXES (FOR SCREENS 767px WIDE OR LESS) */
/* ========================================================================= */

@media (max-width: 767px) {
    
    /* 1. Reset Main Container: Ensure the feed uses 100% of the available screen width */
    .max-w-7xl.mx-auto {
        /* Override Tailwind's fixed max-width/centering on mobile */
        max-width: 100% !important; 
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    
    /* 2. Adjust Outer Padding: Use padding on the main container for breathing room */
    .px-4.md\:px-8 {
        /* Apply standard mobile padding to the outermost container */
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    
    /* 3. Reduce Header Size: Prevents the main title from taking up too much vertical space */
    .font-merriweather {
        font-size: 2.25rem !important; /* Reduce the main H1 size */
        line-height: 1.1;
    }
    
    /* 4. Optimize Section Cards: Reduce the padding around the red/charcoal card sections */
    section.space-y-8 {
        padding: 1.5rem !important;
    }

    /* 5. Optimize News Item Text: Slightly reduce the font size of the titles for better horizontal fit */
    .news-item-wrapper a {
        font-size: 0.9375rem; /* ~15px, slightly smaller than default 16px */
        line-height: 1.35; 
    }

    /* 6. Fix Tooltip Position: Ensure the summary pop-up stays within the boundaries */
    .article-tooltip {
        max-width: 90vw;
        width: 300px; /* Set a reasonable max width for the popup */
        left: 50%;
        transform: translate(-50%, 0);
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2737c6b */.gic-pharma-feed #pharma-feed-card {
    /* ---------------------------------------------------------------------- */
    /* --- 1. GLOBAL CARD CONTAINER (#pharma-feed-card) --- */
    /* Use the root class on the parent div/section in Elementor */
    /* ---------------------------------------------------------------------- */
    
    /* Outer Padding (Top/Bottom, Left/Right) */
    padding: 30px 40px !important; 
    /* Card background color */
    background-color: #ffffff !important;
    /* Border Radius */
    border-radius: 12px !important;
    /* Box Shadow (adjust intensity and spread) */
    box-shadow: 0 10px 12px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1) !important;
    /* Font Family (applies to all text inside) */
    font-family: 'Inter', sans-serif !important;
}

/* ---------------------------------------------------------------------- */
/* --- 2. HEADER: TITLE AND ICON --- */
/* ---------------------------------------------------------------------- */

/* Header row container (controls space above and below the line) */
.gic-pharma-feed .flex.items-center.pb-5.border-b.border-gray-100.mb-6 {
    /* Padding above the separator line */
    padding-bottom: 20px !important;
    /* Margin (space below the separator line) */
    margin-bottom: 24px !important;
    /* Color of the separator line */
    border-bottom-color: #f3f4f6 !important;
}

/* Icon (Activity/Line SVG) */
.gic-pharma-feed .lucide.lucide-activity {
    /* Icon Color */
    color: #2563eb !important;
    /* Icon Size */
    width: 30px !important;
    height: 30px !important;
    /* Space between icon and title */
    margin-right: 12px !important;
}

/* Title Text: "GIC Pharma Feed" */
.gic-pharma-feed .text-3xl.font-extrabold.text-gray-900.tracking-tight {
    /* Font Size */
    font-size: 40px !important;
    /* Font Weight */
    font-weight: 800 !important;
    /* Font Color */
    color: #1f2937 !important;
    /* Letter Spacing */
    letter-spacing: -0.025em !important; 
}

/* ---------------------------------------------------------------------- */
/* --- 3. INTRODUCTION TEXTS (Primary & Secondary Messages) --- */
/* ---------------------------------------------------------------------- */

/* Primary Message Text: "The latest developments..." */
.gic-pharma-feed .text-xl.font-bold.text-gray-800.leading-snug {
    /* Font Size */
    font-size: 20px !important;
    /* Font Weight */
    font-weight: 700 !important;
    /* Font Color */
    color: #1f2937 !important;
    /* Line Height */
    line-height: 1.35 !important;
}

/* Secondary Detail Text: "Click a category below..." */
.gic-pharma-feed .text-base.text-gray-500.leading-snug {
    /* Font Size */
    font-size: 16px !important;
    /* Font Weight */
    font-weight: 400 !important;
    /* Font Color */
    color: #6b7280 !important;
    /* Line Height */
    line-height: 1.4 !important;
}

/* ---------------------------------------------------------------------- */
/* --- 4. NAVIGATION BLOCK CONTAINERS (The Gray Boxes) --- */
/* ---------------------------------------------------------------------- */

/* Individual Navigation Block (The gray box holding the button and list) */
.gic-pharma-feed .main-nav-block {
    /* Inner Padding */
    padding: 12px !important;
    /* Background Color */
    background-color: #f9fafb !important;
    /* Border Color */
    border-color: #e5e7eb !important;
    /* Border Radius */
    border-radius: 8px !important;
    /* Shadow transition speed */
    transition: all 0.2s !important; 
    /* Initial Box Shadow (inner shadow) */
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.05) !important;
}

/* Hover effect on the gray box */
.gic-pharma-feed .main-nav-block:hover {
    /* Shadow on hover (lift effect) */
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    /* Vertical lift on hover */
    transform: translateY(-2px) !important; 
}


/* ---------------------------------------------------------------------- */
/* --- 5. MAIN CLICKABLE BUTTON (The Blue Link) --- */
/* ---------------------------------------------------------------------- */

/* The main button link */
.gic-pharma-feed .main-nav-block a {
    /* Inner Padding (Top/Bottom, Left/Right) */
    padding: 16px !important; 
    /* Background Color */
    background-color: #2563eb !important; 
    /* Text Color */
    color: #ffffff !important;
    /* Font Size */
    font-size: 18px !important;
    /* Font Weight */
    font-weight: 700 !important;
    /* Border Radius */
    border-radius: 8px !important;
    /* Shadow under the button */
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1) !important;
}

/* Main button hover state */
.gic-pharma-feed .main-nav-block a:hover {
    /* Background Color on Hover */
    background-color: #1d4ed8 !important; 
}

/* Button Arrow Icon */
.gic-pharma-feed .main-nav-block a svg {
    /* Space between text and arrow */
    margin-left: 12px !important;
    /* Icon Color (matches text color) */
    color: #ffffff !important; 
}

/* ---------------------------------------------------------------------- */
/* --- 6. VISUAL HINT LIST (The descriptive topics below the button) --- */
/* ---------------------------------------------------------------------- */

/* Container for the list (controls spacing above and below list) */
.gic-pharma-feed .pt-3.pb-1.space-y-0\.5 {
    /* Padding above the list */
    padding-top: 12px !important;
}

/* Individual list item (e.g., "Trade & Professional Publications") */
.gic-pharma-feed .topic-list-item {
    /* Font Size */
    font-size: 14px !important; 
    /* Font Color */
    color: #6b7280 !important; 
    /* Line Height */
    line-height: 1.35 !important;
    /* Inner Left Padding (moves text away from left edge) */
    padding-left: 8px !important; 
}

/* Blue Bullet Point */
.gic-pharma-feed .topic-list-item .text-blue-500 {
    /* Color of the bullet */
    color: #3b82f6 !important; 
    /* Space between bullet and text */
    margin-right: 8px !important;
}/* End custom CSS */