/* PSRR-12553 - CoM Accessibility - 311 dialog not a contained element */
.dropdown-pane .close-button {
    top: 3px;
    right: 3px;
    padding: 0;
}

.dropdown-pane h3.title {
    margin-top: 1rem;
}

.molecule.molecule--311-button .dropdown-pane {
    display: block !important;
}

/* PSRR-12563 - CoM Accessibility  -  Read order jumps around and is not linear 

This adds empty alt text to the psuedo element so it isn't read out by assistive technology: 
https://a11ysupport.io/tests/tech__css__css_generated_content_alt

*/ 
.drilldown .is-drilldown-submenu-parent>.button.link:after, 
.drilldown .is-drilldown-submenu-parent>a:after {
    content: "\f105" / "" !important;
}

