.scroll-horizontal {
    display: none;
    flex-wrap: nowrap;
    overflow-x: scroll;
    gap: 1rem;
}

.agrupamento-enquete {
    background-color: #F6F6F6;
    padding: 1rem;
    border-radius: 30px;
}

.card-enquete {
    display: flex;
    cursor: pointer;
    position: relative;
    background-color: var(--color-HMDCCGreen);
    --tw-bg-opacity: 1;
    margin-top: 1.5rem !important;
    border-radius: 1rem;
    max-width: 40%;
    min-width: 30%;
    width: 50%;
    height: 20rem;
    max-height: 20rem;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.card-enquete a {
    height: -webkit-fill-available;
    width: -webkit-fill-available;
}

.card-enquete img {
    border-radius: 1rem 1rem 0 0;
    object-fit: cover;
    height: 80%;
    width: 100% !important;

}

.no-shadow {
    box-shadow: none !important;
}

.icone {
    background-color: white;
    aspect-ratio: 1 / 1;
    border-radius: 1rem;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 180px;
    height: 180px;
}

.border-t-4 {
    margin-block: 0.5rem;
    border-top: 2px grey solid;
}


.min-h-8 {
  min-height: 2.5rem;
}


.hash_resposta{
        position: absolute;
    background-color: var(--color-YpePurple) !important;
    color: white;
    justify-self: end;
    padding: 0.2rem;
    /* border-radius: 0 14px 0 0; */
    font-size: small;
}