/*
Theme Name: ferretti
Version: 1.0.0
Requires at least: 5.3
Tested up to: 5.5
Requires PHP: 7.3
Text domain: ferretti
GitHub Theme URI: https://github.com/countfak/ferretti
Primary Branch: main
*/

.pum-title {
  font-weight: bold !important;
  color: #dd3f3f !important;
  font-size: 1.5rem !important;
}
.pum-content {
  outline: none;
  font-weight: normal !important;
}
.pum-content strong {
  font-weight: bold;
}
.pum-content p {
  margin-bottom: 1rem;
}
.pum-content ul {
  margin: 0;
  padding: 0;
  list-style-type: disc; 
  list-style-position: inside; 
}
.pum-content ul li {
  margin-bottom: 1rem;
}
.pum-content ol {
  margin: 0;
  padding: 0;
  list-style-type: decimal; 
  list-style-position: inside; 
}
.pum-content ol li {
  margin-bottom: 1rem;
}
