/* 
Theme Name: Neptune Media Theme
Theme URI: https://neptunemedia.co.uk
Description: Neptune Media child theme.
Author: Neptune Media
Author URI: https://neptunemedia.co.uk
Template: hello-elementor
Version: 1.0.2
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

.elementor-widget-sidebar ul, .elementor-widget-sidebar li{ 
    list-style: none !important; 
    padding: 0 !important; 
    margin: 0 !important; 
}
.widgettitle{ 
    margin: 20px 0; 
    display: block; 
}
.elementor-text-editor ul, .elementor-text-editor ol {
    margin-bottom: 1em;
}
ul, ol {
    margin-bottom: 1em;
}
.elementor-kit-5 input[type="submit"] {
	margin-top: 20px !important;
	padding: 10px 20px 10px 20px !important;
}

.elementor-accordion > div:first-of-type { 
    display: none !important;
}
.elementor-accordion  {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #d4d4d4;
}
.orange, .orange p, .orange h2, h2 .orange {
	color: #FE6600 !important;
}

.elementor-widget-tabs .elementor-tab-desktop-title  {
	background-color: #1F1F49;
	color: #ffffff;
	border-right: 1px solid #d5d8dc;
}
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active {
	background-color: #FD6600 !important;
}

.news-alerts-wrapper {
    font-family: 'Roboto', sans-serif;
    color: #1f1f49;
    background: #f5f6fa;
    padding: 24px;
    border-radius: 16px;
}


.feed-manager-dashboard-link {
	display:none !important;
}
.news-alerts-wrapper * {
    box-sizing: border-box;
}

.news-alerts-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 20px;
}

.news-alerts-page-title {
    margin: 0;
    font-size: 32px;
    line-height: 1.1;
    font-weight: 700;
    color: #1f1f49;
}

.news-alerts-edit-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 16px;
    border-radius: 10px;
    background: #1f1f49;
    color: #fff !important;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    white-space: nowrap;
}

.news-alerts-layout {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 20px;
    align-items: start;
}

.news-alerts-feeds-column {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(31, 31, 73, 0.08);
    padding: 16px;
    position: sticky;
    top: 24px;
    overflow: hidden;
}

.news-alerts-feeds-title {
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 12px;
    color: #3f4668;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.news-alerts-feeds-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.news-alerts-feeds-list li {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.news-alerts-feed-link {
    width: 100%;
    border: 0;
    text-align: left;
    padding: 12px 16px !important;
    border-radius: 10px !important;
    background: #f2f4fb !important;
    color: #2e3455 !important;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.4;
    transition: 0.2s ease;
    display: block;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
    box-shadow: none;
}

.news-alerts-feed-link.active {
    background: #fe6600 !important;
    color: #fff !important;
}

.news-alerts-main {
    min-width: 0;
}

.news-alerts-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    align-items: stretch;
}

.news-alerts-card {
    background: #fff !important;
    border-radius: 14px;
    padding: 20px;
    box-shadow: 0 8px 24px rgba(31, 31, 73, 0.08);
    display: flex;
    flex-direction: column;

}

.news-alerts-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0 0 16px;
    color: #1f1f49;
}

.news-alerts-content {
    font-size: 12px;
    line-height: 1.6;
    color: #5f6380;
    margin: 0 0 16px;
}

.news-alerts-meta {
    font-size: 12px;
    line-height: 1.5;
    color: #5f6380;
    margin: 0 0 16px;
}

.news-alerts-read-more {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fe6600 !important;
    color: #fff !important;
    padding: 10px 14px;
    border-radius: 8px;
    text-decoration: none !important;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    min-height: 44px;
}

.news-alerts-empty-state {
    background: #fff;
    border-radius: 14px;
    padding: 18px;
    color: #5f6380;
    box-shadow: 0 8px 24px rgba(31, 31, 73, 0.08);
}

@media (max-width: 1200px) {
    .news-alerts-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .news-alerts-layout {
        grid-template-columns: 1fr;
    }

    .news-alerts-feeds-column {
        position: static;
    }

    .news-alerts-topbar {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 600px) {
    .news-alerts-grid {
        grid-template-columns: 1fr;
    }

    .news-alerts-page-title {
        font-size: 26px;
    }
}