li .elementor-sub-item {
	min-width: 220px !important;
	padding: 10px !important;
}

.wc-block-components-address-form__company {
	display: none;
}

.wpo_settings_container {
	font-family: 'Google Sans', sans-serif;
    font-size: 14px;
    padding: 0px 120px;
}
/* Page background */
body {
  background-color: #f7f8fa;
}

/* Center the form */
.um {
  max-width: 420px;
  margin: 60px auto;
  padding: 30px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  border: 1px solid #eee;
}

/* Remove default UM borders */
.um-form {
  border: none !important;
}

/* Inputs - clean + minimal */
.um input[type="text"],
.um input[type="password"],
.um textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  background: #fff;
  font-family: inherit;
  font-size: 14px;
  transition: all 0.2s ease;
}

/* Input focus */
.um input:focus,
.um textarea:focus {
  border-color: #FC9022;
  box-shadow: 0 0 0 2px rgba(252,144,34,0.15);
  outline: none;
}

/* Labels */
.um-form label {
  font-size: 13px;
  font-weight: 500;
  color: #555;
  margin-bottom: 6px;
}

/* Primary buttons */
body .um input[type="submit"].um-button,
body .um a.um-button,
body .um button.um-button {
  background-color: #FC9022 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 0 !important;
  font-family: inherit;
}

/* Hover */
body .um input[type="submit"].um-button:hover,
body .um a.um-button:hover,
body .um button.um-button:hover {
  background-color: #e67e1f !important;
}

/* Secondary button (e.g. login/register switch) */
.um .um-button.um-alt {
  background: transparent;
  color: #FC9022;
  border: 1px solid #FC9022;
}

.um .um-button.um-alt:hover {
  background: #FC9022;
  color: #fff;
}

/* Links */
.um a {
  color: #FC9022;
  font-size: 13px;
}

.um a:hover {
  text-decoration: underline;
}

/* Spacing between fields */
.um .um-field {
  margin-bottom: 18px;
}

/* Form title (optional tweak) */
.um-form h3 {
  text-align: center;
  font-weight: 600;
  margin-bottom: 20px;
}

/* Error messages */
.um .um-error {
  background: #fff5f5;
  border: 1px solid #f5c2c2;
  color: #c0392b;
  border-radius: 4px;
  padding: 10px;
}

/* Success messages */
.um .um-notice {
  background: #f0fff4;
  border: 1px solid #b7ebc6;
  color: #2e7d32;
  border-radius: 4px;
  padding: 10px;
}

span #latitude {
	display: none;
}

span #longitude {
	display: none;
}

#template_header_image img {
	width: 150px;
}

.um-main-meta {
    padding: 1px 0 0 0;
}

.um-57.um .um-profile-meta {
    padding-left: 175px !important;
}

.um-main-meta .um-name a {
	font-size: 22px;
}

@media (min-width: 1000px) {
	.page-header {
		padding-left: 70px;
    padding-top: 40px;
	}
	
	.page-content .um-profile {
		margin-top: 10px !important;
	}
	
	.page-content .woocommerce {
		padding: 10px 70px;
	}
}

.gamipress-ultimate-member-xps, .gamipress-ultimate-member-ranks {
		display: flex;
    align-items: center;
    gap: 10px;
}

.gamipress-ultimate-member-ranks-title, .gamipress-ultimate-member-xps span {
	font-size: 16px;
	font-weight: bold;
}

.um-profile-body .gamipress-share-buttons-label {
	display:none;
}

.um-profile-body .gamipress-share-buttons {
	display: none;
}
	
.page-content .um {
	max-width: 1200px;
}

.gamipress-social-share-buttons {
	margin-top: 30px;
    border-top: 1px solid #cccccc;
    padding-top: 30px;
}

.gamipress-wc-partial-payments-points-balance img, .wc-block-components-totals-item__label img {
	width: 15px;
}

.gamipress-wc-partial-payments-points-balance {
    font-weight: bold;
    color: #690303;
}