﻿
.felicitatie-box {
    word-wrap: break-word;
    overflow-wrap: break-word;
    background: rgba(255, 255, 255, 0.93);
    border-radius: 16px;
    padding: 24px 22px;
    margin: 8px 0;
    box-shadow: 0 5px 15px rgba(0,0,0,0.15);
    text-align: center;
    backdrop-filter: blur(8px);
    transition: transform 0.22s cubic-bezier(.4,0,.2,1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.delete-form {
    display: inline;
    position: absolute;
    top: 4px;
    right: 10px;
    margin: 0;
}
    .felicitatie-box:hover {
        transform: scale(1.04);
    }
 
.felicitatie-header {
    font-size: 1.2rem;
    font-weight: bold;
    color: #b76e79;
    margin-bottom: 8px;
}
.felicitatie-header-bar {
    background: #ebaab8;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 600;
    padding: 16px 0 12px 0;
    border-radius: 16px 16px 0 0;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}


.felicitatie-text {
    font-size: 1.05rem;
    color: #333;
    font-style: italic;
    margin-bottom: 10px;
}

.felicitatie-date {
    font-size: 0.9rem;
    color: #777;
    margin-bottom: 10px;
}

.delete-button {
    background-color: #d9534f;
    color: #fff !important;
    border: none;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.2s;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.13);
    position: absolute;
    bottom: 8px;
    left: 8px;
    overflow: hidden;
}

    .delete-button:hover {
        background-color: #c9302c;
        transform: scale(1.1);
    }

.trouw-knop {
    background: linear-gradient(135deg, #f9e5d9, #ffd1dc);
    color: #7a4b41;
    font-weight: bold;
    font-size: 1.16rem;
    border: none;
    border-radius: 50px;
    padding: 12px 25px;
    margin-bottom: 50px;
    box-shadow: 0px 4px 6px rgba(0,0,0,0.12);
    transition: all 0.22s;
}

    .trouw-knop:hover {
        background: linear-gradient(135deg, #ffd1dc, #f9e5d9);
        box-shadow: 0px 7px 14px rgba(0,0,0,0.22);
        transform: scale(1.055);
    }

.wedding-title {
    font-family: 'Dancing Script', cursive;
    font-size: 2.1rem;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    margin-bottom: 30px;
    margin-top: 60px;
    letter-spacing: 0.05em;
}

@media (max-width: 575.98px) {
    .wedding-title {
        font-size: 1.6rem;
        margin-top: 32px;
    }

    .felicitatie-box {
        padding: 16px 8px;
        width: 95%;
    }
    .felicitatie-box {
        padding: 16px;
        margin: 0 auto;
    }
 }


@media (min-width: 576px) and (max-width: 991.98px) {
    .felicitatie-box {
        padding: 22px 18px;      
    }
    .felicitatie-box {
        padding: 16px;
        margin: 0 auto;
    }
    .wedding-title {
        font-size: 2.8rem;
    }
    .felicitatie-header-bar {
       font-size: 1.3rem;
        font-weight: 600;
        padding: 16px 0 12px 0;
        border-radius: 16px 16px 0 0;
        margin: 0;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        position: relative;
    margin-bottom: 20px;
    }
 }


@media (min-width: 992px) and (max-width: 1199.98px) {
    .felicitatie-box {
        padding: 28px 28px;
    }

    .wedding-title {
  font-size: 2.8rem; 
    margin-top: 80px;
}
   
}

@media (min-width: 1200px) {
    .felicitatie-box {
        padding: 32px 36px;
    }

    .wedding-title {
        font-size: 3rem;
    }
}

.custom-wedding-modal {
    margin-top: 85px;
}

@media (max-width: 768px) {
    .custom-wedding-modal {
        width: 100%;
        margin: 0 auto;
    }

    .modal-dialog {
        max-width: 96vw;
  margin-top: 100px;
    }

    .modal-content {
        padding: 5%;
    }
    .wedding-title {
        font-size: 2.1rem;
        margin-top: 80px;
    }
    .felicitatie-header-bar {
        font-size: 1.5rem;
        font-weight: 600;
        padding: 16px 0 12px 0;
        border-radius: 16px 16px 0 0;
        margin: 0;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        position: relative;
    margin-bottom: 20px;

    }
    .felicitatie-box {
        padding: 16px;
        margin: 0 auto;
    }
}

.like-button {
    background: #b76e79;
    border: none;
    color: white;
    font-size: 1.14rem;
    border-radius: 50%;
    padding: 8px 12px;
    cursor: pointer;
    transition: background 0.22s;
}

    .like-button:hover {
        background: #944b5c;
    }
.felicitatie-box {
    padding: 0 22px 24px 22px; 

}

.felicitatie-header-bar {
    margin-left: -22px;
    margin-right: -22px;
    padding: 16px 0 12px 0;
    border-radius: 16px 16px 0 0;
    width: calc(100% + 44px); 
}

[class^="col-"], [class*=" col-"] {
    margin-bottom: 32px;
}

