/* DDDTech - Nieuw uit de werkplaats V1.0.0 */
.dddtech-latest-app {
    box-sizing: border-box;
    width: 100%;
    margin-top: 1.5rem;
    padding: clamp(1.5rem, 4vw, 2.2rem);
    border: 1px solid #d8d6ce;
    border-radius: 2rem;
    background: #fff;
}

.dddtech-latest-app__label {
    margin: 0 0 1.25rem;
    color: #0873b5;
    font-size: clamp(0.95rem, 2.2vw, 1.15rem);
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.2;
}

.dddtech-latest-app__title {
    margin: 0 0 1.25rem;
    font-family: inherit;
    font-size: clamp(2rem, 6vw, 3rem);
    font-weight: 700;
    line-height: 1.06;
}

.dddtech-latest-app__title a {
    color: #2b2b29;
    text-decoration: none;
}

.dddtech-latest-app__title a:hover,
.dddtech-latest-app__title a:focus-visible {
    color: #0873b5;
}

.dddtech-latest-app__text {
    margin: 0;
    color: #30302e;
    font-size: clamp(1.1rem, 3.2vw, 1.45rem);
    line-height: 1.45;
}

.dddtech-latest-app__link {
    color: #0873b5;
    font-weight: 600;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.15em;
}

@media (max-width: 600px) {
    .dddtech-latest-app {
        border-radius: 1.6rem;
        padding: 1.5rem;
    }
}
