/* My Account Navigation Icons */
.wd-my-account-links .gift-aid-link a:before {    
    content: ""; /* fa-gift */
    width: 100%;
    display: block;
    height: 50px;
    background-image: url("../img/giftaid-logo.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
}

.wd-my-account-links .anonymous-donations-link a:before {
    content: "\f007"; /* fa-user-secret */
    font-family: var(--fa-family,var(--fa-style-family,"Font Awesome 7 Pro"));
    font-weight: 300;
}

.wd-my-account-links .marketing-preferences-link a:before {
    content: "\e4bb"; /* fa-user-secret */
    font-family: var(--fa-family,var(--fa-style-family,"Font Awesome 7 Pro"));
    font-weight: 300;
}

.wd-my-account-links .subscriptions-link a:before {
    content: "\f2f1"; /* fa-user-secret */
    font-family: var(--fa-family,var(--fa-style-family,"Font Awesome 7 Pro"));
    font-weight: 300;
}

.wd-my-account-links .my-fundraising-link a:before {
    content: "\f004"; /* fa-user-secret */
    font-family: var(--fa-family,var(--fa-style-family,"Font Awesome 7 Pro"));
    font-weight: 300;
}

/* Gift Aid Section */
.my-account-gift-aid {
    border: 1px solid #ededed;
    border-radius: 8px;
    padding: 30px;
}

.my-account-gift-aid .skydonate-gift-aid-title {
    margin-bottom: 10px;
}

.my-account-gift-aid .skydonate-gift-aid-declaration {
    font-size: 0.85em;
    color: #666;
    font-style: italic;
    margin-bottom: 20px;
}

.my-account-gift-aid .skydonate-gift-aid-submit {
    padding: 10px 24px;
    font-size: 14px;
    line-height: 1.5;
    background-color: var(--accent-color, #3442ad);
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.my-account-gift-aid .skydonate-gift-aid-submit:hover {
    background-color: var(--accent-dark-color, #282699);
    color: #fff;
}

.my-account-gift-aid .skydonate-gift-aid-enabled-notice {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
    border-radius: 4px;
    padding: 12px 16px;
    margin-bottom: 16px;
}

.my-account-gift-aid .skydonate-gift-aid-enabled-notice p {
    margin: 0;
}

/* Anonymous Donation Box */
.my-account-anonymous-donation {
    border: 1px solid #ededed;
    border-radius: 8px;
    padding: 30px;
    margin-top: 20px;
}

.my-account-anonymous-donation .anonymous-icon {
    float: right;
    color: #6c757d;
    margin-top: 5px;
}

.my-account-anonymous-donation .anonymous-icon i {
    font-size: 48px;
}

.my-account-anonymous-donation .skydonate-anonymous-title {
    margin-bottom: 10px;
}

.my-account-anonymous-donation .skydonate-anonymous-description {
    color: #666;
    margin-bottom: 15px;
}

.my-account-anonymous-donation .skydonate-anonymous-note-text {
    font-size: 0.85em;
    color: #888;
    margin-top: 10px;
    margin-bottom: 15px;
}

.my-account-anonymous-donation .skydonate-anonymous-message {
    margin-top: 15px;
}

.my-account-anonymous-donation .skydonate-anonymous-message p {
    padding: 10px 15px;
    border-radius: 4px;
    margin: 0;
}

.my-account-anonymous-donation .skydonate-anonymous-message p.success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.my-account-anonymous-donation .skydonate-anonymous-message p.error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}
