/* Embed: alleen Voordekunst-kaart van ova-vasen-tour.nl (WordPress/Divi) */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap");

.ova-tour-crowdfunding-embed {
    font-family: "Poppins", sans-serif;
    box-sizing: border-box;
    max-width: 420px;
    margin: 0 auto;
}
.ova-tour-crowdfunding-embed *,
.ova-tour-crowdfunding-embed *::before,
.ova-tour-crowdfunding-embed *::after {
    box-sizing: inherit;
}
.ova-tour-crowdfunding-embed .home-vdk-card {
    display: block;
    background: #fbffe6;
    border-top-right-radius: 30px;
    overflow: hidden;
    text-decoration: none;
    color: #000;
}
.ova-tour-crowdfunding-embed .home-vdk-card:hover {
    color: #000;
}
.ova-tour-crowdfunding-embed .home-vdk-card__image {
    position: relative;
    margin: 0;
    aspect-ratio: 16 / 10;
    overflow: hidden;
}
.ova-tour-crowdfunding-embed .home-vdk-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ova-tour-crowdfunding-embed .home-vdk-card__discipline {
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #000;
    background: rgba(255, 255, 255, 0.95);
    padding: 0.25rem 0.6rem;
}
.ova-tour-crowdfunding-embed .home-vdk-card__content {
    padding: 1.25rem;
}
.ova-tour-crowdfunding-embed .home-vdk-card__title {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0.5rem;
}
.ova-tour-crowdfunding-embed .home-vdk-card__desc,
.ova-tour-crowdfunding-embed .home-vdk-card__meta {
    font-size: 20px;
    color: #000;
    margin-bottom: 0.5rem;
}
.ova-tour-crowdfunding-embed .progress {
    height: 8px;
    background: #e0e0e0;
    overflow: hidden;
}
.ova-tour-crowdfunding-embed .progress-bar {
    height: 100%;
    background: #53db9a;
}
.ova-tour-crowdfunding-embed .small {
    font-size: 20px;
    color: #000;
}
.ova-tour-crowdfunding-embed .text-muted {
    color: #000;
}
.ova-tour-crowdfunding-embed .home-vdk-card__avatar {
    border-radius: 50%;
    object-fit: cover;
}
.ova-tour-crowdfunding-embed .d-flex {
    display: flex;
}
.ova-tour-crowdfunding-embed .align-items-center {
    align-items: center;
}
.ova-tour-crowdfunding-embed .gap-2 {
    gap: 0.5rem;
}
.ova-tour-crowdfunding-embed .mt-2 {
    margin-top: 0.5rem;
}
.ova-tour-crowdfunding-embed .mb-0 {
    margin-bottom: 0;
}
.ova-tour-crowdfunding-embed .mt-1 {
    margin-top: 0.25rem;
}
.ova-tour-crowdfunding-embed .d-block {
    display: block;
}
