.woocommerce-account .woocommerce {
	font-family: inherit;
}

.woocommerce-account .woocommerce-notices-wrapper,
.woocommerce-account .woocommerce-info,
.woocommerce-account .woocommerce-message,
.woocommerce-account .woocommerce-error {
	border-radius: 8px;
}

.woocommerce-account #customer_login {
	display: grid;
	grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
	gap: 24px;
	align-items: start;
	margin-top: 18px;
}

.woocommerce-account #customer_login::before,
.woocommerce-account #customer_login::after {
	display: none;
}

.woocommerce-account #customer_login .u-column1,
.woocommerce-account #customer_login .u-column2,
.woocommerce-account #customer_login .col-1,
.woocommerce-account #customer_login .col-2 {
	float: none;
	width: auto;
	min-width: 0;
	padding: 28px;
	border: 1px solid rgba(23, 69, 158, 0.12);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 18px 44px rgba(23, 69, 158, 0.08);
}

.woocommerce-account #customer_login h2 {
	margin: 0 0 18px;
	color: #13233f;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
}

.woocommerce-account #customer_login form.login,
.woocommerce-account #customer_login form.register {
	margin: 0;
	padding: 0;
	border: 0;
}

.woocommerce-account #customer_login label {
	color: #13233f;
	font-size: 14px;
	font-weight: 600;
}

.woocommerce-account #customer_login input.input-text,
.woocommerce-account #customer_login input[type="email"],
.woocommerce-account #customer_login input[type="password"],
.woocommerce-account #customer_login input[type="text"],
.woocommerce-account #customer_login input[type="tel"],
.woocommerce-account #customer_login input[type="url"],
.woocommerce-account #customer_login select,
.woocommerce-account #customer_login textarea {
	width: 100%;
	min-height: 46px;
	padding: 11px 14px;
	border: 1px solid rgba(23, 69, 158, 0.18);
	border-radius: 8px;
	background: #fbfdff;
	color: #13233f;
	box-shadow: none;
	font: inherit;
	transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.woocommerce-account #customer_login textarea {
	min-height: 112px;
	resize: vertical;
}

.woocommerce-account #customer_login input:focus,
.woocommerce-account #customer_login select:focus,
.woocommerce-account #customer_login textarea:focus {
	border-color: #26aae1;
	background: #fff;
	box-shadow: 0 0 0 3px rgba(38, 170, 225, 0.14);
	outline: 0;
}

.woocommerce-account #customer_login .button,
.woocommerce-account #customer_login button.button,
.woocommerce-account #customer_login input.button {
	min-height: 46px;
	padding: 12px 22px;
	border: 0;
	border-radius: 999px;
	background: #26aae1;
	color: #fff;
	font-weight: 700;
	line-height: 1;
	box-shadow: 0 10px 22px rgba(38, 170, 225, 0.24);
	transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.woocommerce-account #customer_login .button:hover,
.woocommerce-account #customer_login button.button:hover,
.woocommerce-account #customer_login input.button:hover {
	transform: translateY(-1px);
	background: #17459e;
	box-shadow: 0 14px 28px rgba(23, 69, 158, 0.24);
	color: #fff;
}

.gmd-shop-access-gateway {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 24px;
	align-items: center;
	margin: 0 0 28px;
	padding: 28px;
	overflow: hidden;
	border: 1px solid rgba(38, 170, 225, 0.22);
	border-radius: 8px;
	background:
		linear-gradient(135deg, rgba(23, 69, 158, 0.94), rgba(38, 170, 225, 0.86)),
		radial-gradient(circle at 88% 18%, rgba(255, 255, 255, 0.28), transparent 34%);
	box-shadow: 0 18px 44px rgba(23, 69, 158, 0.16);
	color: #fff;
}

.gmd-shop-access-gateway__content span {
	display: inline-flex;
	margin-bottom: 10px;
	padding: 6px 12px;
	border: 1px solid rgba(255, 255, 255, 0.32);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.12);
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.gmd-shop-access-gateway h2 {
	margin: 0 0 10px;
	color: #fff;
	font-size: clamp(28px, 4vw, 46px);
	font-weight: 700;
	line-height: 1.05;
}

.gmd-shop-access-gateway p {
	max-width: 680px;
	margin: 0;
	color: rgba(255, 255, 255, 0.86);
	font-size: 16px;
	line-height: 1.7;
}

.gmd-shop-access-gateway__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: flex-end;
}

.gmd-shop-access-gateway__button {
	display: inline-flex;
	min-height: 46px;
	align-items: center;
	justify-content: center;
	padding: 12px 22px;
	border-radius: 999px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.gmd-shop-access-gateway__button:hover,
.gmd-shop-access-gateway__button:focus {
	transform: translateY(-2px);
	text-decoration: none;
}

.gmd-shop-access-gateway__button--primary {
	background: #fff;
	color: #17459e;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
}

.gmd-shop-access-gateway__button--secondary {
	border: 1px solid rgba(255, 255, 255, 0.48);
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
}

.gmd-shop-access-gateway__button--secondary:hover,
.gmd-shop-access-gateway__button--secondary:focus {
	background: #26aae1;
	color: #fff;
}

.gmd-private-shop-registration {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
}

.gmd-private-shop-registration__header {
	margin: 0 0 22px;
	padding: 18px;
	border: 1px solid rgba(38, 170, 225, 0.18);
	border-radius: 8px;
	background: linear-gradient(135deg, rgba(38, 170, 225, 0.1), rgba(23, 69, 158, 0.04));
}

.gmd-private-shop-registration__header span {
	display: inline-flex;
	margin-bottom: 8px;
	padding: 5px 10px;
	border-radius: 999px;
	background: rgba(38, 170, 225, 0.12);
	color: #26aae1;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.gmd-private-shop-registration__header h3 {
	margin: 0 0 8px;
	color: #17459e;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.15;
}

.gmd-private-shop-registration__header p {
	margin: 0;
	color: #6b7588;
	font-size: 14px;
	line-height: 1.65;
}

.gmd-private-shop-registration__intro {
	margin: 0 0 18px;
	color: #6b7588;
	font-size: 14px;
	line-height: 1.6;
}

.gmd-shop-access-status h3 {
	margin: 0 0 16px;
	color: #17459e;
	font-size: 20px;
	font-weight: 700;
}

.gmd-private-shop-registration input,
.gmd-private-shop-registration select,
.gmd-private-shop-registration textarea {
	width: 100%;
	min-height: 44px;
	border-color: rgba(23, 69, 158, 0.18);
	border-radius: 8px;
}

.gmd-private-shop-registration textarea {
	min-height: 110px;
}

.gmd-private-shop-privacy label {
	display: flex;
	gap: 10px;
	align-items: flex-start;
}

.gmd-private-shop-privacy input {
	width: auto;
	margin-top: 5px;
}

.gmd-shop-access-status {
	margin: 0 0 24px;
	padding: 20px;
	border: 1px solid rgba(38, 170, 225, 0.22);
	border-radius: 8px;
	background: #f7fbff;
}

.gmd-shop-access-status p {
	display: grid;
	gap: 8px;
	margin: 0;
}

.gmd-shop-access-status strong {
	color: #26aae1;
}

.woocommerce-account.logged-in .woocommerce {
	width: min(1180px, calc(100% - 32px));
	margin-right: auto;
	margin-left: auto;
}

.woocommerce-account.logged-in .woocommerce::before,
.woocommerce-account.logged-in .woocommerce::after {
	display: none;
}

.woocommerce-account.logged-in .woocommerce-MyAccount-navigation,
.woocommerce-account.logged-in .woocommerce-MyAccount-content {
	float: none;
}

.woocommerce-account.logged-in .woocommerce-MyAccount-navigation {
	width: 100%;
	margin: 0 0 22px;
}

.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.woocommerce-account.logged-in .woocommerce-MyAccount-navigation li {
	margin: 0;
}

.woocommerce-account.logged-in .woocommerce-MyAccount-navigation a {
	display: inline-flex;
	min-height: 42px;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(20, 35, 61, 0.1);
	border-radius: 999px;
	background: #ffffff;
	color: #13233f;
	padding: 11px 17px;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	box-shadow: 0 10px 24px rgba(20, 35, 61, 0.05);
	transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.woocommerce-account.logged-in .woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-account.logged-in .woocommerce-MyAccount-navigation a:hover,
.woocommerce-account.logged-in .woocommerce-MyAccount-navigation a:focus {
	border-color: rgba(38, 170, 225, 0.36);
	background: #26aae1;
	color: #ffffff;
	text-decoration: none;
	box-shadow: 0 12px 28px rgba(38, 170, 225, 0.2);
	transform: translateY(-1px);
}

.woocommerce-account.logged-in .woocommerce-MyAccount-content {
	width: 100%;
	min-height: 360px;
	padding: clamp(22px, 3vw, 34px);
	border: 1px solid rgba(20, 35, 61, 0.08);
	border-radius: 8px;
	background:
		linear-gradient(135deg, rgba(38, 170, 225, 0.06), rgba(23, 69, 158, 0.025) 42%, rgba(255, 255, 255, 0.96)),
		#ffffff;
	box-shadow: 0 20px 54px rgba(20, 35, 61, 0.08);
	color: #637087;
	font-size: 15px;
	line-height: 1.72;
}

.woocommerce-account.logged-in .woocommerce-MyAccount-content > p:first-child {
	margin-top: 0;
}

.woocommerce-account.logged-in .woocommerce-MyAccount-content a {
	color: #17459e;
	font-weight: 700;
}

.woocommerce-account.logged-in .woocommerce-MyAccount-content h2,
.woocommerce-account.logged-in .woocommerce-MyAccount-content h3,
.woocommerce-account.logged-in .woocommerce-MyAccount-content legend {
	color: #13233f;
	font-weight: 700;
	letter-spacing: 0;
}

.woocommerce-account.logged-in .woocommerce table.shop_table {
	overflow: hidden;
	border: 1px solid rgba(20, 35, 61, 0.08);
	border-radius: 8px;
	background: #ffffff;
	box-shadow: none;
}

.woocommerce-account.logged-in .woocommerce table.shop_table th {
	background: rgba(38, 170, 225, 0.08);
	color: #13233f;
	font-size: 13px;
	font-weight: 700;
}

.woocommerce-account.logged-in .woocommerce table.shop_table td {
	color: #637087;
	font-size: 14px;
}

.woocommerce-account.logged-in .woocommerce .button,
.woocommerce-account.logged-in .woocommerce button.button,
.woocommerce-account.logged-in .woocommerce input.button {
	min-height: 42px;
	border: 0;
	border-radius: 999px;
	background: #26aae1;
	color: #ffffff;
	padding: 11px 18px;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	box-shadow: 0 10px 22px rgba(38, 170, 225, 0.18);
	transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.woocommerce-account.logged-in .woocommerce .button:hover,
.woocommerce-account.logged-in .woocommerce button.button:hover,
.woocommerce-account.logged-in .woocommerce input.button:hover {
	background: #17459e;
	color: #ffffff;
	transform: translateY(-1px);
	box-shadow: 0 14px 28px rgba(23, 69, 158, 0.2);
}

.woocommerce-account.logged-in .woocommerce-address-fields input.input-text,
.woocommerce-account.logged-in .edit-account input.input-text,
.woocommerce-account.logged-in .woocommerce-EditAccountForm input.input-text,
.woocommerce-account.logged-in .woocommerce-MyAccount-content select,
.woocommerce-account.logged-in .woocommerce-MyAccount-content textarea {
	width: 100%;
	min-height: 46px;
	border: 1px solid rgba(23, 69, 158, 0.18);
	border-radius: 8px;
	background: #fbfdff;
	color: #13233f;
	padding: 11px 14px;
	box-shadow: none;
	font: inherit;
}

.woocommerce-account.logged-in .woocommerce-address-fields input:focus,
.woocommerce-account.logged-in .edit-account input:focus,
.woocommerce-account.logged-in .woocommerce-EditAccountForm input:focus,
.woocommerce-account.logged-in .woocommerce-MyAccount-content select:focus,
.woocommerce-account.logged-in .woocommerce-MyAccount-content textarea:focus {
	border-color: #26aae1;
	background: #ffffff;
	box-shadow: 0 0 0 3px rgba(38, 170, 225, 0.14);
	outline: 0;
}

.gmd-private-shop-account-link {
	display: inline-flex;
	min-height: 42px;
	align-items: center;
	justify-content: center;
	gap: 7px;
	border: 1px solid rgba(20, 35, 61, 0.12);
	border-radius: 999px;
	background: #ffffff;
	color: #13233f;
	padding: 0 12px;
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
	white-space: nowrap;
	box-shadow: 0 10px 22px rgba(20, 35, 61, 0.08);
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, color 180ms ease;
}

.gmd-private-shop-account-link:hover,
.gmd-private-shop-account-link:focus {
	border-color: rgba(38, 170, 225, 0.45);
	color: #26aae1;
	text-decoration: none;
	transform: translateY(-1px);
}

.gmd-private-shop-account-link__icon {
	display: inline-flex;
	width: 18px;
	height: 18px;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	background: rgba(38, 170, 225, 0.12);
	color: #26aae1;
}

.gmd-private-shop-account-link__icon svg {
	width: 15px;
	height: 15px;
	fill: currentColor;
}

.gmd-private-shop-account-panel,
.gmd-private-shop-dashboard-links {
	margin: 0 0 24px;
	padding: 22px;
	border: 1px solid rgba(38, 170, 225, 0.18);
	border-radius: 8px;
	background:
		linear-gradient(135deg, rgba(38, 170, 225, 0.08), rgba(23, 69, 158, 0.035)),
		#ffffff;
	box-shadow: 0 16px 40px rgba(20, 35, 61, 0.07);
}

.gmd-private-shop-account-panel {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
}

.gmd-private-shop-account-panel strong,
.gmd-private-shop-dashboard-links h3 {
	display: block;
	margin: 0;
	color: #13233f;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
}

.gmd-private-shop-account-panel span,
.gmd-private-shop-dashboard-links__header span {
	display: block;
	margin-top: 6px;
	color: #6b7588;
	font-size: 14px;
	line-height: 1.55;
}

.gmd-private-shop-account-panel__actions,
.gmd-private-shop-mini-account,
.gmd-private-shop-dashboard-links__grid {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.gmd-private-shop-account-panel__actions {
	justify-content: flex-end;
}

.gmd-private-shop-account-panel__actions a,
.gmd-private-shop-mini-account a {
	display: inline-flex;
	min-height: 40px;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	background: #26aae1;
	color: #ffffff;
	padding: 10px 16px;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	box-shadow: 0 10px 22px rgba(38, 170, 225, 0.18);
	transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.gmd-private-shop-account-panel__actions a:hover,
.gmd-private-shop-mini-account a:hover {
	background: #17459e;
	color: #ffffff;
	text-decoration: none;
	transform: translateY(-1px);
	box-shadow: 0 14px 26px rgba(23, 69, 158, 0.2);
}

.gmd-private-shop-mini-account {
	margin: 0 0 12px;
	padding: 12px;
	border: 1px solid rgba(38, 170, 225, 0.16);
	border-radius: 8px;
	background: #f7fbff;
}

.gmd-private-shop-mini-account a {
	min-height: 36px;
	padding: 9px 13px;
	font-size: 12px;
}

.gmd-private-shop-dashboard-links__header {
	margin-bottom: 16px;
}

.gmd-private-shop-dashboard-links__header span {
	display: inline-flex;
	margin: 0 0 8px;
	padding: 5px 10px;
	border-radius: 999px;
	background: rgba(38, 170, 225, 0.12);
	color: #26aae1;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.gmd-private-shop-dashboard-links__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gmd-private-shop-dashboard-link {
	display: flex;
	min-height: 86px;
	align-items: center;
	gap: 12px;
	padding: 16px;
	border: 1px solid rgba(20, 35, 61, 0.1);
	border-radius: 8px;
	background: #ffffff;
	color: #13233f;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	box-shadow: 0 10px 26px rgba(20, 35, 61, 0.05);
	transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease;
}

.gmd-private-shop-dashboard-link:hover,
.gmd-private-shop-dashboard-link:focus {
	border-color: rgba(38, 170, 225, 0.38);
	color: #17459e;
	text-decoration: none;
	transform: translateY(-2px);
	box-shadow: 0 16px 34px rgba(38, 170, 225, 0.12);
}

.gmd-private-shop-dashboard-link__icon {
	display: inline-flex;
	width: 40px;
	height: 40px;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	background: rgba(38, 170, 225, 0.12);
	color: #26aae1;
}

.gmd-private-shop-dashboard-link__icon svg {
	width: 22px;
	height: 22px;
	fill: currentColor;
}

.gmd-private-shop-business-profile {
	margin: 0 0 24px;
	padding: 24px;
	border: 1px solid rgba(20, 35, 61, 0.08);
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 18px 48px rgba(20, 35, 61, 0.07);
}

.gmd-private-shop-business-profile__header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 20px;
}

.gmd-private-shop-business-profile__header span {
	display: inline-flex;
	margin-bottom: 8px;
	padding: 5px 10px;
	border-radius: 999px;
	background: rgba(38, 170, 225, 0.12);
	color: #26aae1;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.gmd-private-shop-business-profile__header h3 {
	margin: 0 0 8px;
	color: #13233f;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.18;
}

.gmd-private-shop-business-profile__header p {
	max-width: 680px;
	margin: 0;
	color: #6b7588;
	font-size: 14px;
	line-height: 1.65;
}

.gmd-private-shop-business-profile__edit {
	display: inline-flex;
	min-height: 40px;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	background: #26aae1;
	color: #ffffff !important;
	padding: 10px 16px;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	box-shadow: 0 10px 22px rgba(38, 170, 225, 0.2);
	transition: transform 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.gmd-private-shop-business-profile__edit:hover,
.gmd-private-shop-business-profile__edit:focus {
	background: #17459e;
	text-decoration: none;
	transform: translateY(-1px);
	box-shadow: 0 14px 28px rgba(23, 69, 158, 0.22);
}

.gmd-private-shop-business-profile__summary {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin-bottom: 22px;
}

.gmd-private-shop-business-profile__item {
	min-width: 0;
	padding: 15px;
	border: 1px solid rgba(20, 35, 61, 0.08);
	border-radius: 8px;
	background:
		linear-gradient(135deg, rgba(38, 170, 225, 0.035), rgba(255, 255, 255, 0.96)),
		#ffffff;
}

.gmd-private-shop-business-profile__item span {
	display: block;
	margin-bottom: 6px;
	color: #8a95a8;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.gmd-private-shop-business-profile__item strong {
	display: block;
	color: #13233f;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.55;
	overflow-wrap: anywhere;
}

.gmd-private-shop-business-profile__item.is-missing {
	border-style: dashed;
	background: #fbfdff;
}

.gmd-private-shop-business-profile__item.is-missing strong {
	color: #9aa4b5;
	font-weight: 600;
}

.gmd-private-shop-business-profile__form {
	margin-top: 10px;
	padding-top: 22px;
	border-top: 1px solid rgba(20, 35, 61, 0.08);
}

.gmd-private-shop-business-profile__form h4 {
	margin: 0 0 16px;
	color: #17459e;
	font-size: 18px;
	font-weight: 700;
}

.gmd-private-shop-business-profile__fields {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px 16px;
}

.gmd-private-shop-business-profile__fields .form-row {
	margin: 0;
}

.gmd-private-shop-business-profile__fields label {
	display: block;
	margin-bottom: 6px;
	color: #13233f;
	font-size: 13px;
	font-weight: 700;
}

.gmd-private-shop-business-profile__fields input,
.gmd-private-shop-business-profile__fields select,
.gmd-private-shop-business-profile__fields textarea {
	width: 100%;
	min-height: 46px;
	border: 1px solid rgba(23, 69, 158, 0.18);
	border-radius: 8px;
	background: #fbfdff;
	color: #13233f;
	padding: 11px 14px;
	box-shadow: none;
	font: inherit;
}

.gmd-private-shop-business-profile__fields textarea {
	min-height: 112px;
	resize: vertical;
}

.gmd-private-shop-business-profile__fields input:focus,
.gmd-private-shop-business-profile__fields select:focus,
.gmd-private-shop-business-profile__fields textarea:focus {
	border-color: #26aae1;
	background: #ffffff;
	box-shadow: 0 0 0 3px rgba(38, 170, 225, 0.14);
	outline: 0;
}

.gmd-private-shop-business-profile__form .button {
	margin-top: 18px;
}

@media (max-width: 767px) {
	.woocommerce-account #customer_login {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.woocommerce-account #customer_login .u-column1,
	.woocommerce-account #customer_login .u-column2,
	.woocommerce-account #customer_login .col-1,
	.woocommerce-account #customer_login .col-2 {
		padding: 20px;
	}

	.gmd-shop-access-gateway {
		grid-template-columns: 1fr;
		padding: 22px;
	}

	.gmd-shop-access-gateway__actions {
		justify-content: stretch;
	}

	.gmd-shop-access-gateway__button {
		width: 100%;
	}

	.gmd-private-shop-account-link {
		min-width: 42px;
		padding: 0 10px;
	}

	.gmd-private-shop-account-link__text {
		display: none;
	}

	.gmd-private-shop-account-panel {
		display: grid;
		grid-template-columns: 1fr;
		padding: 18px;
	}

	.gmd-private-shop-account-panel__actions,
	.gmd-private-shop-mini-account {
		display: grid;
		grid-template-columns: 1fr;
	}

	.gmd-private-shop-account-panel__actions a,
	.gmd-private-shop-mini-account a {
		width: 100%;
	}

	.gmd-private-shop-dashboard-links {
		padding: 18px;
	}

	.gmd-private-shop-dashboard-links__grid {
		grid-template-columns: 1fr;
	}

	.gmd-private-shop-business-profile {
		padding: 18px;
	}

	.gmd-private-shop-business-profile__header {
		display: grid;
		grid-template-columns: 1fr;
	}

	.gmd-private-shop-business-profile__edit {
		width: 100%;
	}

	.gmd-private-shop-business-profile__summary,
	.gmd-private-shop-business-profile__fields {
		grid-template-columns: 1fr;
	}

	.woocommerce-account.logged-in .woocommerce {
		width: min(100% - 24px, 1180px);
	}

	.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.woocommerce-account.logged-in .woocommerce-MyAccount-navigation a {
		width: 100%;
		min-height: 40px;
		padding: 10px 12px;
		font-size: 12px;
	}

	.woocommerce-account.logged-in .woocommerce-MyAccount-content {
		padding: 18px;
		font-size: 14px;
	}
}
