.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;
  color: #21324e;
}

.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;  
    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 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;
  }


}


.editor-content ol.teh {
  list-style: decimal !important; 
  counter-reset: none !important;
  padding-left: 40px !important;
}

.editor-content ol.teh li {
  list-style: decimal !important;
  position: static !important;
  padding-left: 0 !important;
  margin-bottom: 10px !important;
}

.editor-content ol.teh li::before {
  content: none !important;
}

.editor-content ol ul {
  list-style-type: disc !important;
  padding-left: 40px;
  margin-top: 10px;
}

.editor-content ol ul li::before {
  content: none !important;
}

.editor-content ol.teh ul.teh {
  list-style-type: disc !important;
  padding-left: 40px !important;
  margin-top: 10px;
}

.editor-content ol.teh ul.teh li {
  list-style: disc !important;
  position: static !important;
  padding-left: 0 !important;
  margin-bottom: 10px !important;
}

.editor-content ol.teh ul.teh li::before {
  content: none !important;
}

    .pk-compact-wrapper {
        width: 100%;
        padding: 20px 0;
        display: flex;
        justify-content: center;
        box-sizing: border-box;
    }
    
    .pk-cc-card {
        width: 100%;
        max-width: 700px;
        background: radial-gradient(828.48% 141.42% at 0 0, #f0fcfe 0, #d8f9fd 29.49%, #ccf6fe 64.21%, #ddf1ec);
        border: 1px solid #ccf6fe;
        border-radius: 16px;
        padding: 35px;
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 30px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
        position: relative;
        overflow: hidden;
        font-family: inherit;
        line-height: 1.4;
        text-align: left;
        color: #333;
    }
    
    .pk-cc-content {
        flex: 1;
        z-index: 2;
    }
    
    .pk-cc-badge {
        display: inline-block;
        font-size: 11px;
        font-weight: 700;
        text-transform: uppercase;
        color: #6c5bd9;
        background: #ffffff;
        padding: 4px 10px;
        border-radius: 4px;
        margin-bottom: 15px;
        letter-spacing: 0.5px;
        box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    }
    
    .pk-cc-title {
        font-size: 1.8em;
        font-weight: 800;
        color: #1a1a1a;
        margin: 0 0 12px 0;
        line-height: 1.1;
    }
    
    .pk-cc-desc {
        font-size: 1em;
        color: #4a5568;
        margin-bottom: 25px;
    }
    
    .pk-cc-tags {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        margin-bottom: 30px;
    }
    
    .pk-cc-tag {
        display: inline-flex;
        align-items: center;
        font-size: 0.85em;
        font-weight: 600;
        color: #555;
        background: #ffffff;
        border: 1px solid #e2e8f0;
        padding: 6px 12px;
        border-radius: 8px;
        white-space: nowrap;
    }
    .pk-cc-check {
        color: #6c5bd9;
        margin-right: 6px;
        font-weight: bold;
    }
    
    .pk-cc-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: #6c5bd9;
        color: #ffffff !important;
        text-decoration: none;
        padding: 14px 32px;
        border-radius: 50px;
        font-weight: 700;
        font-size: 1em;
        transition: transform 0.2s ease, box-shadow 0.2s;
        border: none;
        box-shadow: 0 4px 15px rgba(108, 91, 217, 0.3);
    }
    .pk-cc-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(108, 91, 217, 0.4);
        background: #5b4bc4;
    }
    
    .pk-cc-visual {
        flex: 0 0 140px;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 1;
    }
    
    .pk-cc-svg {
        width: 100%;
        max-width: 140px;
        height: auto;
    }
    
    @media (max-width: 768px) {
        .pk-cc-card {
            padding: 25px;
            flex-direction: column;
            align-items: flex-start;
            gap: 20px;
        }
        
        .pk-cc-visual {
            display: none; 
        }
        .pk-cc-title {
            font-size: 1.5em;
        }
        .pk-cc-btn {
            width: 100%;
            padding: 14px;
        }
    }