/*
Theme Name: Divi Child
Version: 1.0.1
Description: A child theme of Divi
Template: Divi
Author: Administrator
*/
@import url("../Divi/style.css");
/* Your awesome customization starts here */

/* Force phone header section to keep 2-column layout on mobile */
@media (max-width: 980px) {
  .et_pb_section_2_tb_header .et_pb_row_2_tb_header {
    display: flex !important;
    flex-wrap: wrap !important;
  }

  .et_pb_section_2_tb_header .et_pb_row_2_tb_header > .et_pb_column {
    width: 50% !important;
    margin-right: 0 !important;
  }

  .et_pb_section_2_tb_header .et_pb_row_2_tb_header {
    align-items: center !important;
  }

  .et_pb_section_2_tb_header .et_pb_image_2_tb_header img {
    max-width: 200px !important;
  }
}

/* ===========================================
   Article hero — Theme Builder post template
   =========================================== */
.plt-article-hero {
  border-bottom: 1px solid #E2E2E2;
}

.plt-breadcrumbs {
  font-size: 13px;
  color: #888;
  margin-bottom: 18px; 
  letter-spacing: 0.02em;
}
.plt-breadcrumbs a {
  color: #888 !important;
}
.plt-breadcrumbs a:hover {
  color: #396D84 !important;
}

.plt-category-tag {
  display: inline-block;
  background: #396D84;
  color: #fff;
  padding: 6px 14px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 18px;
  line-height: 1;
}

.plt-deck {
  font-size: 19px !important;
  line-height: 1.55 !important;
  color: #555 !important;
  max-width: 720px;
  margin-bottom: 28px !important;
  font-weight: 400 !important;
}

.plt-article-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 22px;
  /*border-top: 1px solid #E2E2E2;*/
  margin-top: 8px;
  margin-left:17px;
}

.plt-author-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #396D84;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  flex-shrink: 0;
}

.plt-author-info {
  line-height: 1.4;
}

.plt-author-name {
  font-weight: 600;
  color: #333;
  font-size: 15px;
}

.plt-author-meta {
  font-size: 13px;
  color: #888;
}

/* Responsive */
@media (max-width: 767px) {
  .plt-deck {
    font-size: 17px !important;
  }
  .plt-author-avatar {
    width: 42px;
    height: 42px;
    font-size: 14px;
  }
}
/* ===========================================
   In-content links — post body copy
   Scoped to .et_pb_post_content so the Theme Builder
   header/footer text modules stay untouched.
   =========================================== */
.et_pb_post_content p a:not(.et_pb_button):not(.more-link),
.et_pb_post_content li a:not(.et_pb_button),
.et_pb_post_content blockquote a:not(.et_pb_button) {
  color: #A8341F;
  text-decoration: underline;
  text-decoration-color: rgba(168, 52, 31, 0.38);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.16em;
  transition: color .18s ease, text-decoration-color .18s ease;
}

.et_pb_post_content p a:not(.et_pb_button):not(.more-link):hover,
.et_pb_post_content li a:not(.et_pb_button):hover,
.et_pb_post_content blockquote a:not(.et_pb_button):hover {
  color: #682215;
  text-decoration-color: #682215;
  text-decoration-thickness: 2px;
}

/* A link wrapping an image shouldn't get an underline */
.et_pb_post_content a:has(img) {
  text-decoration: none;
}

/* Visible keyboard focus — no focus ring existed before */
.et_pb_post_content a:focus-visible {
  outline: 2px solid #A8341F;
  outline-offset: 2px;
  border-radius: 2px;
}
