.elementor-8502 .elementor-element.elementor-element-91e40b8{--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-8502 .elementor-element.elementor-element-973f072 > .elementor-container{max-width:1320px;}.elementor-8502 .elementor-element.elementor-element-973f072{margin-top:100px;margin-bottom:100px;padding:0px 0px 0px 0px;}@media(max-width:1024px){.elementor-8502 .elementor-element.elementor-element-973f072{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}}@media(max-width:767px){.elementor-8502 .elementor-element.elementor-element-973f072{margin-top:0px;margin-bottom:0px;}}/* Start custom CSS for html, class: .elementor-element-dcc15a6 */body {
    font-family: 'Inter', sans-serif;
    background-color: #ffffff;
    color: #1c1c1c;
    margin: 0;
    padding: 20px;
}

.card {
    max-width: 600px;
    padding: 20px;
    line-height: 1.6;
}

.status {
    display: inline-block;
    background-color: #fff0f0;
    color: #d9534f;
    font-size: 14px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 6px;
    border: 1px solid #f3c2c2;
    margin-bottom: 15px;
}

h1 {
    font-size: 28px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 15px;
}

.description {
    font-size: 16px;
    color: #555;
    margin-bottom: 20px;
}

.tech-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tech-list li {
    font-size: 16px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.tech-list i {
    color: #333;
    font-size: 18px;
}/* End custom CSS */