.elementor-186 .elementor-element.elementor-element-d2ab7d8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-186 .elementor-element.elementor-element-184bbe60{--display:flex;--gap:10px 10px;--row-gap:10px;--column-gap:10px;--border-radius:10px 10px 10px 10px;--padding-top:25px;--padding-bottom:25px;--padding-left:25px;--padding-right:25px;}.elementor-186 .elementor-element.elementor-element-46e4520c{padding:10px 10px 0px 10px;text-align:left;}/* Start custom CSS for text-editor, class: .elementor-element-46e4520c *//* ===============================
   GLOBAL VARIABLES
=================================*/
:root {
  --primary: #0d0d0d;
  --accent: #4c74ff;
  --text: #444;
  --heading: #111;
  --bg: #ffffff;
  --light-gray: #f5f5f7;
  --radius: 12px;
  --max-width: 820px;

  --h1: 2.8rem;
  --h2: 2.1rem;
  --h3: 1.5rem;
  --text-lg: 1.15rem;
}

/* ===============================
   BASE STYLE
=================================*/
body {
  margin: 0;
  padding: 0;
  background: var(--bg);
  font-family: "Inter", "Poppins", sans-serif;
  color: var(--text);
  line-height: 1.75;
}

/* ===============================
   POST CONTAINER
=================================*/
.post-container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 40px 20px 80px;
}

/* ===============================
   HEADER
=================================*/
.post-header {
  margin-bottom: 25px;
}

.post-title {
  font-size: var(--h1);
  color: var(--heading);
  margin: 0;
  font-weight: 700;
  line-height: 1.2;
}

.post-meta {
  color: #888;
  font-size: 0.95rem;
  margin-top: 12px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

/* ===============================
   FEATURED IMAGE
=================================*/
.featured-image {
  margin: 35px 0;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1);
}

.featured-image img {
  display: block;
  width: 100%;
  border-radius: inherit;
}

/* ===============================
   CONTENT
=================================*/
.post-content h2 {
  font-size: var(--h2);
  margin: 40px 0 15px;
  color: var(--heading);
}

.post-content h3 {
  font-size: var(--h3);
  margin: 30px 0 15px;
  color: var(--heading);
}

.post-content p {
  font-size: var(--text-lg);
  margin: 20px 0;
}

.post-content ul,
.post-content ol {
  margin: 20px 0;
  padding-left: 25px;
}

.post-content li {
  margin: 8px 0;
}

/* BLOCKQUOTE */
.post-content blockquote {
  border-left: 4px solid var(--accent);
  padding: 15px 20px;
  background: var(--light-gray);
  border-radius: var(--radius);
  font-style: italic;
  margin: 30px 0;
  color: #222;
}

/* CODE BLOCK */
.post-content pre {
  background: #1b1d21;
  color: #f8f8f2;
  padding: 18px 20px;
  border-radius: var(--radius);
  overflow-x: auto;
  margin: 25px 0;
  font-size: 0.95rem;
}

.post-content hr {
  border: none;
  border-top: 1px solid #ddd;
  margin: 40px 0;
}

/* ===============================
   SOCIAL SHARE BOX
=================================*/
.share-box {
  margin-top: 60px;
  padding: 25px;
  background: var(--light-gray);
  border-radius: var(--radius);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.share-box span {
  font-weight: 600;
  color: var(--heading);
}

.share-icons a {
  margin-left: 15px;
  font-size: 1.15rem;
  color: var(--accent);
  text-decoration: none;
  transition: 0.3s ease;
}

.share-icons a:hover {
  color: var(--heading);
}

/* ===============================
   AUTHOR BOX
=================================*/
.author-box {
  margin-top: 60px;
  padding: 30px;
  background: var(--light-gray);
  border-radius: var(--radius);
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.author-box img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
}

.author-info h4 {
  margin: 0 0 8px;
  font-size: 1.2rem;
  color: var(--heading);
}

.author-info p {
  margin: 0;
  color: #555;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-184bbe60 *//* ===============================
   GLOBAL VARIABLES
=================================*/
:root {
  --primary: #0d0d0d;
  --accent: #4c74ff;
  --text: #444;
  --heading: #111;
  --bg: #ffffff;
  --light-gray: #f5f5f7;
  --radius: 12px;
  --max-width: 820px;

  --h1: 2.8rem;
  --h2: 2.1rem;
  --h3: 1.5rem;
  --text-lg: 1.15rem;
}

/* ===============================
   BASE STYLE
=================================*/
body {
  margin: 0;
  padding: 0;
  background: var(--bg);
  font-family: "Inter", "Poppins", sans-serif;
  color: var(--text);
  line-height: 1.75;
}

/* ===============================
   POST CONTAINER
=================================*/
.post-container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 40px 20px 80px;
}

/* ===============================
   HEADER
=================================*/
.post-header {
  margin-bottom: 25px;
}

.post-title {
  font-size: var(--h1);
  color: var(--heading);
  margin: 0;
  font-weight: 700;
  line-height: 1.2;
}

.post-meta {
  color: #888;
  font-size: 0.95rem;
  margin-top: 12px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

/* ===============================
   FEATURED IMAGE
=================================*/
.featured-image {
  margin: 35px 0;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1);
}

.featured-image img {
  display: block;
  width: 100%;
  border-radius: inherit;
}

/* ===============================
   CONTENT
=================================*/
.post-content h2 {
  font-size: var(--h2);
  margin: 40px 0 15px;
  color: var(--heading);
}

.post-content h3 {
  font-size: var(--h3);
  margin: 30px 0 15px;
  color: var(--heading);
}

.post-content p {
  font-size: var(--text-lg);
  margin: 20px 0;
}

.post-content ul,
.post-content ol {
  margin: 20px 0;
  padding-left: 25px;
}

.post-content li {
  margin: 8px 0;
}

/* BLOCKQUOTE */
.post-content blockquote {
  border-left: 4px solid var(--accent);
  padding: 15px 20px;
  background: var(--light-gray);
  border-radius: var(--radius);
  font-style: italic;
  margin: 30px 0;
  color: #222;
}

/* CODE BLOCK */
.post-content pre {
  background: #1b1d21;
  color: #f8f8f2;
  padding: 18px 20px;
  border-radius: var(--radius);
  overflow-x: auto;
  margin: 25px 0;
  font-size: 0.95rem;
}

.post-content hr {
  border: none;
  border-top: 1px solid #ddd;
  margin: 40px 0;
}

/* ===============================
   SOCIAL SHARE BOX
=================================*/
.share-box {
  margin-top: 60px;
  padding: 25px;
  background: var(--light-gray);
  border-radius: var(--radius);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.share-box span {
  font-weight: 600;
  color: var(--heading);
}

.share-icons a {
  margin-left: 15px;
  font-size: 1.15rem;
  color: var(--accent);
  text-decoration: none;
  transition: 0.3s ease;
}

.share-icons a:hover {
  color: var(--heading);
}

/* ===============================
   AUTHOR BOX
=================================*/
.author-box {
  margin-top: 60px;
  padding: 30px;
  background: var(--light-gray);
  border-radius: var(--radius);
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.author-box img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
}

.author-info h4 {
  margin: 0 0 8px;
  font-size: 1.2rem;
  color: var(--heading);
}

.author-info p {
  margin: 0;
  color: #555;
}/* End custom CSS */