.layout-top-bar {
  background: #1A1717;
  position: relative;
  z-index: 10000;
  padding-right: 15px;
  padding-top: 4px;
}

/* Top bar inner container */
.layout-top-bar .region-top-bar {
  height: 20px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  gap: 0.75rem;
}

#block-protean-commerce-scripture {
  width: 92%;
  padding-left: 8%;
  text-align: center;
  color: #ffffff;
  font-size: 15px;
  font-style: italic;
}

.scripture .verse {
  font-style:normal;
}

.block-commerce-cart {
  width: 8%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#block-protean_commerce-phonenumber {
  display: flex;
  align-items: center;
}

#block-protean_commerce-phonenumber a {
  color: #ffffff;
  font-size: 1.05rem;
  font-weight: 600;
  text-decoration: none;
}

#block-protean_commerce-phonenumber a:hover {
  text-decoration: underline;
}

#block-protean_commerce-dashboard {
  height: 40px;
  display: flex;
  height: 100%;
}

#block-protean_commerce-dashboard p {
  margin: 0;
  padding: 0;
}

#block-protean_commerce-dashboard a {
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.25rem;
  font-size: 1rem;
  font-weight: 600;
  color: #1f1f1f;
  text-decoration: none;
  border: none;
  border-radius: 0;
}

.scripture-mobile{
  display: none;
}



@media (max-width: 992px) {  

#block-protean-commerce-scripture {
  position: absolute;
  width: 98%;
  left: 0;
  top: 100px;
  padding-left: 0;
  padding: 3px 1%;
  font-size: 15px;
  background: #1A1717;
}

.scripture{
  display: none;
}

.scripture-mobile{
  display: block;
}

.book {
  font-size: 13px;
}

.block-commerce-cart {
  width: 30%;
}

}