.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 );}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-8b4c8c5 */body {
        font-family: "Roboto", sans-serif;
        max-width: 500px;
        margin: auto;
      }
      .hidden {
        display: none;
      }
      .tyc {
        display: flex;
        flex-direction: column;
        gap: 0.75rem;
      }
      .btn {
        background-color: #9e9e9e;
        padding: 10px 5px;
        color: #fff;
        font-size: 0.85rem;
        font-weight: 600;
        text-transform: uppercase;
        cursor: pointer;
      }
      th {
        background-color: #666;
        color: #fff;
        padding: 10px;
      }

      td {
        border: 1px solid;
        padding: 10px;
      }/* End custom CSS */