.voting__map {
display: flex;
flex-direction: column-reverse;
align-items: flex-start;
gap: 1rem
}
@media (min-width: 768px) {
.voting__map {
flex-direction: row
}
}
.voting__map>*:first-child {
min-width: 40%
}
.voting__map>*:only-child {
flex-grow: 1
}
.voting__map > :last-child:not(:only-child) {
aspect-ratio: 4/3;
width: 100%;
overflow: hidden;
border-radius: 0.25rem
}
.voting__map-address {
margin-top: 1rem;
border-radius: 0.25rem;
border-width: 4px;
--tw-border-opacity: 1;
border-color: rgb(243 244 247 / 1);
padding: 1rem
}
@supports (color: rgb(0 0 0 / 0)) {
.voting__map-address {
border-color: rgb(243 244 247 / var(--tw-border-opacity))
}
}
.voting__map-address:first-child {
margin-top: 0px
}
.voting__polling-station > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(1rem * calc(1 - 0));
margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(1rem * 0);
margin-bottom: calc(1rem * var(--tw-space-y-reverse))
}
.voting__polling-station {
padding-top: 1rem;
padding-bottom: 1rem
}
.voting__polling-station > * {
display: flex;
align-items: center;
gap: 0.5rem
}
.voting__polling-station__accordion {
border-radius: 0.25rem;
border-width: 4px;
--tw-border-opacity: 1;
border-color: rgb(243 244 247 / 1);
padding: 1rem
}
@supports (color: rgb(0 0 0 / 0)) {
.voting__polling-station__accordion {
border-color: rgb(243 244 247 / var(--tw-border-opacity))
}
}
.voting__polling-station__accordion-trigger {
display: flex;
width: 100%;
align-items: center;
justify-content: space-between;
--tw-text-opacity: 1;
color: rgb(var(--secondary-rgb) / 1);
color: rgb(var(--secondary-rgb) / var(--tw-text-opacity))
}
.voting__polling-station__accordion-trigger:hover {
text-decoration-line: underline
}
.voting__polling-station__accordion-arrow {
height: 2rem;
width: 2rem;
fill: currentColor;
--tw-text-opacity: 1;
color: rgb(var(--secondary-rgb) / 1);
color: rgb(var(--secondary-rgb) / var(--tw-text-opacity))
}
.voting__polling-station__accordion-arrow:first-of-type {
display: block
}
.voting__polling-station__accordion-arrow:last-of-type {
display: none
}
[role=button][aria-expanded=true] .voting__polling-station__accordion-arrow:first-of-type {
display: none
}
[role=button][aria-expanded=true] .voting__polling-station__accordion-arrow:last-of-type {
display: block
}
.voting__polling-station__accordion-panel {
margin-top: 1rem;
border-top-width: 1px;
--tw-border-opacity: 1;
border-color: rgb(225 229 239 / 1);
padding-top: 1rem
}
@supports (color: rgb(0 0 0 / 0)) {
.voting__polling-station__accordion-panel {
border-color: rgb(225 229 239 / var(--tw-border-opacity))
}
}
.voting__polling-station__accordion-panel a:hover {
text-decoration-line: underline
}
.voting__polling-station__accordion + .voting__polling-station__accordion {
margin-top: 1rem
}
.voting__polling-station + .voting__polling-station {
margin-top: 1rem;
border-top-width: 1px;
--tw-border-opacity: 1;
border-color: rgb(243 244 247 / 1)
}
@supports (color: rgb(0 0 0 / 0)) {
.voting__polling-station + .voting__polling-station {
border-color: rgb(243 244 247 / var(--tw-border-opacity))
}
}

/*# sourceMappingURL=decidim_votings-8f0a83e2.css.map*/