/* Target lists inside blog posts for tighter bullet spacing */
.single-post .entry-content ul li,
.single-post .post-content ul li {
  margin-bottom: 0.3em !important;
  line-height: 1.3 !important;
}

/* Also for ordered lists if needed */
.single-post .entry-content ol li,
.single-post .post-content ol li {
  margin-bottom: 0.3em !important;
  line-height: 1.3 !important;
}
/* --- Adjust Paragraph Spacing in Blog Posts --- */
.single-post .entry-content p,
.single-post .post-content p {
  margin-bottom: 0.75em !important;  /* smaller gap between paragraphs */
  line-height: 1.5 !important;       /* clean single spacing within paragraphs */
}

/* --- Adjust Bullet/Numbered List Spacing --- */
.single-post .entry-content ul li,
.single-post .post-content ul li,
.single-post .entry-content ol li,
.single-post .post-content ol li {
  margin-bottom: 0.3em !important;   /* tighter spacing between list items */
  line-height: 1.4 !important;
}

/* --- Optional: Reduce space before and after entire lists --- */
.single-post .entry-content ul,
.single-post .post-content ul,
.single-post .entry-content ol,
.single-post .post-content ol {
  margin-top: 0.5em !important;
  margin-bottom: 0.75em !important;
}

/* Full justification for the BasesLoaded "Application Details" accordion */
.elementor-element-731260 .master-accordions .item .content,
.elementor-element-731260 .master-accordions .item .content p,
.elementor-element-731260 .master-accordions .item .content li {
    text-align: justify !important;
}



/* Math Captcha input box fix */
#jetpack_protect_answer {
    width: 120px !important;   /* Width barhao */
    height: 40px !important;   /* Height comfortable karo */
    font-size: 18px !important; /* Numbers clearly visible */
    padding: 5px 10px !important;
    line-height: 40px !important;
    box-sizing: border-box;
    vertical-align: middle;
}

.ep-box-wrap{
	margin-top: 50px;
}

.um .um-button.um-alt,
.um input[type="submit"].um-button.um-alt {
    display: none;
}

/* Default button color */
.um a.um-button,
.um input[type="submit"].um-button {
    background: #66AD1B;
}

/* Hover + Focus state (thoda dark) */
.um a.um-button:hover,
.um a.um-button:focus,
.um input[type="submit"].um-button:hover,
.um input[type="submit"].um-button:focus {
    background: #4F8F14; /* darker green */
}

.um-col-alt-b .um-link-alt{
	display: none !important;
}