/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Aug 13 2025 | 06:39:16 */
#major-publishing-actions{
  border-radius: 0px 0px 8px 8px;
}
.postbox{
  position: relative;
  min-width: 255px;
  background: #fff;
  margin-bottom: 20px;
  padding: 0;
  line-height: 1;
  border: none;
  border-radius: 8px;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.1);
}
.postbox-header{
  justify-content: space-between;
  border-bottom: 1px solid #c3c4c7;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  min-height: 64px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
}
.postbox-header h2{
  font-size: 16px !important;
}
.dashboard-button{
  margin-top: 15px !important;
  border-radius: 50px !important;
  background: #e8592a !important;
  color: #fff !important;
  border: 3px solid #fb6939 !important;
  padding: 2px 25px !important;
  transition: 0.3s !important;
  font-weight: 600 !important;
}

.dashboard-button:hover{
  background: #fb6939 !important;
  transition: 0.3s !important;
}

#dynamic_posttypes_dashboard_widget a{
  color: #e8592a !important;
}
#dynamic_posttypes_dashboard_widget a:hover{
  color: #fb6939 !important;
}

#wpfooter{
	display:flex;
	gap: 10px;
  	padding-bottom: 10px;
}

.read-only,
.read-only .acf-input,
.read-only input{
	pointer-events:none;
}

.read-only input{
	background-color: #f1f1f1;
	border: none;
}
