

.container{
  padding-left:30px !important;
  padding-right:30px !important;
}
.blog-hero {
  position: relative;
  background: #200;
  padding-bottom: 150px;
}
.blog-hero-content img {
  aspect-ratio: 5 / 3;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 75px;
}
.blog-hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-top: -300px;
}
.blog-hero-content:before {
  position: absolute;
  content: "";
  background: url(https://145712722.fs1.hubspotusercontent-eu1.net/hubfs/145712722/Action%20Rocket%20Aug%202025/latest-news.svg);
  width: 152px;
  height: 140px;
  right: 30px;
  top: -60px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.blog-hero-content h1,.blog-hero-content p {
  color: #fff;
}
.tag {
  margin-bottom: 24px;
}
.tag h6.eyebrow {
  padding-bottom: 0;
}
.read-more{
  margin-top: auto;
}
.article-panel {
  position: relative;
  height: 100%;
  background: #fff;
  min-height: 100%;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: flex;
  flex-direction: column;
}
.article-panel:first-of-type {
  height: auto;
}
.article-panel img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 3 / 2;
  border-radius: 20px;
  margin-bottom: 46px;
}
.article-meta {
  padding: .75rem 2rem;
  background: #fff;
}

.article-meta span {
  font-size: 13px;
}
.article-panel p {
  margin-bottom: 36px;
}

.article-meta span.bull {
  color: #000;
  padding: 0 .25rem;
}

.article-meta span.reading-minutes,
.article-panel>a,
.article-panel>a:hover {
  color: color: #000;
}

.article-panel .article-img {
  position: relative;
}

.article-panel .article-content {
  background: #fff;
  position: relative;
}

/* .article-panel .article-img:after {
content: '';
background: #000;
opacity: .1;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
} */

.article-panel .article-img img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 20px;
}

.article-panel h3 {
  font-weight: 400;
  margin-top: .625rem;
  margin-bottom: 2rem;
  font-size: 1rem;
  line-height: 1.5;
  display: block;
  letter-spacing: 0;
}

.article-panel h3 a {
  color: #313543;
}

.tags {
  display: flex;
  gap: 5px;
}

.tag {
  line-height: 1;
  font-size: 0.8rem;
}

.tag a {
  color: #000;
  font-size: 12px;
  line-height: 1;
}

.article-panel .data a {
  color: #2c4a8a;
}

.latest-posts>div {
  margin-bottom: 64px;
}


.blog-pagination {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0 85px;    
  position:relative;
  z-index:10;
}
.blog-pagination a {
  white-space: nowrap;
  margin: 0 10px;
  text-decoration: none;
  padding: 0;
  color: #000;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  background: transparent;
  transition: all 0.2s ease;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-pagination a:hover,
.blog-pagination a:focus,
.blog-pagination a:active,
.blog-pagination a.active{
  background: #000;
  color:#fff;
}
.blog-pagination .col {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: center;
  align-content: center;
}
.blog-pagination-left,.blog-pagination-center,.blog-pagination-right {
  display: flex;
  align-items: center;
}
a.next-link:hover,a.prev-link:hover {
  background: transparent;
}
.blog-heading h1 {
  letter-spacing: 0;
}
nav.blog-tag ul li a {
  font-size: 18px;
  color: #000;
  font-weight: 800;
  text-transform: uppercase;
  border: 2px solid #000;
  border-radius: 28px;
  display: inline-block;
  padding: 13px 30px;
}
nav.blog-tag ul li a:hover,nav.blog-tag ul li a.current{
  background:var(--black);
  color:#fff;
  border: 2px solid var(--black);
}
nav.blog-tag ul li {
  display: inline-block;
  margin-right: 15px;
}
nav.blog-tag ul li:last-child {
  margin-right: 0;
}
nav.blog-tag {
  text-align: center;
  margin: 36px 0 75px;
}
.blog-heading p {
  max-width: 636px;
  margin: 0 auto;
}
h5.blo--filter {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 38px;
}
nav.blog-tag ul.menus {
  padding: 0;
  margin: 0;
}


@media(max-width: 1200px) {
  .blog-hero-content {
    margin-top: -270px;
  }
}

@media(max-width: 991px) {
  .blog-hero {
    padding-bottom: 75px;
  }
  .blog-padding {
    padding-top: 75px !important;
  }
}

@media(max-width: 767px) {
  input:not([type="radio"]):not([type="checkbox"]):not([type="file"]):not([type="submit"]) {
    min-height: 2.5rem;
  }
  .blog-hero-content img {
    margin-bottom: 28px;
  }
  .blog-hero-content {
    margin-top: -170px;
    text-align: left;
  }
  .thoughts-hero .sr-cover {
    padding-bottom: 250px !important;
  }
  .blog-pagination a{
    margin:0 2px;
  }
  .latest-posts>div {
    margin-bottom: 50px;
  }
  nav.blog-tag ul li a {
    font-size: 14px;
    padding: 10px 20px;
  }
  nav.blog-tag ul li {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  nav.blog-tag {
    margin: 36px 0 50px;
  }
  .blog-hero-content:before {
    right: 0;
    top: -60px;
    background-size: 60%;
  }
  h5.blo--filter {
    justify-content: flex-start;
  }
  nav.blog-tag{
    text-align:left;
  }
  .author-content {
    text-align: left !important;
  }
  .author-profile-info {
    text-align: center;
  }
  .author-profile .avatar {
    width: 200px !important;
    height: 200px !important;
  }
  .author-profile-bio {
    margin-top: 20px !important;
  }
}

.author-section {
  padding: 1.875rem 0 0.625rem;
}
.author-section p {
  font-size: 0.75em;
  font-weight: 400;
  margin-bottom: 1em;
}
.author-section .avatar {
  position: relative;
  margin-top: 0.625rem;
}
.author-section .avatar img {
  width: 64px;
  height: auto;
  border-radius: 100%;
  margin-right: 1.2em;
  position: relative;
}
.author-section .author-link:not(.hover) {
  color: #EA0044;
}
.author-section .social-profiles a {
  margin-right: 0.5em;
}
.avatar img {
  border-radius: 50%;
  max-width: 100px;
  object-fit: cover;
}
.aut-sec {
  display: flex;
  align-items: center;
  gap: 30px;
  margin:30px 0 75px;
}
a.author-link {
  display: block;
  font-size: 20px;
  font-weight: 800;
  color: #000;
  font-family: Poppins;
}
img.post--img {
  margin-bottom: 75px;
  border-radius: 20px;
  aspect-ratio: 16 / 7;
  object-fit: cover;
}
a.aut-profile {
  font-size: 16px;
  text-decoration: underline;
  font-weight: 500;
  font-family: Poppins;
}
article.post-body p,article.post-body ul li,article.post-body span,article.post-body p span {
  font-size: 16px;
}
article.post-body img {
  margin: 50px 0;
}
article.post-body iframe {
  width: 100%;
  height: 600px;
}
.blog-padding {
  padding-top: 150px;
}

.blog-comments {
  margin-bottom: 3.125rem;
}
.blog-comments .blog-comments-trigger {
  position: relative;
  text-align: center;
  display: block;
}
.blog-comments .blog-comments-wrapper {
  display: none;
}
.blog-comments .blog-comments-wrapper .comment-reply-to {
  margin-bottom: 20px;
}
.blog-comments .blog-comments-wrapper form {
  padding: 2rem 0 4rem;
}
.blog-comments .blog-comments-wrapper .hs-form fieldset {
  max-width: 100%;
}
.blog-comments .blog-comments-wrapper .hs-form fieldset.form-columns-2 .field+.field {
  margin-left: 0;
}
.blog-comments .blog-comments-wrapper .hs-form fieldset textarea {
  width: 100%;
}
.author-profile {
  padding: 150px 0 75px;
}
.author-profile .author-profile-info {
  font-weight: bold;
  margin-bottom: 1.25rem;
}
.author-profile .author-profile-info .avatar {
  margin-bottom: 0.625rem;
}
.author-profile .author-profile-info .author-name {
  display: block;
  font-size: 1.375rem;
}
.author-profile .avatar {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  object-fit: cover;
}
.author-profile .author-profile-socials {
  margin-top: 0;
}
.author-content {
  max-width: 830px;
  margin: 0 auto;
  text-align: center;
}
.author-profile-bio {
  margin-top: 75px;
}
.articles-list,.blog-detail-main {
  padding-bottom: 250px;
}


@media (min-width: 767px) {
  .author-profile .author-profile-socials {
    margin: 0;
  }
  .author-profile .author-profile-info {
    margin: 0;
  }
  .author-profile .author-profile-info .avatar {
    margin: 0;
  }
}

.blog-comments {
  margin-bottom: 3.125rem;
}

.blog-comments .blog-comments-trigger {
  position: relative;
  text-align: center;
  display: block;
}

.blog-comments .blog-comments-wrapper {
  display: none;
}

.blog-comments .blog-comments-wrapper .comment-reply-to {
  margin-bottom: 20px;
}

.blog-comments .blog-comments-wrapper form {
  padding: 2rem 0 4rem;
}

.blog-comments .blog-comments-wrapper .hs-form fieldset {
  max-width: 100%;
}

.blog-comments .blog-comments-wrapper .hs-form fieldset.form-columns-2 .field+.field {
  margin-left: 0;
}

.blog-comments .blog-comments-wrapper .hs-form fieldset textarea {
  width: 100%;
}

.blog-related-posts {
  padding: 3.125rem 0;
}
.blog-related-posts .row>div {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
  .blog-related-posts .row>div {
    margin-bottom: 0;
  }
}
.blog-related-posts .article-panel:first-of-type {
  border-radius: 5px;
}
@media only screen and (min-width: 768px) {
  .blog-related-posts .article-panel:first-of-type {
    height: auto;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
  }

  .blog-related-posts .article-panel .article-img {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    height: auto;
    padding: 0;
  }

  .blog-related-posts .article-panel .article-content {
    position: relative;
    -ms-flex: 0 0 66.66%;
    flex: 0 0 66.66%;
    max-width: 66.66%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
}
.blog-related-posts .article-panel h3 {
  border-bottom: none;
  margin: 0;
  padding: 0;
}
.blog-related-posts .article-panel .article-content {
  padding: 2rem;
}
.blog-related-posts .article-panel:first-of-type {
  margin: 1rem 0;
}
.blog-related-posts .readmore {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #EA0044;
  color: #fff;
  font-size: 1.5rem;
  opacity: 0;
  transition: all 0.2s ease;
}
.blog-related-posts .article-panel .article-img:hover .readmore {
  opacity: 1;
}
.blog-related-posts .article-panel h3 a:hover {
  color: #EA0044;
}

.blog-related-posts .data .meta {
  margin: 0;
}

.sr-sticky-breadcrumb {
  position: relative;
  z-index: 10;
  font-size: 1rem;
}
.sr-sticky-breadcrumb-heading {
  padding: 0.75rem 0;
  transition: all ease-in-out 300ms;
  color: #000;
}
.sr-sticky-breadcrumb-heading a {
  color: #000;
}
.sr-sticky-breadcrumb-heading a:hover {
  color: #EA0044;
}
.sr-sticky-breadcrumb-trigger {
  color: #000;
}
.sr-sticky-breadcrumb-trigger a {
  color: #000;
}
.sr-sticky-breadcrumb-trigger a:hover {
  color: #EA0044;
}
.sr-sticky-breadcrumb-categories {
  text-align: center;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
  position: absolute;
  color: #000;
  box-shadow: 0 50px 60px 0 rgba(0,0,0,0.1);
}
.sr-sticky-breadcrumb-categories .container {
  padding: 1.25rem;
}
.sr-sticky-breadcrumb-categories strong {
  margin: 0 0 0.93rem;
  color: #000;
}
.sr-sticky-breadcrumb-categories ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sr-sticky-breadcrumb-categories ul li {
  list-style: none;
  display: inline-block;
}
.sr-sticky-breadcrumb-categories ul li a {
  margin: 1rem;
  color: #000;
}

.sr-sticky-breadcrumb-categories ul li a:hover {
  color: #EA0044;
}
.blog-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 576px) {
  .blog-container {
    max-width: 720px;
  }
}
@media only screen and (min-width: 768px) {
  .blog-container {
    max-width: 960px;
  }
}
@media only screen and (min-width: 992px) {
  .blog-container {
    max-width: 1140px;
  }
}
@media only screen and (min-width: 1200px) {
  .blog-container {
    max-width: 1440px;
  }
}