.search-detail-login-note {
  align-items: center;
  background: #fff7e8;
  border: 1px solid #f2c879;
  border-left: 5px solid var(--red, #f22a2b);
  border-radius: 8px;
  color: #6f3d00;
  display: flex;
  gap: 14px;
  justify-content: space-between;
  margin: 14px 0;
  padding: 12px 16px;
}

.search-detail-login-note a {
  background: var(--blue, #30348f);
  border-radius: 6px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  padding: 8px 14px;
  text-decoration: none;
}

@media (max-width: 560px) {
  .search-detail-login-note {
    align-items: stretch;
    flex-direction: column;
  }

  .search-detail-login-note a {
    text-align: center;
  }
}
