/* The New Jobs Section Custom Template */
[data-page="posizioni-aperte"] {
    background: #fff;
}
.lcn-intro {
    padding    : 3rem 1rem;
    max-width  : 42rem;
    margin     : 0 auto;
    text-align : center;
}

.lcn-title {
    font-family    : "Trade Gothic Extended", sans-serif;
    text-transform : uppercase;
    font-size      : 26px; 
    line-height    : 1.2em;
    letter-spacing : 0.2em;
    padding        : 0 1rem;
    color          : var(--bg-gold);
    margin         : 0.35em 0 1em;
}

.lcn-subtitle {
    text-transform : uppercase;
    font-family    : "Trade Gothic Extended", sans-serif;
}

.lcn-intro-text * {
    font-size   : 18px;
    line-height : 1.2em;
    color       : black;
    font-family : "Bookmania", sans-serif;
}

.lcn-positions {
    padding : 0 1rem 5rem;
    max-width: 42rem;
    margin: 0 auto;
}

.position-container {
    border-bottom : 1px solid black;
}

.position-button {
    padding : 1rem 0;
    position : relative;
    cursor : pointer;
}

.position-container[open] .position-icon {
    transform : rotate(45deg);
}

.position-title {
    text-transform: uppercase;
    font-family: "Trade Gothic Extended", sans-serif;
}

.position-subtitle {
    font-family : "Bookmania", sans-serif;
    display     : inline-block;
}

.position-icon {
    position : absolute;
    top : 1rem;
    right : 0;
}

.position-apply-button {
    display : block;
    text-align : center;
    padding : 0.75rem;
    color : white;
    background: var(--bg-gold);
    text-transform: uppercase;
    font-family: "Trade Gothic Extended", sans-serif;
    margin-bottom : 1rem;
}

.position-apply-button:hover {
    background: #000;
}

details > summary {
    list-style : none;
}


@media (min-width: 600px) {
    .lcn-intro-text * {
        font-size: 28px;
    }
    .lcn-title {
        font-size : 35px;
    }
}