.astro-reports-list #zp-birthreport-form,
.astro-single-report #zp-birthreport-form {
    display: none !important;
}

.zp-report-backlink {
    display: flex;
}

.astro-reports-list h2 {
    color: #192a3d;
}

button.astro-show-btn,
button.astro-delete-btn {
    padding: 7px 12px;
    border-radius: 6px;
    cursor: pointer;
}

button.astro-delete-btn {
    color: #192a3d;
    border: gray 1px solid
}

button.astro-show-btn {
    background:#6750a4;
    color:white;
}

#astro-loader {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(255,255,255,0.8);
    backdrop-filter: blur(3px);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    z-index: 99999;
    display: none;
}


