#pxl-main {
  padding: 0;
}

#pxl-main .container .row.pxl-content-wrap {
  padding: 96px 0;
}

.elementor-140 .elementor-element.elementor-element-4cb69ba .pxl-heading {
  text-align: center !important;
}

.blog .elementor-section.hero-header-video.hero-large {
  height: 320px !important;
}
.blog .elementor-section.hero-header-video.post-hero img {
  width: 1440px !important;
}

.widget_categories ul:not(.list) li > a:hover {
  background-color: #1c2534;
}

.widget_pxl_recent_posts .pxl-item--title a:hover {
  color: #ffffff;
}

.pxl-archive-post .post-date {
  width: 64px !important;
  height: 66px !important;
  border-radius: 12px !important;
}

.pxl-archive-post .post-date .date-day {
  margin-top: 8px !important;
  margin-bottom: 0px !important;
  font-size: 24px;
  font-weight: 400;
  font-family: "Host Grotesk";
}

.pxl-archive-post .post-date .date-month {
  font-size: 16px;
  font-weight: 400;
  font-family: "Host Grotesk";
}

.pxl-archive-post .pxl-item--image {
  border-radius: 16px;
}

.pxl-archive-post .content-inner-post {
  /* border: 1px solid #dee5ee; */
  background-color: #1c2534;
  border: none;
  border-radius: 24px;
  padding: 24px;
  pointer-events: none;
}

.pxl-archive-post .post-btn-wrap {
  display: none !important;
}

.pxl-archive-post .post-content .post-excerpt {
  margin-bottom: 0px;
  font-family: "Host Grotesk";
  font-weight: 400;
  font-size: 16px;
  /* color: #596980; */
  color: #dee5ee;
}

.pxl-archive-post .post-content .post-title a {
  font-family: "Host Grotesk";
  font-weight: 500;
  font-size: 32px;
  /* color: #111725; */
  color: #ffffff;
  background-image: none;
}

.pxl-archive-post .post-metas .post-comments {
  display: none !important;
}
.pxl-archive-post .post-content .post-metas {
  border-bottom: none;
  margin-bottom: 32px;
  padding-bottom: 0px;
}

.pxl-archive-post .post-content .post-metas .meta-inner {
  display: none;
}

.pxl-archive-post .post-content .post-metas .meta-inner span,
.pxl-archive-post .post-content .post-metas .meta-inner a {
  font-family: "Host Grotesk";
  font-weight: 300;
  font-size: 14px;
  /* color: #111725; */
  color: #ffffff;
}

.pxl-archive-post .post-content .post-metas .meta-inner .icon-post {
  border: none;
  margin-right: 0px;
}

.pxl-archive-post .post-author .icon-post i,
.pxl-archive-post .post-category .icon-post i {
  display: none;
}

.pxl-archive-post .post-content .post-metas .icon-post {
  position: relative;
  width: 20px;
  height: 20px;
}

.pxl-archive-post .post-author .icon-post::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  transform: translate(-50%, -50%);
  background-image: url("/wp-content/uploads/2025/04/icon-author.svg"); /* sau icon-tag.svg */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.pxl-archive-post .post-category .icon-post::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  transform: translate(-50%, -50%);
  /* background-image: url("/wp-content/uploads/2025/04/icon-tag.svg"); */
  background-image: url(/wp-content/uploads/2025/05/Frame-35.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.post-metas .post-author::after {
  content: "";
  display: inline-block;
  height: 16px;
  width: 1px;
  background-color: #596980;
  margin-left: 16px;
  margin-right: 16px;
}

.post-metas .meta-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.post-metas .post-author,
.post-metas .post-category,
.post-metas .post-comments {
  display: flex;
  align-items: center;
  gap: 0px;
}

.pxl-archive-post .post-content .post-metas .meta-inner > span:not(:last-child) {
  margin: 0px !important;
  padding: 0px !important;
}
.pxl-content-blog .pxl-pagination-wrap {
  display: none !important;
}

.pxl-archive-post .pxl-item--image img {
  object-fit: cover;
  width: 100%;
  height: 300px;
}

@media screen and (max-width: 767px) {
  .pxl-archive-post .pxl-item--image img,
  .widget_pxl_recent_posts .pxl-item--img img {
    height: unset;
  }
  .widget_custom_html .video-box img,
  .widget_custom_html .follow-text img {
    height: auto;
  }
}

/*right column*/

.widget {
  /* border: 1px solid #dee5ee; */
  border: 1px solid #596980;
  border-radius: 16px;
  overflow: hidden;
  font-family: "Host Grotesk", sans-serif;
}

.pxl-sidebar-area .widget {
  /* border: 1px solid #dee5ee; */
  border: 1px solid #596980;
  margin-bottom: 32px;
}

.widget_product_categories ul:not(.list) li:not(:last-child),
.widget_categories ul:not(.list) li:not(:last-child),
.widget_nav_menu ul:not(.list) li:not(:last-child),
.widget_pages ul:not(.list) li:not(:last-child),
.widget_archive ul:not(.list) li:not(:last-child),
.widget_meta ul:not(.list) li:not(:last-child),
.widget_recent_entries ul:not(.list) li:not(:last-child) {
  border-bottom: 1px solid #596980;
}

.widget ul li:first-child {
  border-top: none !important;
}

.widget .widget-content .cat-item a {
  font-size: 16px;
  font-weight: 400;
  /* color: #596980; */
  color: #dee5ee;
  font-family: "Host Grotesk", sans-serif;
}

.widget .widget-content .cat-item .pxl-count {
  font-size: 16px;
  font-weight: 600;
  /* color: #596980; */
  color: #dee5ee;
  font-family: "Host Grotesk", sans-serif;
}
.pxl-sidebar-sticky .widget-title {
  font-family: "Host Grotesk";
  background-color: #2d394b;
  font-weight: 600;
  font-size: 16px;
  border-top-left-radius: 15px !important;
  border-top-right-radius: 15px !important;
  padding: 16px 0px 16px 24px;
}

.pxl-sidebar-sticky .widget-content {
  background-color: #1c2534;
}

.widget_pxl_recent_posts .pxl--items {
  margin: 0px !important;
  padding: 0px;
  background-color: #1c2534;
}
.widget_pxl_recent_posts .pxl--item {
  margin: 0px !important;
  padding: 16px 24px !important;
  border-bottom: 1px solid #596980;
  pointer-events: none;
}

.widget_pxl_recent_posts .pxl-item--img {
  border-radius: 12px;
}
.widget_pxl_recent_posts .pxl--item .pxl-item--date {
  font-size: 16px;
  font-weight: 400;
  /* color: #596980; */
  color: #dee5ee;
  font-family: "Host Grotesk", sans-serif;
}
.widget_pxl_recent_posts .pxl-item--title {
  font-size: 16px;
  font-weight: 600;
  /* color: #596980; */
  color: #ffffff;
  font-family: "Host Grotesk", sans-serif;
}

.pxl-sidebar-area .widget:has(.search-form) {
  border: none;
}

.pxl-sidebar-area .widget .search-form {
  border: none;
  position: relative;
  border-radius: 9999px;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  height: 40px;
}

.pxl-sidebar-area .widget .search-form input {
  background-color: transparent;
  padding: 0;
  font-family: Host Grotesk;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  outline: none;
  width: 100%;
}

.pxl-sidebar-area .widget .search-form::before {
  content: "";
  background-image: url(/wp-content/uploads/2025/05/Frame-36.svg);
  width: 16px;
  height: 16px;
  display: block;
}

.pxl-sidebar-area .widget .search-form::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 9999px;
  padding: 1.25px;
  background: linear-gradient(to right, #98d149, #03559a);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  z-index: -1;
}

.follow-item {
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 16px 24px;
  font-family: "Host Grotesk", sans-serif;
}

.follow-item:not(:first-child) {
  border-top: 1px solid #dee5ee;
}

.video-box {
  background-color: #eff3f8;
  border-radius: 16px;
  position: relative;
  cursor: pointer;
}

.video-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}

.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 72px;
  height: 72px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.play-icon::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 19.33 23.33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 5V15C7 15.55 7.45 16 8 16C8.21 16 8.42 15.94 8.6 15.83L14.6 11.83C15.1 11.5 15.1 10.75 14.6 10.42L8.6 6.42C8.08 6.08 7.36 6.34 7.09 6.91C7.03 7.06 7 7.22 7 7.38V5Z' fill='white'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.follow-text {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  color: #111725;
  font-size: 16px;
  font-weight: 600;
  font-family: "Host Grotesk", sans-serif;
}

.follow-text:hover {
  color: #111725;
}

.useful-links-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.useful-links-list li {
  border-bottom: 1px solid #dee5ee;
}

.useful-links-list li:last-child {
  border-bottom: none;
}

.useful-links-list a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  color: #596980;
  font-weight: 400;
  font-size: 16px;
}

.useful-links-list a::after {
  content: "›";
  font-size: 20px;
  color: #596980;
}

.useful-links-list a:hover {
  background-color: #f7fafc;
}

/*section newsletter*/
.section-newsletter-widget {
  max-width: 100%;
  overflow: hidden;
  background-color: #00bdb5;
}
.section-newsletter-widget .elementor-column {
  padding: 24px !important;
}
.section-newsletter-widget .elementor-widget-container {
  margin: 0px !important;
}

.section-newsletter-widget
  .elementor-column-gap-default
  > .elementor-column
  > .elementor-element-populated {
  padding: 0px !important;
}
.section-newsletter-widget .pxl-heading,
.section-newsletter-widget .pxl-text-editor {
  text-align: left !important;
}
.section-newsletter-widget .typography-h2.text-white .pxl-item--title {
  font-weight: 600 !important;
  font-size: 16px !important;
  font-family: "Host Grotesk", sans-serif;
}

.section-newsletter-widget .component-newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  background-color: #00beb7;
  border-radius: 32px;
  color: white;
  font-family: "Host Grotesk", sans-serif;
  text-align: left;
  padding-top: 24px;
}

.section-newsletter-widget .component-newsletter-form input.email-input,
.section-newsletter-widget .component-newsletter-form .nice-select.category-select,
.section-newsletter-widget .component-newsletter-form input.submit-button {
  width: 100%;
  display: block;
  box-sizing: border-box;
  height: 46px;
  background-color: #ffffff;
}

.section-newsletter-widget .component-newsletter-form .nice-select.category-select {
  width: 100%;
  padding: 11px 24px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Host Grotesk", sans-serif;
  border: none;
  border-radius: 999px;
  margin-bottom: 0px;
  color: #111725;
}

.section-newsletter-widget .component-newsletter-form .nice-select:before {
  color: #00bdb5;
}

.section-newsletter-widget .section-newsletter-widget .component-newsletter-form input.email-input {
  color: #596980;
  font-size: 16px;
  font-weight: 400;
}

.section-newsletter-widget .component-newsletter-form .nice-select.category-select {
  background-color: white;
  color: #111725;
  position: relative;
}

.section-newsletter-widget .component-newsletter-form input.submit-button {
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  font-family: "Host Grotesk", sans-serif;
  border: none;
  border-radius: 999px;
  background-color: #264d58;
  color: white;
  cursor: pointer;
  position: relative;
}

.section-newsletter-widget .component-newsletter-form input.submit-button::after {
  content: "→";
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
}

.section-newsletter-widget .component-newsletter-form input {
  max-width: unset !important;
}

@media screen and (max-width: 991px) {
  .section-newsletter-widget .component-newsletter-form input {
    max-width: 990px !important;
  }

  .video-box {
    width: unset;
  }
}

@media (min-width: 768px) {
  .pxl-archive-post .post-content {
    padding: 0;
  }
}
/*end of right column*/
