/** Shopify CDN: Minification failed

Line 279:6 Expected ":"

**/

.social-content-section {
  max-width: 800px;
  margin: auto;
  text-align: start;
  font-family: Arial, sans-serif;
  padding: 40px 20px;
}

.ai-badge {
  display: inline-block;
  background: #eaf3ff;
  color: #0061ff;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 15px;
}

.social-content-section h2 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
  
}

.highlight {
  color: #0061ff;
}

.description {
  color: #555;
  font-size: 16px;
  margin: 15px 0 25px;
}

.publish-text {
  margin: 15px 0 10px;
  font-weight: bold;
}

.social-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 10px;
}

.social-icons img {
  width: 24px2px;
  height: 24px;
  vertical-align: middle;
}

.features {
  display: flex;
  justify-content: start;
  gap: 20px;
  font-size: 14px;
  margin: 20px 0;
  flex-wrap: wrap;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 6px;
}

.feature-item img {
  width: 18px;
}

.buttons {
  margin: 20px 0;
  display: flex;
  justify-content: start;
  gap: 10px;
  flex-wrap: wrap;
}

.buttons img {
  display: block;
}

.btn-secondary {
  display: inline-block;
  background:rgb(197, 204, 214);
  color: #0061ff;
  padding: 12px 20px;
  border-radius: 6px;
  font-weight: bold;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease;
}

/* Hover effect button */
.btn-secondary:hover {
  background: #0061ff;
  color: #fff;
}

.footer-info {
  margin-top: 30px;
  font-size: 24px;
  color: #555;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap; 
}


.footer-info img {
  height: 20px;
  margin-right: 8px;
  flex-shrink: 0; 
  display: block;
}

/* #1 Easiest to use software | 2025  
.footer-info > span {
  white-space: nowrap; 
  flex-shrink: 1;
}

/* footer-links container */
.footer-links {
  display: flex;
  width: 100%;
  margin-top: 8px;
  gap: 30px;
  font-size: 12px;
  color: #888;
  justify-content: space-between;
  flex-wrap: nowrap;
}

/* footer-links 
.footer-links span {
  white-space: nowrap; 
}

/* Responsive */
@media (max-width: 767px) {
  .social-content-section h2 {
    font-size: 22px;
  }
  .footer-links {
    flex-direction: column;
    gap: 5px;
  }
  .social-content-section {
  max-width: 800px;
  margin: auto;
  text-align: center; 
  font-family: Arial, sans-serif;
  padding: 40px 20px;
}

.social-content-section h2,
.description,
.publish-text,
.features,
.buttons,
.footer-info,
.footer-links {
  text-align: center; 
}
   

.features {
  display: flex;
  justify-content: flex-start; 
  gap: 20px;
  font-size: 14px;
  margin: 20px 0;
  flex-wrap: wrap;
  display:none
}
.buttons {
    margin: 20px 0;
    display: flex
;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;

.footer-links {
  display: flex;
  justify-content: flex-start; 
  gap: 30px;
  font-size: 12px;
  color: #888;
  margin-top: 5px;
}
 .footer-info {
    justify-content: flex-start;
  }
  
  .footer-links {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    margin-top: 4px;
    width: auto;
    justify-content: flex-start;
  }
}

}



/* Generate Posts 10x Faster Using */
.feature-list {
  list-style: none;
  padding-left: 0;
  margin-top:40px;
}

.feature-list li {
  position: relative;
  padding-left: 20px; 
  margin-bottom: 0px; 
  font-size: 22px;
  color: #333;
  font:bold;
}

.feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;  
  width: 8px;
  height: 8px;
  background-color:rgb(54, 105, 199); 
  border-radius: 50%;
}


/* An Organized Media Library */

.features-section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  
  max-width: 900px;
  margin: auto;
  padding: 40px 20px;
  background-color:EAF3FF;
  font-family: Arial, sans-serif;
}

.feature-item {
  display: flex;
  gap: 15px;
  align-items: flex-start;
}

.iconlogo img{
margin-bottom:10px

}

.feature-item h4 {
  font-size: 12px;
 margin-top:10px;
 margin-bottom:10px;
  color: #000;
  text width:none
}


.feature-item p {
  font-size: 14px;
  margin: 0;
  color: #444;
  line-height: 1.4;
}

/* Responsive for mobile */
@media (max-width: 767px) {
  .features-section {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.template-page #MainContent {
    padding-bottom: 0px !important;
}


/* .template-page #MainContent {
    padding-bottom: none;
} */

@media (min-width: 768px) {
 .image-icon{
  display:flex;
  gap:20px;
  align-items:center;
}
}

.new-til {
    padding-bottom: 50px;
}

@media screen and (max-width: 767px) {
  h2.m-richtext__title.h3.m-scroll-trigger.animate--fade-in{
    font-size: 22px !important;
}
}


 


