.elementor-1190 .elementor-element.elementor-element-9e81ce5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );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 );}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-7574d82 *//* --- Press Section Custom Styling --- */
@import url('https://fonts.googleapis.com/css2?family=Love+Ya+Like+A+Sister&display=swap');

.press-section {
    width: 100%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.press-container {
    max-width: 800px;
    width: 100%;
    background: #ffffff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    text-align: center;
    font-family: 'Love Ya Like A Sister', cursive, sans-serif;
    font-weight: 600;
}

.award-banner-wrapper {
    width: 100%;
    margin-bottom: 25px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.award-banner-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.press-title {
    font-size: 2.2rem;
    color: #1e293b;
    margin-bottom: 8px;
}

.press-subtitle {
    font-size: 1.2rem;
    color: #64748b;
    margin-bottom: 35px;
}

.press-links-grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 35px;
}

.press-card {
    display: flex;
    align-items: center;
    background: #f8fafc;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    padding: 18px 20px;
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
    text-align: left;
}

.press-card:hover {
    border-color: #078007;
    background: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(7, 128, 7, 0.1);
}

.press-icon {
    font-size: 1.6rem;
    color: #078007;
    margin-right: 20px;
    width: 40px;
    text-align: center;
}

.press-info {
    flex-grow: 1;
}

.press-info h3 {
    font-size: 1.25rem;
    color: #1e293b;
    margin-bottom: 4px;
}

.press-info p {
    font-size: 0.95rem;
    color: #64748b;
}

.press-arrow {
    font-size: 1.1rem;
    color: #94a3b8;
    transition: color 0.3s ease;
}

.press-card:hover .press-arrow {
    color: #078007;
}

.press-footer-action {
    background: #f1f5f9;
    padding: 20px;
    border-radius: 12px;
    margin-top: 20px;
}

.press-footer-action p {
    font-size: 1.1rem;
    margin-bottom: 12px;
    color: #334155;
}

.press-main-btn {
    display: inline-block;
    background: #078007;
    color: #ffffff;
    text-decoration: none;
    padding: 12px 30px;
    border-radius: 30px;
    font-size: 1.1rem;
    transition: background 0.3s ease, transform 0.2s ease;
    box-shadow: 0 4px 10px rgba(7, 128, 7, 0.2);
}

.press-main-btn:hover {
    background: #055c05;
    transform: scale(1.03);
}

.press-main-btn i {
    margin-right: 8px;
}

/* Responsive adjustments */
@media (max-width: 600px) {
    .press-section {
        padding: 30px 10px;
    }
    .press-container {
        padding: 20px 15px;
    }
    .press-title {
        font-size: 1.7rem;
    }
    .press-subtitle {
        font-size: 1rem;
    }
    .press-card {
        padding: 14px 15px;
    }
    .press-icon {
        margin-right: 12px;
        font-size: 1.3rem;
        width: 30px;
    }
    .press-info h3 {
        font-size: 1.1rem;
    }
    .press-info p {
        font-size: 0.85rem;
    }
}/* End custom CSS */