body.store-subpage .store-page-content-inner {
  padding-top: 0.25rem;
}
body.store-subpage .store-page-content-inner .store-section-inner {
  max-width: var(--mmorpg-page-max-width);
  margin: 0 auto;
  padding: 0 var(--mmorpg-page-padding-x);
}

.store-subpage .store-subpage-section-head,
.store-subpage .store-content-header,
.store-subpage .contact-section-head,
.store-subpage .careers-section-head,
.store-subpage .suggestions-section-head,
.store-subpage .guide-section-head {
  padding: 2rem 2.25rem 1rem;
  text-align: center;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5rem;
}
.store-subpage-section-head.text-center,
.contact-section-head.text-center,
.careers-section-head.text-center,
.suggestions-section-head.text-center,
.guide-section-head.text-center {
  margin-left: auto;
  margin-right: auto;
}

.store-subpage .store-subpage-title,
.store-subpage .store-content-title,
.store-subpage .contact-section-title,
.store-subpage .careers-section-title,
.store-subpage .suggestions-section-title,
.store-subpage .guide-section-title {
  font-family: var(--mmorpg-font-title);
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--mmorpg-text, #e8e6e3);
  margin: 0 0 0.5rem 0;
  line-height: 1.2;
}

.store-subpage .store-subpage-sub,
.store-subpage .contact-section-sub,
.store-subpage .careers-section-sub,
.store-subpage .suggestions-section-sub,
.store-subpage .guide-section-sub {
  font-family: var(--mmorpg-font-body);
  font-size: 1rem;
  color: var(--mmorpg-text-muted, #9ca3af);
  margin: 0;
  line-height: 1.6;
}

.store-subpage-inner,
.contact-page-inner,
.careers-page-inner,
.suggestions-page-inner,
.guide-page-inner {
  max-width: var(--mmorpg-page-max-width, 1200px);
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}

.store-subpage-body,
.store-content-body {
  font-family: var(--mmorpg-font-body);
  font-size: 1rem;
  line-height: 1.7;
  color: var(--mmorpg-text);
}
.store-content-body {
  padding: 2rem 2.25rem;
  white-space: pre-wrap;
}
.store-content-body a {
  color: var(--mmorpg-gold);
  text-decoration: none;
}
.store-content-body a:hover {
  text-decoration: underline;
}

.store-subpage-block-heading,
.contact-block-heading,
.careers-block-heading {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--mmorpg-text-muted, #9ca3af);
  margin-bottom: 0.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid var(--mmorpg-border, #2a2f3d);
}

.store-subpage-section,
.contact-page-section--mmorpg,
.careers-page-section--mmorpg,
.suggestions-page-section--mmorpg,
.guide-page-section--mmorpg {
  padding: 0.2rem 0 4rem;
  background: transparent;
}
.store-subpage-section .store-subpage-section-head,
.contact-page-section--mmorpg .contact-section-head,
.careers-page-section--mmorpg .careers-section-head,
.suggestions-page-section--mmorpg .suggestions-section-head,
.guide-page-section--mmorpg .guide-section-head {
  margin-top: 0;
  margin-bottom: 2.5rem;
}

.store-content-article {
  background: var(--mmorpg-bg-card);
  border: 1px solid var(--mmorpg-border);
  border-radius: 12px;
  overflow: hidden;
}

.store-subpage-header-card {
  background: var(--mmorpg-bg-card);
  border: 1px solid var(--mmorpg-border);
  border-radius: 12px;
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.store-subpage-header-card .careers-section-head,
.store-subpage-header-card .contact-section-head,
.store-subpage-header-card .suggestions-section-head,
.store-subpage-header-card .guide-section-head,
.store-subpage-header-card .store-content-header {
  margin-bottom: 0;
}

.contact-page-section--mmorpg .contact-block-heading {
  margin-bottom: 1rem;
}
.contact-page-section--mmorpg .contact-blocks-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem 2.5rem;
  align-items: start;
}
.contact-page-section--mmorpg .contact-cards-row {
  display: block;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  min-width: 0;
}
.contact-page-section--mmorpg .contact-cards-row--companies {
  margin-bottom: 0;
}
.contact-page-section--mmorpg .contact-blocks-row .contact-cards-row:only-of-type {
  grid-column: 1 / -1;
  max-width: 560px;
  margin: 0 auto;
}
.contact-page-section--mmorpg .contact-cards-grid {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.contact-page-section--mmorpg .contact-cards-grid--companies {
  gap: 1.25rem;
}
.contact-page-section--mmorpg .contact-card {
  background: var(--mmorpg-bg-card, #141822);
  border-radius: 12px;
  padding: 1.25rem 1.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  border: 1px solid var(--mmorpg-border, #2a2f3d);
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}
.contact-page-section--mmorpg .contact-card--email {
  flex-direction: row;
  align-items: center;
  min-width: 0;
}
.contact-page-section--mmorpg .contact-card:not(.contact-card--email) {
  flex-direction: column;
  align-items: flex-start;
  padding: 1.5rem 1.75rem;
}
.contact-page-section--mmorpg .contact-cards-grid--companies .contact-card {
  flex-direction: row;
  align-items: flex-start;
}
.contact-page-section--mmorpg .contact-card:hover {
  border-color: var(--mmorpg-border-glow, #4a5568);
  box-shadow: 0 8px 24px rgba(0,0,0,.25);
  transform: translateY(-2px);
}
.contact-page-section--mmorpg .contact-card-link-wrap {
  text-decoration: none;
  color: inherit;
  display: flex;
  align-items: center;
  gap: 1rem;
  min-width: 0;
}
.contact-page-section--mmorpg .contact-card-link-wrap:hover { color: inherit; }
.contact-page-section--mmorpg .contact-card-email-content {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  min-width: 0;
}
.contact-page-section--mmorpg .contact-card-icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--mmorpg-gold-dim, #8b7355) 0%, var(--mmorpg-gold, #c9a227) 100%);
  color: #0d0f14;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  flex-shrink: 0;
  box-shadow: 0 4px 12px var(--mmorpg-gold-glow, rgba(201,162,39,.25));
}
.contact-page-section--mmorpg .contact-card--email .contact-card-icon {
  margin-bottom: 0;
}
.contact-page-section--mmorpg .contact-card:not(.contact-card--email) .contact-card-icon {
  margin-bottom: 1rem;
}
.contact-page-section--mmorpg .contact-cards-grid--companies .contact-card .contact-card-icon {
  margin-bottom: 0;
  margin-top: 0.2rem;
}
.contact-page-section--mmorpg .contact-card-icon--flag {
  width: 36px;
  height: 26px;
  min-width: 36px;
  border-radius: 0;
  background: var(--mmorpg-bg-card, #141822);
  box-shadow: 0 1px 4px rgba(0,0,0,.2);
  padding: 2px;
}
.contact-page-section--mmorpg .contact-card-icon .contact-card-flag {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}
.contact-page-section--mmorpg .contact-card-company-content {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.contact-page-section--mmorpg .contact-card-company-name {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--mmorpg-text, #e8e6e3);
  margin-bottom: 0.5rem;
  line-height: 1.3;
}
.contact-page-section--mmorpg .contact-card-desc {
  font-size: 0.875rem;
  color: var(--mmorpg-text-muted, #9ca3af);
  margin: 0;
  flex: 1;
  line-height: 1.5;
}
.contact-page-section--mmorpg .contact-card-link,
.contact-page-section--mmorpg .contact-card-link-email {
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--mmorpg-gold, #c9a227);
  text-decoration: none;
  overflow-wrap: break-word;
  word-break: break-word;
  hyphens: none;
  transition: color 0.2s;
  flex: 1;
  min-width: 0;
}
.contact-page-section--mmorpg .contact-card-link-wrap:hover .contact-card-link-email {
  color: #e8d48a;
}
.contact-page-section--mmorpg .contact-card-email-desc {
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--mmorpg-text-muted, #9ca3af);
  line-height: 1.4;
}
.contact-page-section--mmorpg .contact-card-link:focus-visible {
  outline: 2px solid var(--mmorpg-gold);
  outline-offset: 2px;
}

.careers-page-section--mmorpg .careers-block-desc {
  font-size: 0.9375rem;
  color: var(--mmorpg-text-muted, #9ca3af);
  margin: 0 0 1rem;
  line-height: 1.5;
}
.careers-page-section--mmorpg .careers-apply-info-intro {
  font-size: 0.9375rem;
  color: var(--mmorpg-text-muted, #9ca3af);
  line-height: 1.6;
  margin: 0 0 0.75rem;
}
.careers-page-section--mmorpg .careers-apply-info {
  font-size: 0.9375rem;
  color: var(--mmorpg-text-muted, #9ca3af);
  line-height: 1.6;
  margin: 0;
  padding-left: 1.25rem;
  list-style: disc;
}
.careers-page-section--mmorpg .careers-apply-info li {
  margin-bottom: 0.5rem;
}
.careers-page-section--mmorpg .careers-apply-info li:last-child {
  margin-bottom: 0;
}
.careers-page-section--mmorpg .careers-blocks-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem 2.5rem;
  align-items: start;
}
.careers-page-section--mmorpg .careers-cards-row {
  display: block;
  width: 100%;
  min-width: 0;
}
.careers-page-section--mmorpg .careers-cards-row--apply:only-of-type {
  grid-column: 1 / -1;
  max-width: 560px;
  margin: 0 auto;
}
.careers-page-section--mmorpg .careers-cards-grid {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.careers-page-section--mmorpg .careers-cards-grid--positions {
  gap: 1.25rem;
}
.careers-page-section--mmorpg .careers-card {
  background: var(--mmorpg-bg-card, #141822);
  border-radius: 12px;
  padding: 1.25rem 1.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  border: 1px solid var(--mmorpg-border, #2a2f3d);
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}
.careers-page-section--mmorpg .careers-card--email {
  flex-direction: row;
  align-items: center;
  min-width: 0;
}
.careers-page-section--mmorpg .careers-card--position {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  min-width: 0;
}
.careers-page-section--mmorpg .careers-card--empty {
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 2rem;
}
.careers-page-section--mmorpg .careers-card--closed {
  opacity: 0.75;
  cursor: default;
}
.careers-page-section--mmorpg .careers-card:hover {
  border-color: var(--mmorpg-border-glow, #4a5568);
  box-shadow: 0 8px 24px rgba(0,0,0,.25);
  transform: translateY(-2px);
}
.careers-page-section--mmorpg .careers-card--closed:hover {
  transform: none;
}
.careers-page-section--mmorpg .careers-card-link-wrap {
  text-decoration: none;
  color: inherit;
  display: flex;
  align-items: center;
  gap: 1rem;
  min-width: 0;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.careers-page-section--mmorpg .careers-card-link-wrap:hover { color: inherit; }
.careers-page-section--mmorpg .careers-card-email-content {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  min-width: 0;
}
.careers-page-section--mmorpg .careers-card-position-content {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  min-width: 0;
  flex: 1;
}
.careers-page-section--mmorpg .careers-card--position .careers-card-apply {
  flex-shrink: 0;
  margin-left: 1rem;
  align-self: center;
}
.careers-page-section--mmorpg .careers-card-icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--mmorpg-gold-dim, #8b7355) 0%, var(--mmorpg-gold, #c9a227) 100%);
  color: #0d0f14;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  flex-shrink: 0;
  box-shadow: 0 4px 12px var(--mmorpg-gold-glow, rgba(201,162,39,.25));
}
.careers-page-section--mmorpg .careers-card-icon--briefcase {
  font-size: 1.1rem;
}
.careers-page-section--mmorpg .careers-card--empty .careers-card-icon {
  margin-bottom: 0.75rem;
}
.careers-page-section--mmorpg .careers-card-link,
.careers-page-section--mmorpg .careers-card-link-email {
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--mmorpg-gold, #c9a227);
  text-decoration: none;
  overflow-wrap: break-word;
  word-break: break-word;
  hyphens: none;
  transition: color 0.2s;
  flex: 1;
  min-width: 0;
}
.careers-page-section--mmorpg .careers-card-link-wrap:hover .careers-card-link-email {
  color: #e8d48a;
}
.careers-page-section--mmorpg .careers-card-email-desc {
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--mmorpg-text-muted, #9ca3af);
  line-height: 1.4;
}
.careers-page-section--mmorpg .careers-card-position-title {
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--mmorpg-text, #e8e6e3);
  line-height: 1.3;
}
.careers-page-section--mmorpg .careers-card-position-badge {
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--mmorpg-gold, #c9a227);
  display: inline-block;
}
.careers-page-section--mmorpg .careers-card-position-badge--closed {
  color: var(--mmorpg-text-muted, #9ca3af);
}
.careers-page-section--mmorpg .careers-card-position-meta {
  font-size: 0.8125rem;
  color: var(--mmorpg-text-muted, #9ca3af);
  line-height: 1.4;
}
.careers-page-section--mmorpg .careers-card-apply {
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--mmorpg-gold, #c9a227);
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}
.careers-page-section--mmorpg .careers-card-link-wrap:hover .careers-card-apply {
  color: #e8d48a;
}
.careers-page-section--mmorpg .careers-card--empty .careers-card-desc {
  font-size: 0.9375rem;
  color: var(--mmorpg-text-muted, #9ca3af);
  margin: 0 0 1rem;
}
.careers-page-section--mmorpg .careers-card-apply-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #0d0f14;
  background: linear-gradient(135deg, var(--mmorpg-gold-dim, #8b7355) 0%, var(--mmorpg-gold, #c9a227) 100%);
  border-radius: 8px;
  text-decoration: none;
  transition: opacity 0.2s, transform 0.2s;
  cursor: pointer;
}
.careers-page-section--mmorpg .careers-card-apply-btn:hover {
  opacity: 0.9;
  transform: translateY(-1px);
  color: #0d0f14;
}
.careers-page-section--mmorpg .careers-card-link:focus-visible {
  outline: 2px solid var(--mmorpg-gold);
  outline-offset: 2px;
}

.suggestions-page-section--mmorpg .suggestions-page-inner {
  max-width: var(--mmorpg-page-max-width, 1200px);
}
.suggestions-form {
  background: var(--mmorpg-bg-card, #141822);
  border-radius: 14px;
  padding: 2.25rem 2.5rem;
  border: 1px solid var(--mmorpg-border, #2a2f3d);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.2);
}
.suggestions-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem 2rem;
}
.suggestions-form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.suggestions-form-group--full {
  grid-column: 1 / -1;
}
.suggestions-form-group--type {
  grid-column: 1 / -1;
  max-width: 280px;
}
.suggestions-form-label {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--mmorpg-text, #e8e6e3);
  letter-spacing: 0.01em;
}
.suggestions-form-label .required {
  color: var(--mmorpg-gold, #c9a227);
}
.suggestions-form-input,
.suggestions-form-select,
.suggestions-form-textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  font-size: 0.9375rem;
  font-family: var(--mmorpg-font-body);
  color: var(--mmorpg-text, #e8e6e3);
  background: rgba(13, 15, 20, 0.6);
  border: 1px solid var(--mmorpg-border, #2a2f3d);
  border-radius: 10px;
  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
}
.suggestions-form-input:hover,
.suggestions-form-select:hover,
.suggestions-form-textarea:hover {
  border-color: var(--mmorpg-border-glow, #3d4555);
}
.suggestions-form-input:focus,
.suggestions-form-select:focus,
.suggestions-form-textarea:focus {
  outline: none;
  border-color: var(--mmorpg-gold, #c9a227);
  box-shadow: 0 0 0 3px rgba(201, 162, 39, 0.15);
  background: var(--mmorpg-bg, #0d0f14);
}
.suggestions-form-input::placeholder,
.suggestions-form-textarea::placeholder {
  color: var(--mmorpg-text-muted, #6b7280);
}
.suggestions-form-input--error,
.suggestions-form-select.suggestions-form-input--error,
.suggestions-form-textarea.suggestions-form-input--error {
  border-color: #dc2626;
  box-shadow: 0 0 0 2px rgba(220, 38, 38, 0.15);
}
.suggestions-form-textarea {
  resize: vertical;
  min-height: 160px;
  line-height: 1.6;
}
.suggestions-form-select {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%239ca3af' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  padding-right: 2.5rem;
}
.suggestions-form-error {
  font-size: 0.75rem;
  color: #f87171;
  min-height: 1.25em;
  margin-top: 0.15rem;
}
.suggestions-form-actions {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--mmorpg-border, #2a2f3d);
}
.suggestions-form-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.875rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  color: #0d0f14;
  background: linear-gradient(135deg, var(--mmorpg-gold-dim, #8b7355) 0%, var(--mmorpg-gold, #c9a227) 100%);
  border: 1px solid rgba(201, 162, 39, 0.4);
  border-radius: 10px;
  cursor: pointer;
  transition: opacity 0.2s, transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 2px 8px rgba(201, 162, 39, 0.2);
}
.suggestions-form-submit:hover:not(:disabled) {
  opacity: 0.95;
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(201, 162, 39, 0.35);
}
.suggestions-form-submit:active:not(:disabled) {
  transform: translateY(0);
}
.suggestions-form-submit:focus-visible {
  outline: 2px solid var(--mmorpg-gold);
  outline-offset: 2px;
}
.suggestions-form-submit:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  transform: none;
}
.suggestions-form-result {
  margin-top: 1.25rem;
  padding: 1rem 1.25rem;
  border-radius: 10px;
  font-size: 0.9375rem;
  line-height: 1.55;
}
.suggestions-form-result--success {
  background: rgba(34, 197, 94, 0.12);
  border: 1px solid rgba(34, 197, 94, 0.35);
  color: #86efac;
}
.suggestions-form-result--error {
  background: rgba(220, 38, 38, 0.12);
  border: 1px solid rgba(220, 38, 38, 0.35);
  color: #fca5a5;
}

@media (max-width: 767.98px) {
  body.store-subpage .store-page-content-inner {
    padding-top: 0.15rem;
  }
  .store-subpage .store-subpage-title,
  .store-subpage .store-content-title,
  .store-subpage .contact-section-title,
  .store-subpage .careers-section-title,
  .store-subpage .suggestions-section-title,
  .store-subpage .guide-section-title {
    font-size: 1.5rem;
  }
  .store-subpage .store-subpage-section-head,
  .store-subpage .store-content-header,
  .contact-page-section--mmorpg .contact-section-head,
  .careers-page-section--mmorpg .careers-section-head,
  .suggestions-page-section--mmorpg .suggestions-section-head,
  .guide-page-section--mmorpg .guide-section-head {
    margin-bottom: 1.5rem;
  }
  .store-subpage-section,
  .contact-page-section--mmorpg,
  .careers-page-section--mmorpg,
  .suggestions-page-section--mmorpg,
  .guide-page-section--mmorpg {
    padding: 0.15rem 0 2.5rem;
  }
}
@media (max-width: 479.98px) {
  .store-subpage-inner,
  .contact-page-inner,
  .careers-page-inner,
  .suggestions-page-inner,
  .guide-page-inner {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 991.98px) {
  .contact-page-section--mmorpg .contact-blocks-row {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .careers-page-section--mmorpg .careers-blocks-row {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}
@media (max-width: 767.98px) {
  .contact-page-section--mmorpg .contact-blocks-row { gap: 1.75rem; }
  .contact-page-section--mmorpg .contact-card { padding: 1.25rem 1.5rem; }
  .contact-page-section--mmorpg .contact-card:not(.contact-card--email) { padding: 1.25rem 1.5rem; }
  .contact-page-section--mmorpg .contact-cards-grid--companies .contact-card {
    flex-direction: row;
    align-items: flex-start;
  }
  .contact-page-section--mmorpg .contact-card--email {
    flex-direction: column;
    align-items: flex-start;
  }
  .contact-page-section--mmorpg .contact-card--email .contact-card-link-email {
    white-space: normal;
    word-break: break-word;
  }
  .contact-page-section--mmorpg .contact-card-icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    font-size: 1.1rem;
  }
  .contact-page-section--mmorpg .contact-card-icon--flag {
    width: 32px;
    height: 24px;
    min-width: 32px;
  }
  .contact-page-section--mmorpg .contact-card--email .contact-card-icon { margin-bottom: 0; }
  .contact-page-section--mmorpg .contact-card:not(.contact-card--email) .contact-card-icon { margin-bottom: 0.75rem; }
  .contact-page-section--mmorpg .contact-cards-grid--companies .contact-card .contact-card-icon {
    margin-bottom: 0;
    margin-top: 0.2rem;
  }
  .contact-page-section--mmorpg .contact-page-inner {
    padding: 0 1rem;
  }
  .contact-page-section--mmorpg .contact-card--email .contact-card-link-email {
    font-size: 0.875rem;
  }
  .careers-page-section--mmorpg .careers-blocks-row { gap: 1.75rem; }
  .careers-page-section--mmorpg .careers-card { padding: 1.25rem 1.5rem; }
  .careers-page-section--mmorpg .careers-card--email {
    flex-direction: column;
    align-items: flex-start;
  }
  .careers-page-section--mmorpg .careers-card-icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    font-size: 1.1rem;
  }
  .careers-page-section--mmorpg .careers-card-link-email {
    font-size: 0.875rem;
  }
  .suggestions-form {
    padding: 1.75rem 1.5rem;
  }
  .suggestions-form-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
  .suggestions-form-group--type {
    max-width: none;
  }
  .suggestions-form-textarea {
    min-height: 140px;
  }
}
@media (max-width: 479.98px) {
  .suggestions-form {
    padding: 1.5rem 1.25rem;
  }
  .suggestions-form-submit {
    width: 100%;
    padding: 0.875rem 1.5rem;
  }
}
