/* General section */

.wpblast-result-dynamic-update {
    display: none;
}

/* Cache section */

#wpblast_cache .submit {
    display: none;
}

.wpblast-progress-bar {
    position: relative;
    height: 10px;
    width: 70%;
    margin: 10px auto;
    border-radius: 10px;
    background: #dcdcde;
    background: rgba(0, 0, 0, 0.1);
}

.wpblast-progress-bar div {
    height: 10px;
    min-width: 20px;
    width: 0;
    max-width: 100%;
    background: #2271b1;
    border-radius: 10px;
    transition: width 300ms;
}

.wpblast-progress-bar-text {
    text-align: center;
}

.wpblast-progress-explanation {
    text-align: center;
    margin-top: 10px;
}

.wpblast-progress-explanation a {
    text-decoration: none;
}

.wpblast-progress-explanation a:focus-visible,
.wpblast-progress-explanation a:focus {
    outline: none;
    box-shadow: none;
}

.wpblast-progress-explanation ul {
    list-style: circle;
    text-align: left;
    display: none;
}

.wpblast-progress-upgrade {
    margin-top: 20px;
    text-align: center;
    margin-bottom: 20px;
}

.wpblast-sitemap-details th {
    padding: 8px;
}

.wpblast-sitemap-details .wpblast-sitemap-details-table-actions {
    margin-top: 8px;
    text-align: right;
}

.wpblast-sitemap-details .wpblast-sitemap-details-table tr a:focus-visible,
.wpblast-sitemap-details .wpblast-sitemap-details-table tr a:focus {
    outline: none;
    box-shadow: none;
}

.wpblast-sitemap-details .wpblast-sitemap-details-table tr td {
    vertical-align: bottom;
}

.wpblast-sitemap-details .wpblast-sitemap-details-table tr .detail-action {
    vertical-align: top;
}

.wpblast-sitemap-details .wpblast-sitemap-details-table tr .details {
    display: none;
    font-style: italic;
    margin-top: 10px;
}

.wpblast-sitemap-details .wpblast-sitemap-details-table tr.visible .details {
    display: block;
}
