.tpl-api-overview {
}

.dt-apimodeloverview {
    .oproepen-wrapper {
        @apply mb-12;
    }

    .table-wrapper .table-responsive table tr td:last-of-type {
        @apply w-[200px];
    }

    .anch-link-year {
        @apply inline-block;

        .link {
            @apply bg-red text-white px-4 py-2 mr-6 mb-8 flex-none;
            @apply font-semibold border-solid rounded cursor-pointer leading-5;

            .text {
                @apply no-underline;
            }

            &:hover {
                @apply bg-red-700;
            }

            &:before {
                content: '\f175';
                font-family: 'Font Awesome 5 Pro';
                @apply pr-2;
            }
        }
    }

    .heading-year h2 {
        @apply bg-white border border-gray-900 px-4 py-2 mb-6;

        &:before {
            content: '\f133';
            font-family: 'Font Awesome 5 Pro';
            @apply pr-4 font-light;
        }
    }

    .fac-list {
        @apply ml-4;
    }
}

.dt-apimodeldetail {
    .council-overview {
        @apply mb-8;
    }

    .project-detail {
        @apply mb-8;
    }
}
