.paragraph--type--item-counter{
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 2rem;
    max-width: 40rem;
}

.paragraph--type--item-counter h3{
    font-size: 2.2rem;
    font-weight: 600;
}

.paragraph--type--item-counter > div > a{
    text-transform: uppercase;
    letter-spacing: 0.8px;
    padding: 1rem 2rem;
    width: auto;
    white-space: normal;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.2rem;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: linear-gradient(45deg, #EB0029, #f1637b) !important;
    color: #fff;
    border-radius: 30px;
}

.paragraph--type--item-counter > div > a:hover{
    background: var(--background-color-200) !important;
    color: #EB0029;
    border-color: #EB0029;
}

.paragraph--type--item-counter .read-more details{
    display: flex;
    flex-direction: column;
}

.paragraph--type--item-counter .read-more details[open]{
    flex-direction: column-reverse;
}

.paragraph--type--item-counter .read-more details summary:before{
    content: '';
    display: block;
    border-top: 1px solid #EB0029;
    margin-bottom: -10px;
}

.paragraph--type--item-counter .read-more details summary{
    font-size: 0;
    text-transform: uppercase;
    color: #EB0029;
    text-align: center;
    cursor: pointer;
    margin-top: 1rem;
}

.paragraph--type--item-counter .read-more details summary span::after{
    content: '+';
    display: flex;
    width:20px;
    height: 20px;
    font-size: 24px;
    line-height: 1;
    color: white;
    background-color: #EB0029;
    border: 1px solid #EB0029;
    border-radius: 10px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}

.paragraph--type--item-counter .read-more details[open] summary span::after{
    content: '-';
    padding-bottom: 2px;
}
