.pd-wrapper-00bed96a {
    display: flex;
    justify-content: center;
    padding: 20px;
}

.pd-card-00bed96a {
    background: #F8F5EE;
    border-radius: 20px;
    padding: 40px;
    max-width: 800px;
    width: 100%;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    border: 1px solid rgba(212, 175, 55, 0.2);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.pd-title-00bed96a {
    color: #1F2E4A;
    font-size: 2em;
    margin-bottom: 15px;
    font-weight: 600;
}

.pd-message-00bed96a {
    color: #444444;
    font-size: 1.1em;
    line-height: 1.6;
    margin-bottom: 30px;
}

.pd-amounts-grid-00bed96a {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    margin-bottom: 25px;
}

.pd-amount-btn-00bed96a {
    background: white;
    border: 2px solid #e0dcd2;
    color: #1F2E4A;
    padding: 12px 24px;
    border-radius: 10px;
    font-size: 1.1em;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.pd-amount-btn-00bed96a:hover {
    border-color: #D4AF37;
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.15);
}

.pd-amount-btn-00bed96a.active {
    background: #6E8B5B;
    border-color: #6E8B5B;
    color: white;
    box-shadow: 0 4px 15px rgba(110, 139, 91, 0.3);
}

.pd-custom-amount-wrap-00bed96a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    gap: 10px;
}

.pd-custom-amount-input-00bed96a {
    padding: 12px 15px;
    border: 2px solid #e0dcd2;
    border-radius: 8px;
    font-size: 1.1em;
    width: 150px;
    text-align: center;
}

.pd-custom-amount-input-00bed96a:focus {
    border-color: #D4AF37;
    outline: none;
}

.pd-submit-btn-00bed96a {
    background: #D4AF37;
    color: white;
    border: none;
    padding: 15px 40px;
    border-radius: 50px;
    font-size: 1.2em;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    max-width: 400px;
}

.pd-submit-btn-00bed96a:hover {
    background: #c29d2b;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.3);
}

.pd-trust-00bed96a {
    margin-top: 30px;
    text-align: left;
    display: inline-block;
    color: #444444;
    font-size: 0.9em;
}

.pd-trust-00bed96a ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pd-trust-00bed96a li {
    margin-bottom: 8px;
}

.pd-scripture-00bed96a {
    margin-top: 30px;
    font-style: italic;
    color: #6E8B5B;
    font-size: 1.05em;
    border-top: 1px solid rgba(212, 175, 55, 0.2);
    padding-top: 20px;
}

.pd-thank-you-00bed96a {
    margin-top: 20px;
    padding: 15px;
    background: #6E8B5B;
    color: white;
    border-radius: 8px;
}
