
.rss-feed {
    min-width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.rss-feed ul {
    list-style-type: none;
    padding: 0;
}
.rss-feed .rss-item {
    background-color: #ffffff;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 15px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.rss-feed .rss-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.rss-feed .rss-item h4 {
    font-size: 18px;
    margin: 0;
    color: #333;
    font-weight: bold;
}
.rss-feed .rss-item h4 a {
    text-decoration: none;
    color: #0073aa;
}
.rss-feed .rss-item h4 a:hover {
    color: #005177;
}
.rss-feed .rss-item p strong {
    font-weight: bold;
    color: #888;
}
.rss-feed .rss-item p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}
        .noodcomm_table-container {
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
            margin: 20px 0;
        }
        .noodcomm_table {
            width: 100%;
            border-collapse: separate; 
            border-spacing: 4px; 
            text-align: left;
            border-radius: 15px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
            background-color: #fff;
        }
        .noodcomm_table th,
        .noodcomm_table td {
            padding: 15px;
            border: 2px solid #ddd;
            border-radius: 10px;
        }
        .noodcomm_table th {
            background-color: #f4f4f4;
            font-weight: bold;
            text-align: center;
        }
        .noodcomm_table td {
            background-color: #fff;
            text-align: left;
        }
        .noodcomm_table tr:nth-child(even) td {
            background-color: #f9f9f9;
        }
        .noodcomm_table tr:hover td {
            background-color: #f1f1f1;
        }
        .noodcomm_table .organization {
            font-weight: bold;
        }
        .noodcomm_table .phone,
        .noodcomm_table .website {
            color: #555;
            font-size: 0.9em;
            text-decoration: none;
        }
        .noodcomm_table .phone:hover,
        .noodcomm_table .website:hover {
            color: #007BFF;
            text-decoration: underline;
        }
        .noodcomm_table td,
        .noodcomm_table th {
            padding: 12px 20px;
        }
        @media (max-width: 768px) {
            .noodcomm_table td,
            .noodcomm_table th {
                padding: 10px;
            }
        }
        .noodfreq_table-container {
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
            margin: 20px 0;
        }
        .noodfreq_table {
            width: 100%;
            border-collapse: separate; 
            border-spacing: 2px; 
            text-align: left;
            border-radius: 15px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
            background-color: #fff;
        }
        .noodfreq_table th,
        .noodfreq_table td {
            padding: 15px;
            border: 2px solid #ddd;
            border-radius: 10px;
        }
        .noodfreq_table th {
            background-color: #f4f4f4;
            font-weight: bold;
            text-align: center;
        }
        .noodfreq_table td {
            background-color: #fff;
            text-align: left;
        }
        .noodfreq_table tr:nth-child(even) td {
            background-color: #f9f9f9;
        }
        .noodfreq_table tr:hover td {
            background-color: #f1f1f1;
        }
        .noodfreq_table .band {
            font-weight: bold;
        }
        .noodfreq_table .frequency {
            color: #007BFF;
        }
        .noodfreq_table td,
        .noodfreq_table th {
            padding: 12px 20px;
        }
        @media (max-width: 768px) {
            .noodfreq_table td,
            .noodfreq_table th {
                padding: 10px;
            }
        }
.dordtfeed_rss-feed {
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.dordtfeed_rss-item {
    display: flex;
    align-items: center; 
    margin-bottom: 15px;
    padding: 10px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease;
}
.dordtfeed_rss-item:hover {
    background-color: #f1f1f1; 
}
.dordtfeed_rss-logo {
    margin-right: 15px; 
    max-width: 100px; 
    max-height: 100px; 
}
.dordtfeed_rss-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain; 
}
.dordtfeed_rss-item div {
    flex-grow: 1;
}
.dordtfeed_rss-item strong a {
    font-size: 16px;
    font-weight: bold;
    color: #007bff; 
    text-decoration: none;
    display: block;
    margin-bottom: 5px;
}
.dordtfeed_rss-item strong a:hover {
    text-decoration: underline;
}
.dordtfeed_rss-item p {
    font-size: 14px;
    color: #555; 
    margin: 0;
}
@media (max-width: 767px) {
    .dordtfeed_rss-logo {
        display: none !important; 
    }
}
@media (min-width: 768px) {
    .dordtfeed_rss-logo {
        display: block;
    }
}
.dordtfeed_rss-feed {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}
@media (min-width: 768px) {
    .dordtfeed_rss-feed {
        grid-template-columns: 1fr 1fr;
    }
}
@media (min-width: 1024px) {
    .dordtfeed_rss-feed {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
.sticky-header-placeholder { height:0px!important; }
#sticky-header-placeholder { height:0px!important; }
