.elementor-4453 .elementor-element.elementor-element-ce898a2{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-4453 .elementor-element.elementor-element-6505c08{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}/* Start custom CSS */.cyan-spec {
    width: 100%;
    direction: ltr;
    font-family: Arial, sans-serif;
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    overflow: hidden;
    color: #4b4b4b;
}

.cyan-spec__header {
    background: linear-gradient(90deg, #10a7c8 0%, #088fb0 100%);
    color: #fff;
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 16px;
    line-height: 1.1;
}

.cs-row {
    display: grid;
    grid-template-columns: 48% 52%;
    align-items: center;
    min-height: 42px;
    padding: 0 16px;
    border-bottom: 1px solid #efefef;
    font-size: 13px;
}

.cs-row span:first-child {
    color: #5a5a5a;
}

.cs-row span:last-child {
    color: #4a4a4a;
}

.cs-row--tall {
    align-items: start;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: auto;
}

.cs-row--tall span:last-child {
    line-height: 1.35;
}

.cs-footer {
    padding: 4px 8px 8px;
    font-size: 13px;
    color: #555;
}

@media (max-width: 767px) {
    .cs-row {
        grid-template-columns: 1fr;
        gap: 4px;
        padding: 10px 14px;
        min-height: auto;
    }

    .cs-row--tall {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .cyan-spec__header {
        font-size: 15px;
    }
}/* End custom CSS */