.vacancy-card {
  box-shadow: 0 8px 16px rgb(255 140 0 / 30%);
}

.sms-alert {
  background-color: #fff3cd;
  border-color: #ffc107;
  color: #856404;
}

.orange-text {
  color: orangered !important;
}

.indigo-text {
  color: indigo !important;
}

.indigo-background {
  background-color: indigo;
}

.sms-page {
  background: rgb(232 243 248 / 100%);
  min-height: 100vh;
}

.sms-page-body {
  max-width: 32rem;
}

.sms-card {
  background: #fff;
  border: 1px solid rgb(239 239 240 / 100%);
  border-radius: 1.15rem;
  box-shadow: 0 10px 24px rgb(15 23 42 / 6%);
  overflow: hidden;
}

.sms-card-primary {
  border-color: rgb(239 239 240 / 100%);
}

.sms-card-header {
  border-bottom: 1px solid rgb(234 234 235 / 100%);
  padding: 1.35rem 1.5rem 1.15rem;
}

.sms-card-title {
  color: rgb(17 24 39 / 100%);
  font-size: 1.15rem;
  font-weight: 700;
}

.sms-invite-copy,
.sms-contact-card {
  padding: 1.75rem 1.5rem;
}

.sms-greeting {
  color: rgb(17 24 39 / 100%);
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1.25;
}

.sms-copy-block {
  color: rgb(17 24 39 / 100%);
  font-size: 0.98rem;
  line-height: 1.45;
}

.sms-vacancy-title,
.sms-emphasis {
  color: rgb(17 24 39 / 100%);
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.45;
}

.sms-contact-copy {
  padding: 0;
}

.sms-link {
  color: rgb(37 99 235 / 100%);
  text-decoration: underline;
}

.sms-map {
  height: 18.75rem;
}

.sms-map iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
}

.sms-alert-success {
  background-color: rgb(236 253 245 / 100%);
  border-color: rgb(16 185 129 / 100%);
  color: rgb(6 95 70 / 100%);
}

.sms-actions {
  background: rgb(255 255 255 / 96%);
  border-top: 1px solid rgb(234 234 235 / 100%);
  bottom: 0;
  left: 0;
  position: sticky;
  width: 100%;
  z-index: 20;
  backdrop-filter: blur(8px);
}

.sms-actions-grid {
  display: grid;
  gap: 0.6rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 32rem;
  padding: 0.8rem 0;
}

.sms-action-btn {
  align-items: center;
  background: rgb(244 244 245 / 100%);
  border: 1px solid rgb(235 235 236 / 100%);
  border-radius: 0.85rem;
  color: rgb(155 157 160);
  display: flex;
  flex-direction: column;
  font-size: 0.82rem;
  font-weight: 500;
  gap: 0.3rem;
  justify-content: center;
  min-height: 4.5rem;
  padding: 0.8rem 0.45rem;
  text-align: center;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.sms-action-btn:hover {
  background: rgb(236 236 238 / 100%);
  transform: translateY(-1px);
}

.sms-action-btn-icon {
  font-size: 1rem;
  line-height: 1;
}

@media (width <= 576px) {
  .sms-invite-copy,
  .sms-contact-card {
    padding: 1.5rem 1.25rem;
  }

  .sms-greeting {
    font-size: 1.35rem;
  }

  .sms-actions-grid {
    gap: 0.5rem;
  }

  .sms-action-btn {
    font-size: 0.78rem;
    min-height: 4.25rem;
    padding-inline: 0.35rem;
  }
}

.sms-action-btn-icon img {
  display: block;
}
