header.entry-header {
    display: inline-block;
    overflow: hidden;
    position: relative;
    width: 100%;
    background: #603f97;
}
.post-type-archive-writing_tools p {
    max-width: 800px;
}


h1 {
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 30px;
    font-size: 48px;
    font-size: 4.8rem;
    letter-spacing: -.25px;
}
h2 {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 2.6rem;
    font-size: 26px;
    color: #000;
    letter-spacing: -.5px;
}
.post-type-archive-writing_tools h2 {
       font-size: 3.8rem;
    font-size: 38px; 
    margin-top:60px;
}
h3 {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0px;
}
button {
    border-radius: 4px;
}
.header-container-1 {
    margin: 0 auto;
    max-width: 1140px;
    width: 100%;
    padding: 60px 60px;
    color: #fff;
}
.meta-desc-formatting-1 {
    display: inline-block;
    font-weight: 400;
    max-width: 800px;
    font-size: 20px;
    line-height: 28px;
    min-height: 65px;
    letter-spacing: -0.25px;
}
#breadcrumbs-1 {
    font-size: 16px;
    font-size: 1.6rem;
    display: block;
    width: 100%;
    color: #fff;
}
.breadcrumbs-wrap-1{
    max-width: 1140px;
    margin: 0 auto;
}
#breadcrumbs-1 a {
    font-weight: 500;
    color: #3fbeb6;
}
#breadcrumbs-1 a:hover {
    color: #fff;
}

.shortcode-container {
    max-width: 780px;
    padding: 30px;
    display: grid;
    width: 100%;
    background: #E0F3F3;
    margin-bottom: 60px;
    border-radius: 8px;
}
#generate-ideas-btn{
    float: right; 
    margin-top: 10px;
    width: fit-content;
    margin-left: auto;
}
#generate-ideas-btn:disabled {
    background: #3fbeb673;
    color:#fff;
}
.svg-generate-results-btn-icon {
    width: 20px; /* Adjust the width as needed */
    height: auto; /* Maintain aspect ratio */
    vertical-align: middle; /* Align icon with text */
    margin-right: 5px; /* Space between icon and text */
}
/*results actions*/
#results {
    position: relative;
    min-width: 100%;
    display: inline-block;
}
.results-actions {
    position: absolute;
    top: -41px;
    right: 0px;
    background: #ddd;
    font-weight: bold;
    padding: 5px 10px;
    font-size: 14px;
}
.results-actions button {
    background: none;
    color: #000;
    padding: 0px;
}
.results-actions button:hover {
    color: #fff;
}
.copy-results, .close-results {
    cursor: pointer;
    display: inline-block;
}
.close-results {
    margin-left: 20px;
}

.below-result {
    border-top: 1px solid #3FBEB6;
    padding: 10px 30px;
    display: flex;
    align-items: center;
    background: #fff;
}
.svg-results-icon {
    width: 18px;
    height: 18px;
}
button.more-like-this-btn {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 5px 10px;
}
button.more-like-this-btn:hover {
 color:#3FBEB6;   
}
.report-bug-btn {
    margin-left: auto;
    font-size: 14px;
    font-weight: 600;
}
.report-bug-btn a {
    color:#000;
}
.report-bug-btn a:hover {
     color:#3FBEB6;  
     color:#3FBEB6;  
}
/*end results*/


.shortcode-results {
    display: inline-block;
    padding: 40px;
    background: #fff;
    margin-top: 80px;
        width: 100%;
}
.shortcode-results, .result-set {
    position: relative;
}
.summary-top {
    color: #858585;
    display: block;
    margin-bottom: 30px;
}
label{
    font-weight: 600;
    line-height: normal;
}
#configure-btn {
      background: none;
    color: rgba(0, 0, 0, 0.55);  
    line-height: normal;
}
#configure-btn:hover {
    color: #000; 
}
/*loader */
.loader {
display: inline-block;
  border: 6px solid #f3f3f3;
  border-radius: 50%;
  border-top: 6px solid #3498db;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/*end loader*/
.loader-wrapper {
    background: #fff;
    text-align: center;
    padding: 20px;
    margin-top:20px;
}
div#configuration-panel {
    display: block;
    margin-bottom: 40px;
    padding: 30px;
    background: #dddddd57;
        border: 2px solid #40beb6;
}
#configuration-panel select {
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 8px 20px;
        margin-bottom: 20px;
    border: 2px solid #ddd;
}

/*writing tools grid*/
.writing-tools-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    border-radius: 8px;
    max-width: 1140px;
    margin: 40px auto;   
}

.writing-tool {
    background-color: #fff; /* Light grey background */
    padding: 20px;
    border-radius: 8px;
    line-height: 26px;
     border:1px solid #3FBEB6;
}
.writing-tool p {
    margin-bottom: 0px;
}
.tool-icon-top {
background: #3FBEB6;
width: fit-content;
    margin-bottom: 10px;
    border-radius: 4px;
}
.svg-tools {
display: inline-block;
    height: 40px;
    overflow: visible;
    vertical-align: -8px;
    width: 40px;
    padding: 10px;
    color:#fff;
}
.tool-benefits {
    padding: 20px;
    border-radius: 8px;
    margin-top: 30px;
    max-width: 780px;
    border:2px solid #ece8f3;
}
.related-tools {
background: #e1f3f3;
    display: inline-block;
    margin: 40px 0px 0px 0px;
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
padding:20px;
}
.related-tools h2 {
        text-align: center;
    padding: 20px;
        margin-bottom: 0px;
}
.custom-footer-message {
text-align: center;
    padding: 20px 0;
    font-size: 16px;
    background: #e1f3f3;
    color: #000;
    font-weight: 600;
}
    .ai-course {
        padding: 20px;
        border-radius: 8px;
        margin-top: 30px;
        max-width: 780px;
        border: 2px solid #ece8f3;
        display: flex;
        gap: 20px;
        justify-content: center;
        align-items: normal;
    }

    .ai-course-img img {
        max-width: 150px;
        border-radius: 7px;
    }
    .ai-course-title {
        font-weight: 600;
        display: inline-block;
    }
    .newlabel {
        background: red;
        color: #fff;
        margin-left: 5px;
        padding: 4px 8px;
        vertical-align: middle;
        display: inline-block;
        border-radius: 8px;
        margin-bottom: 5px;
        font-size: 11px;
        font-weight: 600;
        line-height: 1.2;
    }
    .ai-course p {
        margin-bottom: 0px;
    }
@media only screen and (max-width: 860px) {
    .single-writing_tools .site-inner{
    padding: 16px 16px 0px 16px;
}
.post-type-archive-writing_tools .site-inner {
   padding: 30px; 
}
    .single-writing_tools .entry {
        padding: 0px;
        margin-bottom: 0px;
    }
    .header-container-1 {
    padding: 30px;
}
}
    @media only screen and (max-width: 600px) {
        
    h1 {
    font-size: 32px;
    line-height: 36px;
    font-size: 3.2rem;
    }
     .post-type-archive-writing_tools h2 {
            font-size: 24px;
             margin-top: 20px;
        }
        h2 {
                  font-size: 24px;
        }
    .meta-desc-formatting-1 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 30px;
}
.shortcode-container {
padding:10px;
        }
.shortcode-results {
padding:20px;
        }
        .below-result {
            padding: 10px 20px;
        }
        .results-actions {
                top: -37px;
        }
}
@media only screen and (max-width: 500px) {
        .ai-course {
            flex-direction: column;
            align-items: center; 
                gap: 10px;
        }
.ai-course-img {
    align-self: flex-start;
}
        .ai-course-img img {
    width: 80px;
}
}
/*promo box*/
.promo-box {
  background: #ece8f3;
  max-width: 780px;
  border-radius: 8px;
  padding: 20px 40px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.promo-box-heading {
  font-size: 44px;
  line-height: 1.25;
  font-weight: 800;
  margin: 0;
  padding: 20px 20px 10px;
}

.promo-box-subtitle {
  margin-bottom: 20px;
  font-weight: 600;
}
.promo-box-features {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-bottom: 30px;
}

.promo-box-chip {
background: #d0c6e1;
    border-radius: 8px;
    padding: 4px 8px;
    font-weight: 500;
    white-space: nowrap;
    color: #603f97;
}
.promo-box-cta {
  display: inline-block;
  margin-bottom: 40px;
  padding: 0.9rem 2.25rem;
  border-radius: 8px;
  background: #40beb6;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  transition: opacity 0.25s ease;
}
.promo-box-cta:hover {
    background: #603f97;
    color: #fff;
}
.responsive-iframe-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 12px;
}
.responsive-iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  border: none;
}
@media (max-width: 650px) {
  .promo-box-heading {
    font-size: 26px;
  }
  .promo-box {
      padding: 20px 10px;
  }
}
@media (max-width: 450px) {
  .promo-box-heading {
    font-size: 22px;
  }
  }