.shipping-method {
    display: none;
}

.shipping-method:last-of-type {
    display: block;
    opacity: 0.5; /* Make it less prominent */
}
.haverpunten-list {
    max-height: 150px; /* Show only a limited number of haverpunten */
    overflow: hidden;
}

.haverpunten-list.expanded {
    max-height: none; /* Show all haverpunten when expanded */
}

.show-more-haverpunten {
    cursor: pointer;
    color: blue;
    text-decoration: underline;
}
