.custom-container {
	 border: none !important;
		width:100% !important;
}

.custom-input  {
	display: block;
	width:100% !important;
  background-color: #e5e5e5 !important;
  color: white;
  padding: 10px;
  font-size: 16px;
  border: none !important;
  border-radius: 4px;
  cursor: pointer;
}

.custom-button {
	background-color: var(--e-global-color-text);
    color: var(--e-global-color-9bace01);
	    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-radius: 30px 30px 30px 30px;
}

.custom-button:hover {
	background-color: var(--e-global-color-text);
    color: var(--e-global-color-9bace01);
}

.wp-block-separator {
	margin:25px 0px !important;
}


.elementor-121 .elementor-element.elementor-element-44fbc101 {
	margin-bottom: -142px !important;
}

.wp-custom-image img {
	width:250px; 
	height:300px;
	object-fit:cover;
	border-radius:10px;;
}

.wp-block-heading {
	color:#000 !important;
}

@media only screen and (max-width: 768px) {
  .wp-block-separator {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
	
	.m40 {
		height:15px !important;
	}
	
	.m20 {
		height: 10px !important;
	}
	
	.m80 {
		height: 40px !important;
	}
}

.currency-list {
	display:flex;
	flex-direction:column;
	gap: 20px;
}

.currency-list a {
	text-decoration:underline;
}

.wp-block-list {
	    display: flex
;
    flex-direction: column;
    gap: 12px;
}

.wp-block-list a {
	color:#2271b1;
}

table  {
    width: 100%;
    border-collapse: collapse;
    overflow-x: auto;
    display: block;
    white-space: nowrap;
}

table th, td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
}

table th {
    background-color: #f4f4f4;
    font-weight: bold;
}

table td {
    word-wrap: break-word;
}

@media screen and (max-width: 768px) {
    table {
        display: block;
        overflow-x: auto;
    }
    
    table th, td {
        padding: 8px;
        font-size: 14px;
    }
}

.custom-columns {
	align-items:center !important;
	margin-bottom:0;
}

.word-wrap {
	word-wrap:break-word;
}