/* Compact store access inside LP forms. It stays secondary to the quote CTA. */

.lp-store-showcase {
  width: 100%;
  margin-top: 12px;
  font-family: Ubuntu, Arial, sans-serif;
}

.lp-store-showcase * {
  box-sizing: border-box;
}

.lp-store-showcase .store-inline-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  border: 1px solid rgba(27, 224, 206, 0.34);
  border-radius: 10px;
  background: #13204f;
  box-shadow: 0 12px 30px rgba(19, 32, 79, 0.16);
}

.lp-store-showcase .store-inline-copy {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.lp-store-showcase .store-inline-copy strong {
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.15;
}

.lp-store-showcase .store-inline-copy span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 10.5px;
  font-weight: 500;
  line-height: 1.3;
}

.lp-store-showcase .store-inline-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 7px 12px;
  border: 1px solid #1be0ce;
  border-radius: 7px;
  background: #1be0ce;
  color: #13204f;
  cursor: pointer;
  font-size: 10.5px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.lp-store-showcase .store-inline-primary:hover {
  background: #19cfc0;
  border-color: #19cfc0;
  color: #13204f;
}

@media (max-width: 767px) {
  .lp-store-showcase .store-inline-summary {
    align-items: flex-start;
    flex-direction: column;
  }

  .lp-store-showcase .store-inline-primary {
    width: 100%;
  }
}
