.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-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%;
        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;
        }
    }
	
	
	
	
	
	/* --- Global Styles for Article Blocks --- */
.pk-cb-wrapper {
  font-family: 'Inter', 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.6;
  color: #1a1a2e;
  max-width: 800px;
  margin: 0 auto;
  box-sizing: border-box;
}

.pk-cb-wrapper * {
  box-sizing: border-box;
}

/* --- Block 1: Relevant Links (CTA) --- */
.pk-cb-cta-box {
  background: linear-gradient(135deg, #eefbfb 0%, #cde6fc 100%);
  border-radius: 24px;
  padding: 32px;
  margin: 40px 0;
  border: 1px solid rgba(255, 255, 255, 0.6);
}

.pk-cb-cta-title {
  font-size: 22px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 12px;
  color: #1a1a2e;
}

.pk-cb-cta-description {
  margin-bottom: 24px;
  font-size: 16px;
  color: #4a4a68;
}

.pk-cb-link-container {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.pk-cb-link {
  display: flex;
  align-items: center;
  text-decoration: none !important; 
  font-weight: 700;
  font-size: 17px;
  color: #3b319c;
  transition: all 0.2s ease;
  border-bottom: none !important;  
}

.pk-cb-link:hover {
  opacity: 0.8;
  transform: translateX(5px);
}

.pk-cb-link::before {
  content: "→";
  flex-shrink: 0; 
  margin-right: 12px;
  font-weight: 900;
  background: #fff;
  color: #3b319c;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  box-shadow: 0 4px 8px rgba(59, 49, 156, 0.15);
}

@media (max-width: 768px) {
  .pk-cb-cta-box {
    padding: 24px;
  }
}
/* --- Block 2: Step by Step --- */
.pk-cb-steps-wrapper {
  margin: 50px 0;
  max-width: 800px;
}

.pk-cb-step-item {
  display: flex;
  align-items: stretch; 
  position: relative;
  margin-bottom: 0; 
}

.pk-cb-step-marker {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  margin-right: 24px;
  width: 48px;
}

.pk-cb-step-number {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 20px;
  color: #ffffff;
  background: linear-gradient(135deg, #8b9eeb 0%, #8b9eeb 100%);
  box-shadow: 0 4px 12px rgba(59, 49, 156, 0.4);
  
  position: relative;
  z-index: 2; 
}

.pk-cb-step-line {
  width: 2px;
  background-color: #cde6fc; 
  flex-grow: 1; 
  min-height: 20px;
  
  margin-top: -10px; 
  padding-bottom: 0;
  
  position: relative;
  z-index: 1; 
}

/* last element line */
/* .pk-cb-step-item:last-child .pk-cb-step-line {
  display: none;
} */


.pk-cb-step-content {
  flex-grow: 1;
  padding-bottom: 40px; 
}

.pk-cb-step-item:last-child .pk-cb-step-content {
  padding-bottom: 0;
}

.pk-cb-step-title {
  display: flex!important;
  align-items: center!important;
  min-height: 48px!important;
}

.pk-cb-step-desc {
  font-size: 16px;
  color: #4a4a68;
  line-height: 1.6;
}

.pk-cb-step-desc ul {
  padding-left: 20px;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .pk-cb-step-marker {
    margin-right: 16px; 
    width: 40px; 
  }
  
  .pk-cb-step-number {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
  
  .pk-cb-step-line {
    margin-top: -10px; 
  }

  .pk-cb-step-title {
    min-height: 40px!important; 
    align-items: flex-start!important;
    padding-top: 8px!important; 
  }
  
  .pk-cb-step-content {
    padding-bottom: 30px;
  }
}
/* --- Block 3: Grid Text Blocks (2 col) --- */
.pk-cb-grid-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin: 40px 0;
}

.pk-cb-card {
  padding: 32px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  background: linear-gradient(180deg, #cff7ff 0%, #f0fcff 100%);
  display: flex;
  flex-direction: column;
}

.pk-cb-card.pk-cb-card-blue {
  background: linear-gradient(180deg, #cde6fc 0%, #f4f8ff 100%);
}

.pk-cb-card-full {
  grid-column: 1 / -1; 
}

.pk-cb-card-title {
  font-size: 19px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 14px;
  color: #1a1a2e;
}

.pk-cb-card-text {
  font-size: 15px;
  line-height: 1.6;
  color: #4a4a68;
  margin: 0;
}

/* --- Responsive Styles --- */
@media (max-width: 768px) {
  .pk-cb-grid-wrapper {
    grid-template-columns: 1fr; 
    gap: 16px;
  }
  
}
/* --- Responsive Styles --- */
@media (max-width: 768px) {
  .pk-cb-cta-box {
    padding: 24px;
  }
  
  .pk-cb-step-item {
    flex-direction: column;
  }
  
  .pk-cb-step-number {
    margin-bottom: 16px;
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
  
  .pk-cb-grid-wrapper {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
	
	
	
	
/* --- Block 4: Note / Fact Box (Minimalist) --- */
.pk-cb-note-box {
  background: #fdfefe;
  border-left: 6px solid #3b319c; 
  border-radius: 8px 16px 16px 8px; 
  padding: 32px 40px; 
  margin: 48px 0;
  box-shadow: 0 8px 24px rgba(59, 49, 156, 0.06); 
  position: relative;
}

.pk-cb-note-label {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-weight: 800;
  color: #3b319c;
  margin-bottom: 16px;
  opacity: 0.8;
}

.pk-cb-note-text {
  font-size: 22px; 
  line-height: 1.5;
  font-weight: 600; 
  color: #1a1a2e;
  margin: 0;
  font-style: italic; 
}

@media (max-width: 768px) {
  .pk-cb-note-box {
    padding: 24px;
    border-left-width: 4px;
  }
  .pk-cb-note-text {
    font-size: 19px;
  }
}	
	
	
	
.post__nav-content {
  background: linear-gradient(180deg, #cde6fc 0%, #f4f8ff 100%)!important;
  border: 1px solid rgba(59, 49, 156, 0.1) !important;
  border-radius: 16px !important;
  padding: 16px 12px !important; 
  margin-bottom: 30px !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03) !important;
}

.post__nav-content label {
  font-size: 11px !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  color: #8888aa !important;
  margin-bottom: 10px !important;
  padding-left: 4px !important;
  font-weight: 700 !important;
}

.post__nav-content ul,
.post__nav-content li {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}

.post__nav-item {
  display: flex !important;
  justify-content: space-between !important;
  align-items: flex-start !important;
  padding: 6px 4px !important;
  border-radius: 6px !important;
  cursor: pointer !important;
  background: transparent !important;
  transition: all 0.2s ease !important;
}

.post__nav-item span {
  color: #1a1a2e !important;
  font-size: 14px !important; 
  line-height: 1.35 !important;
  flex-grow: 1 !important;
  padding-right: 6px !important; 
  word-break: break-word !important; 
}

.post__nav-item svg {
  display: block !important;
  width: 16px !important;
  height: 16px !important;
  min-width: 16px !important;
  opacity: 0.4 !important;
  color: #1a1a2e !important;
  margin-top: 2px !important;
  transition: all 0.2s ease !important;
}

.post__nav-item--opened svg {
  transform: rotate(180deg) !important;
  color: #3b319c !important;
  opacity: 1 !important;
}

.post__nav-item:hover span {
  color: #3b319c !important;
  font-weight: 700 !important;
}
.post__nav-item:hover svg {
  color: #3b319c !important;
  opacity: 1 !important;
}

.post__nav-content ul ul {
  padding-left: 10px !important;
  margin-top: 4px !important;
  display: block !important;
}

.post__nav-content ul ul li {
  margin-bottom: 6px !important;
  padding: 4px 6px !important;
  cursor: pointer !important;
  border-radius: 6px !important;
}

.post__nav-content ul ul li span {
  display: block !important;
  font-size: 13px !important; 
  font-weight: 400 !important;
  color: #555570 !important;
  line-height: 1.35 !important;
  transition: all 0.2s ease !important;
}

.post__nav-content ul ul li:hover span {
  color: #3b319c !important;
  font-weight: 700 !important;
}

.post__nav-content ul ul li.active span {
  color: #3b319c !important;
  font-weight: 700 !important;
}

@media (max-width: 768px) {
  .post__nav-content {
    padding: 16px !important;
  }
}
