/*! elementor - v3.28.0 - 22-04-2025 */
.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap {
    background-color: #69727d;
    color: #fff
}

.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap {
    background-color: transparent;
    border: 3px solid;
    color: #69727d
}

.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap {
    margin-block-start: 8px
}

.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter {
    height: 1em;
    width: 1em
}

.elementor-widget-text-editor .elementor-drop-cap {
    float: inline-start;
    /* font-size:50px; */
    /* line-height:1; */
    text-align: center
}

.elementor-widget-text-editor .elementor-drop-cap-letter {
    display: inline-block
}

table {
    border: 1px solid;
    border-collapse: collapse;
    margin: 30px 0px;
    width: 100%;
}

th:first-child {
    width: 30%;
}

th {
    border: 1px solid #393185;
    padding: 10px 10px;
    border-right: 1px solid #8f88d7;
    color: #ffffff !important;
    background-color: #f98529 !important;
    font-size: 15px;
    line-height: 1.2;
}

td {
    border: 1px solid #e8e8e7;
    padding: 10px 10px;
    color: #000;
    font-size: 14px;
    line-height: 1.5;
    text-transform: capitalize;
}
