
.recruitment__closingdate {
    --font-size: var(--root-font-size); /* Reset, use REM */
}

.recruitment__closingdate-name {
    --color: var(--root-color-text);
    --font-family: inherit;
    --font-size: 1em;
    --font-style: normal;
    --font-weight: var(--root-font-weight--bold);
    --line-height: inherit;
}

.recruitment__closingdate-icon {
    --width: 1em;
    --fill: currentColor;
}

.recruitment__closingdate-date {
    --color: var(--root-color-text);
    --font-family: inherit;
    --font-size: 1em;
    --font-style: normal;
    --font-weight: var(--root-font-weight--normal);
    --line-height: inherit;
}

.recruitment__closingdate {
    display: block;
    margin-top: 2rem;
}

.recruitment__closingdate-icon {
    vertical-align: baseline;
    margin-left: 0.5rem;
}

.recruitment__closingdate {
    font-size: var(--font-size, 1rem);
}

.recruitment__closingdate-name {
    color: var(--color, black);
    font-family: var(--font-family, inherit);
    font-weight: var(--font-weight, normal);
    font-size: var(--font-size, 1em);
    font-style: var(--font-style, normal);
    line-height: var(--line-height, inherit);
}

.recruitment__closingdate-icon {
    width: var(--width, 1em);
    min-width: var(--width, 1em);
    fill: var(--fill, currentColor);
}

.recruitment__closingdate-date {
    color: var(--color, black);
    font-family: var(--font-family, inherit);
    font-weight: var(--font-weight, normal);
    font-size: var(--font-size, 1em);
    font-style: var(--font-style, normal);
    line-height: var(--line-height, inherit);
}
