.block-content--type-featured-link .field--name-field-featured-links {
    display: flex;
    flex-direction: column;
    gap:0.25rem;
}

.block-content--type-featured-link .field--name-field-featured-links .field__item a{
    display: flex;
    gap: 0.65rem;
    text-transform: uppercase;
    color: white;
    background-color: var(--secondary-color);
    width: calc(100% - 1.5rem);
    padding: 1rem 0.75rem 0.85rem;
    hyphens: auto;
}
.block-content--type-featured-link .field--name-field-featured-links .field__item a:hover{
    background-color: var(--secondary-color-700);
}

.block-content--type-featured-link .field--name-field-featured-links .field__item a::before{
    content: url('data:image/svg+xml,<svg width="12" height="16" viewBox="0 0 12 16" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_184_427)"><path d="M0.0114441 3.64941V7.80515L4.40252 10.5191L5.79761 9.60738L5.22585 3.64941H0.0114441Z" fill="white" fill-opacity="0.3"/><path d="M5.68326 3.69177L6.25501 9.31049L10.6232 6.51173C10.6232 6.51173 10.0192 5.44481 8.5649 4.60349C7.19201 3.80902 5.68326 3.69177 5.68326 3.69177Z" fill="white" fill-opacity="0.3"/><path d="M0.0114441 8.35645V13.3815L4.01373 10.7736L0.0114441 8.35645Z" fill="white" fill-opacity="0.3"/><path d="M4.83704 10.7735L5.8662 10.1162L6.00342 11.4944L4.83704 10.7735Z" fill="white" fill-opacity="0.3"/><path d="M4.40252 11.028L6.04918 12.0245L6.43797 15.8198C6.43797 15.8198 6.23694 15.8844 5.80927 15.9338C5.54398 15.9646 5.19132 15.9894 4.74558 15.9894H0.0114441V13.8691L4.40252 11.028Z" fill="white" fill-opacity="0.3"/><path d="M6.55231 12.3213L6.89536 15.7137C6.89536 15.7137 7.15677 15.6387 7.54259 15.4894C7.79667 15.3912 8.10474 15.2608 8.42766 15.0988C8.75791 14.9333 9.03212 14.7456 9.23773 14.5855C9.51103 14.3727 9.66266 14.2083 9.66266 14.2083L6.55231 12.3213Z" fill="white" fill-opacity="0.3"/><path d="M6.30075 9.84066L6.50658 11.7913L9.98286 13.9116C9.98286 13.9116 11.6753 12.3157 11.6753 9.98908C11.6753 8.02931 10.8519 6.85107 10.8519 6.85107L6.30075 9.84066Z" fill="white" fill-opacity="0.3"/><path d="M8.45055 2.73776C8.33369 2.93346 8.20493 3.31701 8.58777 3.52226C8.97062 3.7275 9.05867 3.77732 9.31962 3.90391C9.58057 4.03049 9.92728 3.9109 10.0972 3.67068C10.2905 3.39737 11.6894 1.58857 11.8811 1.33838C12.0727 1.08818 12.0153 0.741731 11.6524 0.553875C11.2894 0.366019 10.9411 0.198941 10.669 0.0662121C10.534 0.000483649 10.3348 -0.00714933 10.1887 0.0450094C10.0398 0.0980162 9.94443 0.212511 9.86851 0.341848C9.71779 0.598401 8.56742 2.54205 8.45055 2.73776Z" fill="white" fill-opacity="0.3"/></g><defs><clipPath id="clip0_184_427"><rect width="12" height="16" fill="white"/></clipPath></defs></svg>');
    display: block;
    height: 1rem;
    width: auto;
}