/*
Theme Name: Maple Sourcing Temp
Theme URI: https://www.maplesourcing.com/
Author: Maple Sourcing
Description: Temporary Hostinger staging wrapper for the original Maple Sourcing front-end design.
Version: 1.1.2-temp
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 7.4
Text Domain: maple-sourcing
*/

.wp-caption,
.wp-caption-text,
.gallery-caption,
.bypostauthor {
  max-width: 100%;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.sep-wp-content img {
  max-width: 100%;
  height: auto;
}

.sep-wp-content table {
  width: 100%;
}

.sep-wp-content .wp-block-image {
  margin: 24px 0;
}

.maple-home-primary-cta {
  color: #fff;
  text-decoration: none;
}

.maple-post-meta {
  color: #666;
  font-size: 16px;
  line-height: 24px;
}

.maple-post-meta .post-author {
  margin-top: 2px;
}

.maple-post-meta .post-author a {
  color: #f47500;
  text-decoration: none;
}

.maple-blog-sidebar {
  margin-bottom: 32px;
  padding: 24px;
  border: 1px solid #e6e8ec;
  background: #fff;
}

.maple-blog-sidebar-search {
  display: flex;
  gap: 8px;
  margin-bottom: 24px;
}

.maple-blog-sidebar-search input {
  min-width: 0;
  flex: 1;
  height: 44px;
  padding: 0 12px;
  border: 1px solid #d9dde3;
  color: #333;
  font-size: 16px;
}

.maple-blog-sidebar-search button {
  width: 44px;
  border: 0;
  background: #f47500;
  color: #fff;
  cursor: pointer;
}

.maple-blog-sidebar-title {
  margin: 0 0 16px;
  color: #15253f;
  font-size: 20px;
  line-height: 28px;
}

.maple-blog-sidebar-list {
  margin: 0;
  padding-left: 24px;
  color: #666;
}

.maple-blog-sidebar-list li {
  padding: 8px 0;
  border-bottom: 1px solid #f0f1f3;
  line-height: 22px;
}

.maple-blog-sidebar-list a {
  color: #333;
  text-decoration: none;
}

.maple-blog-sidebar-list a:hover {
  color: #f47500;
}

.maple-submission-page .sep-wp-content img {
  display: block;
  width: 165px !important;
  max-width: 25vw !important;
  height: auto !important;
  margin: 24px auto;
}

@media screen and (max-width: 768px) {
  .maple-blog-sidebar {
    margin-top: 24px;
    padding: 16px;
  }

  .maple-service-article {
    min-width: 0;
    width: 100%;
    overflow-wrap: anywhere;
  }

  .maple-service-article .overflow_x {
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .maple-service-article table {
    min-width: 620px;
    width: auto !important;
    table-layout: auto;
  }

  .maple-service-article th,
  .maple-service-article td {
    overflow-wrap: normal;
    word-break: normal;
  }

  .maple-service-article img,
  .maple-service-article iframe,
  .maple-service-article video {
    max-width: 100%;
    height: auto;
  }

  body.maple-inquiry-screen #onlineService {
    display: none !important;
  }

  body.maple-inquiry-screen .sep-footer {
    margin-bottom: 0;
  }
}
