﻿.wdg-resources>h3 {color:var(--blue);font-weight:600;}
.wdg-resources__list {display:flex;flex-flow:row wrap;}
.wdg-resources__entry {display:flex;flex:0 0 100%;padding:1.5rem;margin:0 0 2.5rem;background:var(--blue);color:var(--white);border-radius:2rem;font-weight:600;align-items:center;justify-content:space-between;}
.wdg-resources__entry:after {position:relative;display:block;width:2.8rem;height:2.8rem;margin:0 0 0 1rem;content:"";background-image:url('../../images/reskin/icon-arrow-right-white.svg');background-size:contain;background-repeat:no-repeat;transform:rotate(-45deg);}
.wdg-resources__entry:last-child {margin:0;}
.wdg-resources__entry.pdf .wdg-resources__icon:after {background-image:url('../../images/reskin/icon-pdf.svg');}
.wdg-resources__entry.link .wdg-resources__icon:after {background-image:url('../../images/reskin/icon-link.svg');}
.wdg-resources__icon {flex:0 0 4.2rem;padding:0 1.5rem 0 0;}
.wdg-resources__icon:after {display:block;width:4.2rem;height:4.2rem;content:"";background-image:url('../../images/reskin/icon-file.svg');background-size:contain;background-position:center;background-repeat:no-repeat;}
.wdg-resources__info {flex:0 1 100%;}
.wdg-resources__title {font-size:2.1rem;}
.wdg-resources__type {font-weight:400;}
@media(min-width:768px) {
	.wdg-resources__entry {flex:0 0 calc(50% - 1rem);}
	.wdg-resources__entry:nth-child(2n+1) {margin:0 1rem 1.5rem 0;}
	.wdg-resources__entry:nth-child(2n+2) {margin:0 0 1.5rem 1rem;}
	.wdg-resources__entry:nth-last-child(1) {margin:0 1rem 0 0;}
	.wdg-resources__entry:nth-last-child(2) {margin:0 0 0 1rem;}
}
@media(min-width:992px) {
	.wdg-resources__entry {flex:0 0 calc(33.3333% - 1rem);}
	.wdg-resources__entry:nth-child(3n+1) {margin:0 1rem 1.5rem 0;}
	.wdg-resources__entry:nth-child(3n+2) {margin:0 .5rem 1.5rem;}
	.wdg-resources__entry:nth-child(3n+3) {margin:0 0 1.5rem 1rem;}
}
@media(min-width:1400px) {
	.wdg-resources__entry {flex:0 0 calc(33.3333% - 2rem);}
	.wdg-resources__entry:nth-child(3n+1) {margin:0 2rem 1.5rem 0;}
	.wdg-resources__entry:nth-child(3n+2) {margin:0 1rem 1.5rem;}
	.wdg-resources__entry:nth-child(3n+3) {margin:0 0 1.5rem 2rem;}
}

.wdg-tags h3 {flex:0 0 100%;margin:0 0 .5rem;color:var(--purple);font-weight:600;}
.wdg-tags__list {display:flex;flex-flow:wrap;}
.wdg-tags__entry {display:flex;flex:0 0 100%;margin:0 0 2.5rem;flex-flow:wrap;}
.wdg-tags__entry:last-child {margin:0;}
.wdg-tags__links {display:inline-flex;margin:0 -.15rem;flex-flow:row wrap;}
.wdg-tags__links>a,.wdg-tags__links>a:not([href]) {padding:1rem 1.5rem;margin:0 .15rem .5rem;text-decoration:none;color:var(--blue);border:.1rem solid var(--blue);border-radius:1rem;}
.wdg-tags__links>a:hover {background:var(--blue);color:var(--white);}
.wdg-tags__links>a:not([href]):hover {background:var(--white);color:var(--blue);cursor:default;}
@media(min-width:992px) {
	.wdg-tags__links>a,.wdg-tags__links>a:not([href]) {padding:.5rem .75rem;}
}

.wdg-theme--story .wdg-rs h2 {text-align:center;}
.sb__desc {flex:0 0 100%;padding:0 0 2.5rem;margin:0 0 2.5rem;border-bottom:.2rem solid var(--blue-01);font-size:2rem;font-weight:600;}
.sb__desc>*:last-child {margin:0;}