.elementor-118 .elementor-element.elementor-element-9239e46{--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-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-118 .elementor-element.elementor-element-dfaac9e .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:28px;font-weight:600;color:#3A3A3A;}.elementor-118 .elementor-element.elementor-element-ff2ef39{--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;}/* Start custom CSS for html, class: .elementor-element-61d08d7 */.coursera-grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 25px;
    padding: 20px;
}
.c-card { background: #fff; border: 1px solid #ddd; border-radius: 10px; overflow: hidden; display: flex; flex-direction: column; height: 100%; transition: 0.3s; }
.c-card:hover { box-shadow: 0 4px 15px rgba(0,0,0,0.1); }
.c-card-image { height: 160px; background-size: cover; background-position: center; }
.c-card-content { padding: 15px; display: flex; flex-direction: column; flex-grow: 1; }
.c-card-subtitle { font-size: 11px; font-weight: bold; color: #555; margin-bottom: 5px; text-transform: uppercase; }
.c-card-title { font-size: 18px; color: #111; margin-bottom: 10px; line-height: 1.3; }
.c-card-features ul { margin: 0 0 15px 0; padding: 0; list-style: none; font-size: 13px; color: #666; }
.c-card-features li { margin-bottom: 4px; padding-left: 15px; position: relative; }
.c-card-features li:before { content: "✓"; position: absolute; left: 0; color: #0056d2; font-weight: bold; }
.c-card-tools { display: flex; flex-wrap: wrap; gap: 5px; margin-bottom: 20px; }
.c-card-tools span { background: #f0f4f9; color: #0056d2; padding: 3px 8px; border-radius: 3px; font-size: 11px; font-weight: 600; }
.c-card-footer { margin-top: auto; }
.c-read-more { display: block; background: #0056d2; color: #fff; text-align: center; padding: 10px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 14px; }/* End custom CSS */