.yy-share-container {
display: inline-flex;
}
.yy-share-links {
--share-gap: 6;
--share-size: 32;
--share-padding: 2;
--share-radius: 3;
--share-background: #0166ff;
--share-icon: #fff;
--share-background-hover: #0166ff;
--share-icon-hover: #fff;
display: inline-flex;
flex-wrap: wrap;
gap: calc(var(--share-gap) * 1px);
}
.yy-share-links a {
width: 32px;
height: 32px;
width: calc(var(--share-size) * 1px);
height: calc(var(--share-size) * 1px);
box-sizing: border-box;
padding: calc(var(--share-padding) * 1px);
display: inline-block;
overflow: hidden;
border-radius: calc(var(--share-radius) * 1px);
border: 0;
transition: 200ms;
background-color: var(--share-background);
}
.yy-share-links a * {
transition: 200ms;
} .yy-share-links a { background: var(--share-background); }
.yy-share-links:not([data-background]) a.yy-share-whatsapp { background: #12af0a; }
.yy-share-links:not([data-background]) a.yy-share-facebook { background: #4267B2; }
.yy-share-links:not([data-background]) a.yy-share-linkedin { background: #0077b5; }
.yy-share-links:not([data-background]) a.yy-share-twitter { background: #000000; } .yy-share-links a * { fill: var(--share-icon); }
.yy-share-links[data-icon="brand"] a * { fill: #0166ff; }
.yy-share-links[data-icon="brand"] a.yy-share-whatsapp * { fill: #12af0a; }
.yy-share-links[data-icon="brand"] a.yy-share-facebook * { fill: #4267B2; }
.yy-share-links[data-icon="brand"] a.yy-share-linkedin * { fill: #0077b5; }
.yy-share-links[data-icon="brand"] a.yy-share-twitter * { fill: #000000; } .yy-share-links a:hover {
border: 0;
text-decoration: none;
}
.yy-share-links[data-background-hover] a:hover {
background-color: var(--share-background-hover);
}
.yy-share-links[data-icon-hover] a:hover * {
fill: var(--share-icon-hover);
}
.yy-share-links[data-icon-hover="brand"] a:hover * { fill: #0166ff; }
.yy-share-links[data-icon-hover="brand"] a:hover.yy-share-whatsapp * { fill: #12af0a; }
.yy-share-links[data-icon-hover="brand"] a:hover.yy-share-facebook * { fill: #4267B2; }
.yy-share-links[data-icon-hover="brand"] a:hover.yy-share-linkedin * { fill: #0077b5; }
.yy-share-links[data-icon-hover="brand"] a:hover.yy-share-twitter * { fill: #000000; }
.yy-share-links[data-background-hover="brand"] a:hover { background: #0166ff }
.yy-share-links[data-background-hover="brand"] a.yy-share-whatsapp:hover { background: #12af0a; }
.yy-share-links[data-background-hover="brand"] a.yy-share-facebook:hover { background: #4267B2; }
.yy-share-links[data-background-hover="brand"] a.yy-share-linkedin:hover { background: #0077b5; }
.yy-share-links[data-background-hover="brand"] a.yy-share-twitter:hover { background: #000000; }
.yy-share-links a.yy-share-copied {
opacity: 1;
pointer-events: none;
background: forestgreen;
}
#jobApplication {
border: 0;
}
.yy_btn {
display: inline-block;
padding: 8px 12px;
border-radius: 3px;
color: #fff;
text-decoration: none;
background: #867AA8;
margin: 0 5px 5px 0;
box-shadow: none;
}
.yy_btn:hover {
color: #fff;
background: #3F2B66;
box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}
.yy_search_title {
font-size: 1.3em;
}
.yy_search_form input:not([type='checkbox']),
.yy_search_form select {
margin: 0 0 12px;
width: 100%;
max-width: 100%;
}