<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.block2-content li {
	font-size: 20px!important;
	line-height:24px!important;
	margin-bottom:30px!important;
	
	
}

.main-section__title {
    text-transform: none!important;
  }

        .table-container2 {
            max-width: 100%!important;
            overflow-x: auto!important; 
            padding: 20px!important;
        }

        .table-container2 table {
            width: 100%!important;
            border-collapse: collapse!important;
            background-color: #fff!important;
        }

        .table-container2 th {
            background-color: #cde6fe!important;
            padding: 10px!important;
            text-align: left!important;
        }

        .table-container2 td {
            padding: 10px!important;
            border: 1px solid #ddd!important;
            text-align: left!important;
        }

        
        .table-container2 tr:nth-child(even) {
            background-color: #f2f2f2!important;
        }
		
		
figure.table {
    margin: 0;
    padding: 0;
    overflow-x: auto; 
    border: 1px solid #6d5bd9;
    border-radius: 8px;
    background-color: #cde6ff;
}

figure.table table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    font-family: Arial, sans-serif;
}

figure.table th {
    background-color: #6d5bd9; 
    color: #ffffff; 
    font-weight: bold; 
    text-align: left; 
    padding: 12px 16px; 
    border: 1px solid #6d5bd9;
}

figure.table td {
    padding: 12px 16px;
    border: 1px solid #6d5bd9;
    background-color: #ffffff;
    color: #333333;
}

figure.table tbody tr:nth-child(odd) td {
    background-color: #f0f4ff; 
}

figure.table tbody tr:hover td {
    background-color: #e6ecff; 
}

figure.table strong {
    color: #6d5bd9;
}

@media (max-width: 768px) {
    figure.table th, figure.table td {
        font-size: 14px; 
    }
}


.editor-content a {
color:#3b319c;
border-bottom:1px solid #3b319c;
font-weight:bold;

}

.editor-content a:hover {
color:#3b319c;
border-bottom:none;
font-weight:bold;

}


.main-section__background {
	max-height: 520px!important;
    max-width: 600px!important;	
}


.post-banner__image img {
    height: 200px!important;
}



.editor-content ul {
  list-style-type: none!important;
  padding-left: 20px;
  font-size: 20px;
  color: #6d5bd9;
}

.editor-content ul li {
  list-style: none!important;
  position: relative;
  padding-left: 25px; 
  margin-bottom: 10px;
  color: #21324e;
    font-family: Gilroy, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: .2px;
    line-height: 140%;
    margin-bottom: 16px;
    margin-top: 16px;
}

.editor-content ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: radial-gradient(circle, #6d5bd9 0%, #ffffff 70%);
}

@media (max-width: 768px) {
  .editor-content ul {
    font-size: 16px;
	padding-left: 0px;

  }
  .editor-content ul li {
    font-family: Gilroy, sans-serif;
    font-size: 16px;
    padding-left: 25px; 

}
}


  .editor-content ol {
  list-style-type: none!important; 
  padding-left: 20px;
  font-size: 20px;
  color: #6d5bd9;
  counter-reset: list-item;
}

  .editor-content ol li {
  list-style: none!important;
  position: relative;
  padding-left: 25px; 
  margin-bottom: 10px;   
}

  .editor-content ol li::before {
  content: counter(list-item) ' '; 
  position: absolute;
  left: -5px;
  top: 0;
  color: #6d5bd9; 
  font-size: 16px; 
  background: radial-gradient(circle, rgba(255, 255, 255, 0.7) 10%, rgba(109, 91, 217, 0.4) 70%); 
  border-radius: 50%; 
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.editor-content img {
    width: 900px;
    border-radius: 12px;
}

.related-articles {
  border-top: 1px solid #3b319c40;
  border-bottom: 1px solid #3b319c40;
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.related-symbol {
  font-size: 24px;
  color: #3b319c60;
  margin-right: 10px; 
}

.related-link {
  color: #3b319c;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.related-link:hover {
  color: #1a1773; 
}


.two-columns-content {
    width: 48%!important; 
}

.two-columns-description ul {
    padding-left: 0px!important; 
}

h2.demo-section__title  {
    font-size: 36px!important;
  }






@media (max-width: 768px) {
    .editor-content ol {
    font-size: 16px;
	padding-left: 0px;
  }
    .editor-content ol li::before {
    font-size: 14px;
    width: 20px;
    height: 20px;
  }
  .two-columns-content {
    width: 100%!important; 
}
h2.demo-section__title  {
    font-size: 26px!important;
  }


}
</pre></body></html>