.upa_linklist {
    padding: calc(var(--mg-padding-sm) * 2);
    background-color: var(--mg-primary-color-b-super-bright);
}

.upa_linklist.upa_linklist_layout1 {
	padding: 0;
	background-color: transparent;
}

.upa_linklist ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.upa_linklist ul li {
    padding: 12px 0;
    border-bottom: 1px solid var(--mg-primary-color-b-medium);
    background-image: url('data:image/svg+xml,<svg clip-rule="evenodd" fill-rule="evenodd" stroke-linecap="square" stroke-miterlimit="1.5" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><g fill="none" stroke="%23d77400"><path d="m25.384 2.021-15.32-.015" stroke-width="1.72" transform="matrix(-1.30549 .00101542 -.00132977 -1 34.1413 13.966)"/><path d="m8.173 1h14.827v15.013" stroke-width="2" transform="matrix(.707107 .707107 -.707107 .707107 7.02792 -5.03633)"/></g></svg>');
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 18px;
}

.upa_linklist ul li.upa_linklist_external {
    background-image: url('data:image/svg+xml,<svg clip-rule="evenodd" fill-rule="evenodd" stroke-linecap="square" stroke-miterlimit="1.5" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><g fill="none" stroke="%23d77400"><path d="m8 1h-7v22h22v-7" stroke-width="2"/><path d="m14 1h9v8" stroke-width="2"/><path d="m22 2.018-10.833-.011" stroke-width="1.72" transform="matrix(.922394 -.923841 .708051 .706162 .27819 20.8992)"/></g></svg>');
}

.upa_linklist ul li.upa_linklist_download {
    background-image: url('data:image/svg+xml,<svg clip-rule="evenodd" fill-rule="evenodd" stroke-linecap="square" stroke-miterlimit="1.5" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><g fill="none" stroke="%23d77400"><path d="m24.451 2.02-13.284-.013" stroke-width="1.72" transform="matrix(-.00101542 -1.30549 1 -.00132977 10.0043 32.9234)"/><path d="m25.009 2.021-16.851-.027" stroke-width="1.72" transform="matrix(-1.30549 .00101542 -.00132977 -1 33.6522 24.9957)"/><path d="m8.173 1h14.827v15.013" stroke-width="2" transform="matrix(-.707107 .707107 -.707107 -.707107 29.0066 5.00761)"/></g></svg>');
}

.upa_linklist ul li:last-child {
    border-bottom: none;
}

.upa_linklist ul li div.upa_linklist_additional {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    opacity: 0.6;
    line-height: 1.2;
    margin: 4px 0;
}

.upa_linklist ul li a {
    font-weight: 600;
    font-size: 20px;
    text-decoration: none;
    line-height: 1.2;
    color: var(--mg-primary-color-b-full);
    display: block;
    padding: 0 40px 0 0;
}

.upa_linklist ul li a:hover {
    color: var(--mg-primary-color-b-full);
}

.upa_linklist ul li a:hover .upa_linklist_item {
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
}

@media (min-width: 768px) {
    .upa_linklist {
        padding: calc(var(--mg-padding-lg) * 3);
    }

    .upa_linklist ul li {
    	padding: 16px 0;
    }

    .upa_linklist ul li a {
        font-size: 24px;
    }
}