/* 
  UAE Certificate Attestation Section - Custom CSS
  Include this stylesheet in your site's <head> to style the section.
*/

/* Custom Shadow styling for step numbers */


/* Optional helper classes to guarantee layout compatibility if not using full Tailwind */
.uae-attestation-section {
    box-sizing: border-box;
}

.uae-attestation-section *, 
.uae-attestation-section *::before, 
.uae-attestation-section *::after {
    box-sizing: inherit;
}
