/* ========================================================================== 
   Tink's Footer Action Buttons
   Version: 0.0.1
   Neutral button treatment matching the product-detail secondary action.
   ========================================================================== */

html.tinks-footer-buttons-v1 #IconList_Rbvk1J2M .tb_description a.btn.btn-sm {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 40px !important;
  margin: 0 !important;
  padding: 9px 16px !important;
  box-sizing: border-box !important;

  background: #ffffff !important;
  background-image: none !important;
  border: 1px solid #cfd5da !important;
  border-radius: 9px !important;
  box-shadow: none !important;

  color: #20242a !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  text-align: center !important;
  text-decoration: none !important;
  text-shadow: none !important;

  cursor: pointer !important;
  transition:
    background-color .16s ease,
    border-color .16s ease,
    color .16s ease,
    box-shadow .16s ease,
    transform .08s ease !important;
}

html.tinks-footer-buttons-v1 #IconList_Rbvk1J2M .tb_description a.btn.btn-sm:hover,
html.tinks-footer-buttons-v1 #IconList_Rbvk1J2M .tb_description a.btn.btn-sm:focus {
  background: #f4f5f6 !important;
  background-image: none !important;
  border-color: #aeb6be !important;
  color: #20242a !important;
  box-shadow: inset 0 0 0 1px rgba(32,36,42,.02) !important;
  text-decoration: none !important;
  outline: none !important;
}

html.tinks-footer-buttons-v1 #IconList_Rbvk1J2M .tb_description a.btn.btn-sm:active {
  background: #eceff1 !important;
  border-color: #9ea7af !important;
  color: #20242a !important;
  transform: translateY(1px) !important;
}

html.tinks-footer-buttons-v1 #IconList_Rbvk1J2M .tb_description a.btn.btn-sm span {
  color: inherit !important;
  font: inherit !important;
  line-height: inherit !important;
  text-shadow: none !important;
}

@media (max-width: 767px) {
  html.tinks-footer-buttons-v1 #IconList_Rbvk1J2M .tb_description a.btn.btn-sm {
    min-height: 44px !important;
    padding: 10px 16px !important;
  }
}
