/* ปุ่ม "ย้อนกลับ" / "กลับหน้าหลัก" ในหน้า Register (Create) — ported from design
   (index-genplay-create.html / index-genplay-create-social-select.html), ยืนยันโดยผู้ใช้ 2026-08-26 */

.gp-create-card__back {
  display: flex;
  width: 100%;
  max-width: 500px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  height: 55px;
  margin-top: 12px;
  padding: 10px;
  border: 1px solid #486581;
  background-color: transparent;
  color: #1caee7;
  font-family: "Google Sans", sans-serif;
  font-size: 18px;
  line-height: normal;
  text-decoration: none;
  cursor: pointer;
}

.gp-create-card__back:hover {
  color: #5fc4ee;
  filter: brightness(1.1);
}

.gp-create-card__back:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.gp-create-card__back:focus-visible {
  box-shadow: 0 0 0 2px rgba(28, 174, 231, 0.5);
}

@media (max-width: 767px) {
  .gp-create-card__back {
    height: 46px;
    margin-top: 10px;
    font-size: 15px;
  }
}
