
a.redakcija-anala-footer-version-link, a.redakcija-anala-footer-version-link:visited, a.redakcija-anala-footer-version-link:hover, a.redakcija-anala-footer-version-link:focus, a.redakcija-anala-footer-version-link:active { color: inherit !important; text-decoration: none !important; border-bottom: 0 !important; box-shadow: none !important; font: inherit !important; }

			.ra-bulk-progress-dashboard {
				display: grid;
				grid-template-columns: repeat(5, minmax(90px, 1fr));
				gap: 8px;
				margin: 6px 0 12px;
			}
			.ra-bulk-progress-dashboard div {
				background: #f7faf9;
				border: 1px solid #d0d5dd;
				border-radius: 8px;
				padding: 8px 10px;
			}
			.ra-bulk-progress-dashboard span {
				display: block;
				font-size: 11px;
				color: #5d6975;
				text-transform: uppercase;
				letter-spacing: .03em;
			}
			.ra-bulk-progress-dashboard strong {
				display: block;
				font-size: 22px;
				line-height: 1.1;
				color: #004941;
				margin-top: 2px;
			}
			.ra-bulk-progress-bar {
				height: 18px !important;
				background: #e7edf3;
				border-radius: 999px;
				overflow: hidden;
				border: 1px solid #cdd6e3;
				margin-top: 8px;
			}
			.ra-bulk-progress-bar span {
				display: block;
				height: 100%;
				width: 0;
				background: #004941;
				transition: width .2s ease;
			}

