.plantegninger-wrapper {
    display: block;
}

.plantegninger-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 210px;
    height: 52px;

    padding: 14px 28px;
    border-radius: 999px;

    background: #000;
    color: #fff;
    border: none;

    font-weight: 600;
    cursor: pointer;

    transition:
        background-color 0.3s ease,
        transform 0.3s ease;
}

.plantegninger-button:hover {
    background: #333;
    transform: translateY(-2px);
}

/* Fancybox styling */
.fancybox__container {
    --fancybox-bg: rgba(0,0,0,0.95);
}
