/* Fix for Jetpack date picker — theme styles targeting bare break the widget’s layout */
.dp-cal-header {
width: auto !important;
max-width: 100% !important;
margin-left: 0 !important;
margin-right: 0 !important;
left: 0 !important;
right: 0 !important;
justify-content: space-between !important;
padding: 0 0 8px !important;
position: relative !important;
}
.dp-cal .dp-cal-month,
.dp-cal .dp-cal-year {
position: relative !important;
left: 0 !important;
}
