/* 
Theme Name: Cavendish H2
Theme URI: https://overbord.no
Description: Cavendish H2 theme, based on Hello child theme for Elementor
Author: Overbord
Author URI: https://overbord.no/
Template: hello-elementor
Version: 2.0.0
Text Domain: overbord
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
*/

/* ==========================================================================
   BASE STYLES
   ========================================================================== */

/* Typography */
td,
th,
text {
    font-family: inter, sans-serif;
}

text {
    font-family: inter !important;
}

/* Lists */
ul {
    margin-bottom: 1rem;
}

.mfn-list {
    list-style-type: none !important;
}

ul.green li::marker {
    color: #00ad00;
}

/* Horizontal Rules */
hr {
    box-sizing: content-box;
    height: 1px !important;
    overflow: visible;
    border: none;
    color: #000 !important;
    background-color: #000 !important;
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
}

/* ==========================================================================
   ELEMENTOR STYLES
   ========================================================================== */

/* Navigation */
.elementor-nav-menu--dropdown {
    padding: 1rem !important;
}

/* Content Links */
.elementor-widget-theme-post-content a {
    color: var(--e-global-color-text);
}

/* Form Field */
.elementor-field-group-field_91e8755 a {
    color: #00ad00;
    text-decoration: underline;
}

/* Image Box */
.product-details .elementor-image-box-title {
    margin-top: -5px;
}

/* Dividers */
.dce-acf-repeater-item:last-child .elementor-widget-divider {
    display: none;
}

/* ==========================================================================
   COMPONENT STYLES
   ========================================================================== */

/* MFN Components */
.mfn-sub-option,
.mfn-sub-lang {
    accent-color: #00ad00;
}

.mfn-archive-header {
    color: #081e32 !important;
}

#archive2 * {
  color: #fff !important;
}

#archive2 .mfn-archive-item-icon {
    display: none;
}

#archive2 .mfn-archive-item-title {
  text-decoration: underline;
  color: #00AD00 !important;
}

/* Tables */
#stock-table .mf-widget {
    width: 800px !important;
}

.mf-table button, .mfn-block button {
    border: none;
}

/* Media */
.single-news iframe {
    height: 438px;
}

/* Call-to-Action */
.half-width-cta ul {
    list-style: none;
    padding-left: 0;
}

.half-width-cta li {
    background: url('https://cavendishh2.com/wp-content/uploads/2025/05/check-icon.svg') no-repeat left 4px;
    background-size: 20px 20px;
    padding-left: 32px;
    line-height: 24px;
    margin: 5px 0;
}

/* Government Title */
.gov-title {
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.5px;
}

/* ==========================================================================
   NAVIGATION & LINKS
   ========================================================================== */

/* Breadcrumbs */
.breadcrumbs a {
    color: var(--e-global-color-text);
}

/* Related Documents */
.related-docs a, .press-body a {
    color: var(--e-global-color-accent);
    text-decoration: underline;
}

/* Mail Links */
a.mail {
    color: #00ad00;
    text-decoration: underline;
}

/* ==========================================================================
   PAGE-SPECIFIC STYLES
   ========================================================================== */

/* News Page Hover Effect */
.page-id-311 .e-loop-item a:hover .news-title .elementor-heading-title {
    color: #00ad00;
}

.mfn-attachment {
    display: none !important;
}