/* 
Theme Name: ECM Power Theme
Theme URI: https://github.com/elementor/hello-theme/
Description: Custom Child Theme of Hello for ECM Power
Author: MBA Team
Author URI: https://www.mbateam.com
Template: hello-elementor
Version: 1.0.1
*/

/*
    Add your custom styles here
*/
.grecaptcha-badge { 
    visibility: hidden;
}

.universal-documents {
  list-style: none;
  margin: 0;
  padding: 0;
}

.universal-documents li {
    display: flex;
    align-items: flex-start;
    gap: 1.1rem;
    margin: 0.25rem 0 0.8rem;
}

.universal-documents .pdf-icon {
	fill: #053156;
  width: 1.1em;  /* fixed width relative to text size */
  height: auto;
  flex-shrink: 0; /* prevent shrinking */
	transition: fill 0.2s ease;
}

.universal-documents li:hover .pdf-icon {
  fill: #165183;
}

.universal-documents a {
  text-decoration: none;
  line-height: 1.4;
}

.universal-documents a:hover {
  text-decoration: underline;
}