#technology-section .elementor-element.elementor-element-aae3af0.elementor-widget.elementor-widget-fw-feat-17 {
	color: white !important;
}

#technology-section a:hover {
	color: #212121;
}

.single-post-related.p-footer {
	display: none !important;
}

#technology-section .p-meta-info {
	color: white!important; 
}

.footer-logo-wrap img {
	max-width: 120px !important;
}

ul#off-canvas-menu {
	color: black;
}

.footer-section:first-child {
	margin-top: 0px;
}

a.bookmark-link {
	display: none !important;
}

#beauty-grid h3.entry-title {
	font-size: 16px !important;
}

#mix-grid .meta-info-author {
	display: none !important;
}

#mix-grid .meta-info-date {
	display: none !important;
}

#mix-grid span.meta-info-el.meta-info-cat {
	border-bottom: 2px solid #35b079;
	letter-spacing: .0215rem;
	text-transform: uppercase !important;
	font-weight: 700;
}

#mostpopular h2.entry-title.h1 {
	font-size: 16px;
}

@media screen and (min-width: 992px) {
		#mostpopular .p-list-1:not(.no-feat), .p-list-9:not(.no-feat) {
		flex-direction: revert;
	}
}

#mostpopular .p-podcast-wrap .rb-col-m12.rb-col-t5.col-left {
	padding-left: 0px;
	padding-right: 40px;
}

#mostpopular .entry-summary {
	display: none;
}

#mostpopular span.rb-iwrap {
	height: 100px;
	width: 100px;
}

#mostpopular span.rb-iwrap img {
	border-radius: 100px;
}

#mostpopular .p-list-1, .fw-list-1 .infeed-wrap, .p-list-9, .fw-list-9 .infeed-wrap {
	margin-bottom: 25px !important;
}

#fullwidth-grid h2 {
	color: white !important;
}

ul {
  list-style-type: disc !important;
}

li{
    margin-left:20px;
}

ol {
  list-style-type: decimal !important;
}

li{
    margin-left:20px;
}

.container-author {
    display: flex;
    gap: 20px;
  }

.column-author {
    flex: 1;
    box-sizing: border-box;
}

.profile-author img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: 12px;
}

.profile-author h3 {
    margin: 0;
    font-weight: bold;
}

.profile-author p {
    margin: 4px 0 0;
    color: #333;
}

@media (max-width: 768px) {
    .container-author {
      flex-direction: column;
    }
  }