.elementor-5712 .elementor-element.elementor-element-b318c3a{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}/* Start custom CSS *//* --- AHS Salmon Recipe Styling --- */

.ahs-container {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #333;
    line-height: 1.7;
    max-width: 900px;
    margin: 0 auto;
    padding: 0px;
    background: #fff;
}

/* Headings */
.ahs-h1 {
    font-size: 2.8rem;
    color: #1a3a5f;
    line-height: 1.2;
    margin-bottom: 25px;
    font-weight: 800;
    border-bottom: 4px solid #e74c3c;
    padding-bottom: 15px;
}

.ahs-h2 {
    font-size: 2rem;
    color: #2c3e50;
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: 700;
    position: relative;
    padding-left: 15px;
    border-left: 5px solid #3498db;
}

.ahs-h3 {
    font-size: 1.4rem;
    color: #e67e22;
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 600;
}

/* Text */
.ahs-paragraph {
    margin-bottom: 20px;
    font-size: 1.1rem;
    color: #444;
}

.ahs-paragraph strong {
    color: #2c3e50;
}

/* Table of Contents */
.ahs-toc {
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 25px;
    margin: 30px 0;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}

.ahs-toc-title {
    font-weight: 700;
    font-size: 1.25rem;
    margin-bottom: 15px;
    color: #1a3a5f;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.ahs-toc-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.ahs-toc-list li {
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}

.ahs-toc-list li::before {
    content: "→";
    position: absolute;
    left: 0;
    color: #3498db;
}

.ahs-toc-list a {
    text-decoration: none;
    color: #34495e;
    transition: color 0.3s ease;
    font-weight: 500;
}

.ahs-toc-list a:hover {
    color: #e74c3c;
    text-decoration: underline;
}

/* Lists */
.ahs-list {
    margin: 20px 0 25px 25px !important;
    padding: 0 !important;
    list-style: none !important;
}

.ahs-list-item {
    margin-bottom: 12px;
    position: relative;
    padding-left: 30px;
    font-size: 1.05rem;
}

.ahs-list-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 10px;
    height: 10px;
    background-color: #3498db;
    border-radius: 50%;
}

/* Images */
.ahs-content-image {
    border-radius: 12px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    margin-bottom: 20px;
    max-width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.ahs-content-image:hover {
    transform: scale(1.02);
}

.alignright {
    float: right;
    margin-left: 25px;
    margin-bottom: 20px;
}

.alignnone {
    display: block;
    margin: 30px auto;
}

/* Links */
.ahs-container a {
    color: #3498db;
    font-weight: 600;
    text-decoration: none;
}

.ahs-container a:hover {
    text-decoration: underline;
}

/* Sections */
.ahs-section {
    margin-bottom: 50px;
    clear: both;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .ahs-h1 { font-size: 2rem; }
    .ahs-h2 { font-size: 1.6rem; }
    .alignright {
        float: none;
        margin-left: 0;
        display: block;
        width: 100%;
    }
    .ahs-container { padding: 15px; }
}/* End custom CSS */