.elementor-8618 .elementor-element.elementor-element-9cb55a0{--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 );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}.elementor-8618 .elementor-element.elementor-element-7229805{text-align:center;}.elementor-8618 .elementor-element.elementor-element-1c9bc70{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );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 );}.elementor-8618 .elementor-element.elementor-element-94cbeb7 > .elementor-widget-container{margin:0px 0px -47px 0px;padding:0px 0px 0px 0px;}.elementor-8618 .elementor-element.elementor-element-94cbeb7{font-family:"Open Sans", Sans-serif;font-weight:500;line-height:1.5em;color:#353535;}.elementor-8618 .elementor-element.elementor-element-5ee0af0 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-8618 .elementor-element.elementor-element-68274b6{--display:flex;}:root{--page-title-display:none;}@media(max-width:1366px){.elementor-widget-heading .elementor-heading-title{line-height:var( --e-global-typography-primary-line-height );}.elementor-widget-text-editor{line-height:var( --e-global-typography-text-line-height );}}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{line-height:var( --e-global-typography-primary-line-height );}.elementor-widget-text-editor{line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{line-height:var( --e-global-typography-primary-line-height );}.elementor-widget-text-editor{line-height:var( --e-global-typography-text-line-height );}}/* Start custom CSS for shortcode, class: .elementor-element-5ee0af0 *//* Change font to Poppins for all cells */
.tablepress {
    font-family: 'Poppins', sans-serif;
}
/* Center align all cells */
.tablepress td {
    text-align: center;
     border: 1px solid #e0e0e0;
}
/* Ensure the table cells are vertically aligned to the middle */
.tablepress td {
    vertical-align: middle;
}

/* Make the second column bold 
.tablepress td:nth-child(2) {
    font-weight: bold;
}*/


/* Style the first row with bold text, white color, and light blue background */
.tablepress thead th {
    text-align: center;
    font-weight: bold;
    color: white;
    background-color: #50C4ED; /* light blue color */
}

/* Style for the price and button container */
.tablepress .price-button-container {
    text-align: left;
    padding: 10px 0; /* Add padding to top and bottom */
}

/* Style for the price */
.tablepress .cell-price {
    display: block;
    margin-bottom: 5px; /* Spacing between price and button */
    font-weight: bold;
}

/* Style for anchor tags to look like buttons */
.tablepress .button-cell {
    display: inline-block; /* Allow block-level styles */
    
    padding: 4px 10px; /* Padding for button */
    background-color: #50C4ED; /* Light blue color */
    border-radius: 25px; /* More rounded corners */
    color: white;
    font-weight: bold;
    text-decoration: none;
  /*  width: 100px; /* Auto width based on content */
    margin: 0 auto; /* Center the button */
}

.tablepress a {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: #387ADF;
  text-decoration: none;
}

.tablepress a:hover {
  text-decoration: underline;
}/* End custom CSS */