.single-post-content {
max-width: 1140px;
line-height: 27px;
color: #333333;
margin-left: 1rem;
margin-right: 1rem;
}
@media (min-width: 1024px) {
.single-post-content {
margin-left: auto;
margin-right: auto;
}
}
.post-title {
font-size: 32px;
line-height: 38px;
color: #191919;
margin-top: 24px;
margin-bottom: 40px;
font-weight: 600;
}
@media (min-width: 1024px) {
.post-title {
font-size: 40px;
line-height: 48px;
}
}
.post-thumbnail {
margin-bottom: 30px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
border-radius: 8px;
overflow: hidden;
}
.post-thumbnail img {
width: auto;
height: auto;
display: block;
transition: transform 0.3s ease;
object-fit: cover;
}
@media (min-width: 1024px) {
.post-thumbnail img {
height: 500px;
width: 1140px;
}
}
.post-thumbnail img:hover {
transform: scale(1.05);
}
.post-content {
font-size: 18px;
line-height: 27px;
color: #333333;
}
.post-content p {
margin-bottom: 20px;
}
.post-content > img {
max-width: 100%;
height: auto;
display: block;
margin: 20px auto;
border-radius: 8px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.post-content blockquote {
border-left: 3px solid #01b533;
padding-left: 32px;
color: #333333;
margin: 20px 0;
}
.table-of-contents {
background-color: #fafafa;
border-radius: 10px;
padding-left: 24px;
padding-right: 24px;
padding-top: 32px;
padding-bottom: 32px;
width: 321px;
}
.tableofcontents-title {
margin-top: 0;
margin-bottom: 15px;
}
.wp-block-heading {
font-weight: 600;
}
.table-of-contents h2 {
color: #191919;
font-size: 21px;
line-height: 21px;
font-weight: 600;
}
.table-of-contents li {
color: #333333;
font-size: 18px;
line-height: 18px;
padding-bottom: 20px;
padding-top: 20px;
border-bottom: 1px solid #c8c8c8; transition: all 0.1s ease-in-out;
padding-left: 8px;
border-left: 4px solid transparent;
}
.table-of-contents li:last-child {
border-bottom: none;
}
.table-of-contents li:hover {
color: #01b533;
font-weight: bold;
border-left-color: #01b533;
}
.post-content ol {
counter-reset: item;
list-style-type: none;
padding-left: 0;
margin-bottom: 20px;
}
.post-content ol > li {
counter-increment: item;
display: flex;
align-items: center;
margin-bottom: 20px;
position: relative;
padding-left: 50px;
}
.post-content ol > li::before {
content: counter(item);
position: absolute;
left: 0;
width: 32px;
height: 32px;
background-color: #f5f5f5;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 18px;
line-height: 18px;
color: #333333;
}
.post-content ul {
list-style-type: disc;
padding-left: 30px;
margin-bottom: 20px;
}
.post-content ul li {
margin-bottom: 10px;
padding-left: 10px;
}
.page-numbers {
display: inline-block;
padding: 16px;
margin: 0 4px;
background-color: #ffffff;
color: #191919; border-radius: 8px; text-decoration: none; transition:
background-color 0.3s ease,
color 0.3s ease;
border: 1px solid #01b533;
font-size: 18px;
line-height: 18px;
}
.page-numbers:hover {
background-color: #01b533; color: white; }
.page-numbers.current {
background-color: #01b533; color: white; pointer-events: none; }
.page-numbers.prev,
.page-numbers.next {
font-weight: bold;
}
.page-numbers.prev:hover,
.page-numbers.next:hover {
background-color: #248f74; border: 1px solid #248f74;
}  .ui-autocomplete.ui-front { border-top: none;
border-radius: 0 0 16px 16px;
background-color: white; box-shadow: none; font-family: inherit;
font-size: 16px;
transform: translateX(-1px);
} .ui-menu-item { padding: 8px 24px;
cursor: pointer;
color: #c8c8c8;
transition: background-color 0.2s ease;
display: flex;
align-items: center;
} .ui-menu-item-wrapper:hover {
background-color: #f5f5f5;
} .ui-menu-item-wrapper.ui-state-active {
background-color: #f5f5f5;
} .ui-menu-item-wrapper {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.ui-widget-content {
border-left: 1px solid #248f74 !important;
border-right: 1px solid #248f74 !important;
border-bottom: 1px solid #248f74 !important;
border-top: none !important;
}
.ui-menu .ui-menu-item-wrapper {
padding-left: 0px !important;
}
.ui-menu .ui-menu-item-wrapper {
position: relative;
padding: 0px !important;
}
.nesse-artigo-highlight {
font-size: 18px;
line-height: 18px;
color: #01b533;
text-decoration-line: underline;
text-decoration-style: solid;
}
.nesse-artigo-section {
background-color: #fafafa;
border-radius: 10px;
padding-left: 24px;
padding-top: 32px;
padding-bottom: 32px;
padding-right: 24px;
}
.nesse-artigo-header {
font-family: Roboto;
font-size: 21px;
font-weight: 700;
line-height: 21px;
text-align: left;
margin-bottom: 32px;
}
.wp-element-caption {
font-family: Raleway;
font-size: 16px;
font-weight: 600;
line-height: 20.8px;
}