.fd-card-45eb4be5 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #ffffff;
    padding: 30px;
    border-radius: 8px;
    border: 1px solid #eaeaea;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.fd-card-45eb4be5:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

.fd-icon-wrapper-45eb4be5 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

.fd-icon-45eb4be5 {
    color: #3b82f6;
    font-size: 40px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.fd-icon-45eb4be5 svg {
    width: 40px;
    height: 40px;
    fill: #3b82f6;
}

.fd-image-45eb4be5 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.fd-image-45eb4be5 img {
    max-width: 100%;
    width: 60px;
    height: auto;
    object-fit: contain;
}

.fd-title-45eb4be5 {
    font-family: inherit;
    font-size: 20px;
    font-weight: 600;
    color: #1f2937;
    margin: 0 0 15px 0;
}

.fd-desc-45eb4be5 {
    font-family: inherit;
    font-size: 14px;
    line-height: 1.5;
    color: #4b5563;
    margin: 0 0 20px 0;
}

.fd-btn-45eb4be5 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #3b82f6;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    padding: 12px 24px;
    border: 0 solid transparent;
    border-radius: 6px;
    text-decoration: none !important;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
    cursor: pointer;
}

.fd-btn-45eb4be5:hover {
    background-color: #2563eb;
    color: #ffffff;
}

.fd-btn-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.fd-btn-icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}
.fd-btn-icon-align-left {
    margin-right: 8px;
}
.fd-btn-icon-align-right {
    margin-left: 8px;
}

/* PDF Viewer Modal Styles */
.fd-pdf-modal-45eb4be5 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.75);
    display: flex;
    flex-direction: column;
    z-index: 999999;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

body.admin-bar .fd-pdf-modal-45eb4be5 {
    top: var(--wp-admin--admin-bar--height, 32px);
    height: calc(100vh - var(--wp-admin--admin-bar--height, 32px));
}

@media screen and (max-width: 782px) {
    body.admin-bar .fd-pdf-modal-45eb4be5 {
        top: 46px;
        height: calc(100vh - 46px);
    }
}

.fd-pdf-modal-header-45eb4be5 {
    background-color: #1e293b;
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 24px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.15);
}

.fd-pdf-modal-title-45eb4be5 {
    font-size: 16px;
    font-weight: 600;
}

.fd-pdf-modal-btns-45eb4be5 {
    display: flex;
    align-items: center;
    gap: 15px;
}

.fd-pdf-modal-dl-btn-45eb4be5 {
    background-color: #3b82f6;
    color: #ffffff !important;
    text-decoration: none !important;
    padding: 8px 16px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    transition: background-color 0.2s;
}

.fd-pdf-modal-dl-btn-45eb4be5:hover {
    background-color: #2563eb;
}

.fd-pdf-modal-close-45eb4be5 {
    background: none;
    border: none;
    color: #ffffff;
    font-size: 28px;
    cursor: pointer;
    line-height: 1;
    padding: 0;
    transition: color 0.2s;
}

.fd-pdf-modal-close-45eb4be5:hover {
    color: #ef4444;
}

.fd-pdf-modal-body-45eb4be5 {
    flex-grow: 1;
    background-color: #525659;
    position: relative;
}

.fd-pdf-modal-body-45eb4be5 iframe {
    width: 100%;
    height: 100%;
    display: block;
}
