.elementor-84450089 .elementor-element.elementor-element-3f1fa2b{--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.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 );}.elementor-84450089 .elementor-element.elementor-element-66f7ab3 > .elementor-widget-container{padding:0px 0px 10px 0px;}.elementor-84450089 .elementor-element.elementor-element-66f7ab3 p{margin-block-end:0px;}.elementor-84450089 .elementor-element.elementor-element-66f7ab3 a{color:var( --e-global-color-primary );}.storage-overlay-section {
    border-radius: 14px;
    margin-top: 10px;
}

.storage-overlay-section h2 {
    margin: 0 0 14px 0;
}

.storage-overlay-section > p {
    max-width: 980px;
    margin: 0 0 26px 0;
    font-size: 1rem;
    line-height: 1.65;
    color: #2f2f2f;
}

.ct-card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
    margin: 0;
}

.ct-card {
    background: #ffffff;
    border: 1px solid #d9e3d2;
    border-top: 3px solid #66B041;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    padding: 22px;
    display: flex;
    flex-direction: column;
    transition: border-color 0.15s ease, background 0.15s ease;
}

.ct-card:hover {
    border-color: #66B041;
    background: #fcfdfb;
}

.ct-card-title {
    font-size: 1em;
    font-weight: 600;
    color: #000000;
    margin: 0 0 12px 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.ct-card-body {
    font-size: 0.92em;
    color: #2f2f2f;
    line-height: 1.65;
    margin: 0 0 14px 0;
    flex-grow: 1;
}

.ct-card-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: auto;
    padding: 0;
    background: transparent;
    color: #406127 !important;
    font-size: 0.92em;
    font-weight: 700;
    text-decoration: none;
    transition: color 0.15s ease;
}

.ct-card-link::after {
    content: "→";
    font-size: 1em;
    line-height: 1;
}

.ct-card-link:hover {
    color: #2f4a1d !important;
    text-decoration: none;
}

@media (max-width: 640px) {
    .storage-overlay-section {
        padding: 24px 18px;
    }

    .ct-card-grid {
        grid-template-columns: 1fr;
    }

    .ct-card {
        padding: 18px;
    }
}