.s-post-body {
    width: 100% !important;
    padding: 30px;
    padding-top: 40px;
    background: #fff;
    margin-bottom: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    z-index: 9;
}
.padding_post {
    padding: 0 !important;
}
.pagination {
    margin: 27px 0 0;
    float: none;
    display: inline-block;
    width: auto;
}
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > .active > a,
.pagination > .active > span {
    color: #000;
    background: $(body.background.color) !important;
}
a.home-link {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.outer-wrapper {
    padding-bottom: 65px;
    padding-top: 35px;
}
ul.list-inline.post-tags li {
    border: 0 !important;
    padding: 0 5px !important;
}
ul.list-inline.post-tags li a {
    color: #f36639 !important;
    font-size: 10px !important;
}
footer.entry-meta {
    margin-top: 15px !important;
    margin-right: -30px !important;
    margin-left: -30px !important;
    border-top: 1px solid #f5f5f5 !important;
    padding: 12px !important;
}
.btn {
    color: #fff !important;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.5px;
    position: relative;
    border: 0 solid #e2e2e2;
    padding: 7px 15px;
    transition: 0.2s ease-in;
    border-radius: 0;
    margin: 5px 10px;
    outline: 0;
}
.btn:hover {
    border-color: #000 !important;
    background: #000;
}
.tw-green {
    background-color: #4caf50;
    color: #fff;
    border-color: #4caf50;
}
.btn.tw-green:hover {
    background-color: #44cc49;
    border-color: #44cc49 !important;
}
.btn.focus,
.btn:focus,
.btn:hover {
    color: #fff !important;
    text-decoration: none;
}
.tw-red {
    background-color: #f44336;
    color: #fff;
    border-color: #f44336;
}
.btn.tw-red:hover {
    background-color: #ff1200;
    border-color: #ff1200 !important;
}
.header .navbar {
    border-bottom: 1px solid #eee;
    background: #fff;
    opacity: 1;
    visibility: visible;
    padding: 10px;
}
body {
    background: #fff;
}
.quote-button-container {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 275px;
  flex-wrap: wrap;
  margin: 0 auto;
}
      
a.quote-button {
  text-decoration: none;
  color: #ffffff;
  background-color: #1a1a1a;
  border: 1px solid #444;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  transition: background-color 0.3s, border-color 0.3s;
  font-weight: 500;
}

a.quote-button:hover {
  background-color: #333;
  border-color: #666;
}