#shoeboxed-logo {
    filter: invert(0%) sepia(69%) saturate(7479%) hue-rotate(243deg) brightness(9%) contrast(101%);
}

h1, .post-title {
    max-width: 768px;
    height: 120px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    letter-spacing: -0.02em;
    color: #101828;
    margin-bottom: 24px;
    line-height: 1.2;
    @media only screen and (max-width: 768px) {
        font-size: 24px;
    }
}


main#main, p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #667085;
}

main#main {
    display: flex;
    flex-direction: column;
    img {
        margin: 0 auto;
    }
    ol, ul {
        list-style: unset !important;
    }
}
p {
  margin-bottom: 1rem;
}

h2 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 38px;
    color: #101828;
    margin-top: 20px;
}

h3 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 38px;
    color: #101828;
    margin-top: 20px;
}

h4 {
    font-family: 'Inter';
    font-style: italic;
    font-weight: 600;
    font-size: 20px;
    line-height: 38px;
    color: #101828;
    margin-top: 20px;
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
ol, ul {
    padding-left: 2rem;
}

.badge-group {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 4px 12px 4px 4px;
    gap: 8px;
    width: 250px;
    height: 30px;
    background: #F3F4F6;
    mix-blend-mode: multiply;
    border-radius: 16px;
    margin-bottom: 16px;
}

.cat-badge {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 2px 8px;
    width: 150px;
    height: 22px;
    background: #FFFFFF;
    border-radius: 16px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #3D8AAD;
}

.reading-time {
    width: auto;
    height: 18px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #3D8AAD;
}

.post-excerpt, .post-excerpt p {
    max-width: 768px;
    height: 60px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #667085;
    margin-bottom: 32px;
}

.sidebox {
    position: -webkit-sticky;
    /* Safari */
    position: sticky;
    top: 140px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 32px 32px 40px;
    gap: 32px;
    height: 469.35px;
    background: #F9FAFB;
    border: 1px solid #F3F4F6;
    border-radius: 8px;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.subheading {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #111827;
}

.about-text {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #4B5563;
}

.try-it {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 20px;
    gap: 8px;
    width: auto;
    height: 48px;
    background: #70BB4D;
    color: #FFFFFF;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border: 0;
    border-radius: 8px;
}

/* WordPress Post Image */
.wp-block-image img {
    min-width: 100%;
}

/* Image Caption */
figcaption {
    max-width: 720px;
    height: 20px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #667085;
}

figcaption a {
    color: #667085;
}

/* Blockquote Styling */
blockquote p {
    max-width: 698px;
    font-family: 'Inter';
    font-style: italic;
    font-weight: 500;
    font-size: 30px;
    line-height: 44px;
    color: #101828;
    border-color: #3D8AAD;
    ; border-width: 0 0 0 2px;
    border-style: solid;
    padding-left: 20px;
}

/* Blockquote Citation */
cite {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #667085;
}

hr.gray-line {
    max-width: 100%;
    height: 1px;
    border-top: 1px solid #EAECF0;
    margin-top: 32px;
    margin-bottom: 48px;
}

/* Link Styling */
a {
    color: #667085;
}

.written-by {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #4AA4CF;
}

.published-on {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #4AA4CF;
}

.post-author {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #101828;
}

.publish-date {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #101828;
}

.custom-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.copy-link {
    display: inline;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 16px;
    gap: 8px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #D0D5DD;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 8px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #344054;
}

.copy-link:hover {
    cursor: pointer;
}

.view-all {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 20px;
    gap: 8px;
    width: 146px;
    height: 48px;
    background: #4AA4CF;
    border: 1px solid #4AA4CF;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 8px;
    color: #fff;
    font-weight: 500;
}

.post-box {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    gap: 16px;
    width: 336px;
    height: 468px;
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
}

.recent-post-title {
    text-decoration: none;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: #101828;
}

.post-link {
    text-decoration: none;
}

.read-more {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 14px;
    gap: 8px;
    width: 100px;
    height: 36px;
    background: #53B7E7;
    border: 1px solid #53B7E7;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 8px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
}

.author-area {
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: self-start;
    bottom: 0;
}

.author-info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-left: 12px;
}

.recent-post-author {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #101828;
    margin: 0;
}

.job-title {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #667085;
}

.recent-post-thumbnail img {
    width: 296px;
    height: 200px;
}

.banner-area {
    width: 1440px;
    height: 446px;
    background: #FFFFFF;
    flex: none;
    order: 4;
    flex-grow: 0;
    z-index: 4;
}

.stacked {
    position: relative;
    height: 374px;
    top: 23.54px;
    background: #00BAEC;
    border-radius: 8px;
}

.square {
    position: absolute;
    width: 385px;
    height: 300px;
    right: 0;
    top: 0;
    background: #4DCFF2;
    border-top-right-radius: 8px;
}

.trapezoid {
    position: absolute;
    width: 690px;
    right: 0;
    bottom: 0;
    border-left: 305px solid transparent;
    border-bottom: 200px solid #99E3F7;
    border-bottom-right-radius: 8px;
}

.mascot {
    position: absolute;
    background: transparent;
    width: 229px;
    height: 229px;
    z-index: 2;
    top: 50px;
    right: 75px;
}

.banner-cta {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 40px;
    color: #fff;
    padding-top: 88px;
    padding-left: 92px;
}

.banner-text {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    padding-left: 92px;
    max-width: 600px;
    margin-bottom: 40px;
}

.try-free {
    position: relative;
    padding-left: 92px;
    width: 512px;
}

.try-now {
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 13px 25px;
    width: 218px;
    height: 50px;
    background: #70BB4D;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
    border: 0;
    border-radius: 6px;
    color: #fff;
}

/* Mobile Styling */
@media only screen and (max-width: 1200px) {
    .square {
        display: none;
    }

    .trapezoid {
        display: none;
    }

    .mascot {
        display: none;
    }

    .banner-cta {
        text-align: center;
        padding-left: 0;
    }

    .banner-text {
        text-align: center;
        margin: auto;
        padding-left: 0;
        margin-bottom: 40px;
    }

    .try-free {
        padding-left: 0;
        margin: auto;
    }

    .try-now {
        position: relative;
        margin: auto;
    }
}

@media only screen and (max-width: 768px) {
    h1 {
        font-size:24px;
    }

    .row {
        flex-flow: column-reverse;
    }
}
        
.post-box {
    height: 100%;
}

.wpp-stars-fix {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    margin-bottom: 79.54px;
}

.cat-badge a {
    color: #3D8AAD;
    text-decoration: none;
}

.banner-area {
    margin: 0 auto;
}

a.try-it.wpp-rty-it:hover {
    color: #fff;
    background: #3A5F26 !important;
}

a.try-it.wpp-rty-it {
    text-decoration: none;
    margin-bottom: 25px !important;
    border: 1px solid;
}

.wpp-cats {
    text-decoration: none;
    color: #667085
}

.wpp-stars-fix .rating-text {
    max-width: 100%;
    margin: 0;
    padding-top: 5px;
    margin-left: 5px;
}

.post-box .post-author {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #101828;
    margin: 0;
}

.wpp-stars-fix .stars {
    margin: 0;
}

@media only screen and (max-width: 1400px) {
    .sidebox {
        overflow: hidden;
        height: auto !important;
    }

    button.try-it {
        padding: 1px;
        width: 100%;
        font-size: 14px;
    }
}

@media only screen and (max-width: 991px) {
    .wpp-stars-fix {
        display: flex;
        flex-direction: column;
        align-content: center;
    }
}

@media only screen and (max-width: 837px) {
    .post-box img {
        width: 100%!important;
        object-fit: cover;
    }

    .author-area img {
        width: auto!important;
        object-fit: contain!important;
    }
}

@media only screen and (max-width: 560px) {
    input#search {
        width: 100% !important;
    }

    .stacked {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-content: center;
        align-items: center;
    }

    h3.banner-cta {
        padding-top: 50px;
        padding-left: 15px;
        padding-right: 15px;
    }

    p.banner-text {
        padding-left: 15px;
        padding-right: 15px;
    }

    .try-free {
        width: auto;
        margin-bottom: 15px;
    }
}
.rt-content {
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
h2, h3, h4, h5, h6 {
    margin-bottom: 8px;
}
li, tr, td {
    p {
        margin-bottom: 0;
        font-size: inherit;
    }
}
a {
    color: #667085;
    text-decoration: underline;
}
tr, td {
    padding: 0.5em;
    border: 1px solid;
}
h6 {
    max-width: 720px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #667085;
    font-style: italic;
    margin-top: -1em;
    margin-bottom: 1em;
}
.ez-toc-list.close {
    display: none;
}
}
.blog-post____embed-instagram {
    display: flex;
    justify-content: center;
}

.blog-post__embed-youtube {
    width: 100%;
    iframe {
    width: 800px;
    height: 450px;
    max-width: 100%;
    }
}

.blog-post__embed-audio {
    margin-top: 15px;
    margin-bottom: 15px;
}

a.cta_link {
    background-color: rgb(0, 208, 132);
    border-radius: 9999px;
    font-size: 20.25px;
    font-weight: 400;
    line-height: 28px;
    padding: 15px 28px;
    text-align: center;
    width: fit-content;
    word-break: break-word;
}
a.cta_button, a.cta_link {
    text-decoration: none !important;
    color: #fff !important;
}
a.cta_link:hover {
    color: #0d6efd !important;
}
.cta-box {
    background-color: #36BDFF;
    padding: 32px 20px 20px 20px;
    margin: 20px 0 20px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    gap: 10px;
    h3 {
      font-family: Inter;
      font-size: 32px;
      font-weight: 600;
      line-height: 42px;
      letter-spacing: 0em;
      text-align: center;
      color: #fff;
      max-width: 526px;
    }
    p {
      font-family: Inter;
      font-size: 18px;
      font-weight: 400;
      line-height: 27px;
      letter-spacing: 0em;
      text-align: center;
      color: #fff;
      max-width: 588px;
      margin-bottom: 20px;
    }
    @media (max-width: 768px) {
      padding: 32px 20px 20px 20px;
      margin: 40px 0 40px 0;
      h3 {
        font-size: 24px;
        line-height: 28px;
      }
      p {
        font-size: 16px;
        line-height: 24px;
      }
    }
  }
