.extra-product-links-wrapper {
    display: flex;
    align-items: baseline;
    gap: 0.625rem;
}

.extra-product-links-block-button {
    display: flex;
    gap: 0.625rem;
    flex-wrap: wrap;
}

.extra-product-links-block-title,
.extra-product-links-block-link-item {
    font-family: "Rubik", sans-serif;
    font-size: 16px;
}

.extra-product-links-block-title {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
}

.extra-product-links-block-title .title-label {
    color: #253237;
    display: inline-block;
    width: auto;
    margin: 0 0.25rem 0 0;
    font-weight: 700;
    font-size: 0.9375rem;
}

.extra-product-links-block {
    display: flex;
    flex-wrap: wrap;
    gap: 0.3125rem;
    flex: 1 1 0%;
    align-items: center;
}

.list-extra-product-links-block-link {
    display: contents;
}

.list-extra-product-links-block li,
.list-extra-product-links-block a
{
    display: flex;
    align-items: center;
    margin: 0;
    gap: 0.3125rem;
}

.extra-product-links-block-link-item {
    text-decoration: underline;
    color: #e33d3d;
    font-size: 1rem;
    transition: background 0.3s;
}

.extra-product-links-block-link-item:hover {
    color: #011627;
    text-decoration: underline;
    text-decoration-color: #e33d3d;
}

.extra-product-links-item-delimiter {
    display: inline;
    color: #333;
    font-size: 1em;
    margin: 0;
}

.extra-product-links-item-delimiter.delimiter-comma {
    margin-left: -0.2em;
}

.extra-product-links-block-select select {
    width: auto;
}
