
.ph-ups-address-card {
	background: #fff;
	border: 1px solid #e2e4e7;
	border-left: 4px solid #2271b1;
	border-radius: 4px;
	margin: 16px 0;
	padding: 12px 36px 12px 14px;
	position: relative;
}

.ph-ups-card-header {
	align-items: center;
	display: flex;
	gap: 8px;
}

.ph-ups-notice-card .ph-ups-card-header {
	margin-bottom: 6px;
}

.ph-ups-options-card .ph-ups-card-header {
	margin-bottom: 10px;
}

.ph-ups-card-icon {
	flex-shrink: 0;
	line-height: 1.4;
}

.ph-ups-card-body {
	margin-left: 24px;
}

.ph-ups-comparison-grid {
	display: grid;
	gap: 10px;
	grid-template-columns: 1fr 1fr;
	margin-bottom: 10px;
	margin-left: 24px;
}

.ph-ups-option-panel {
	border: 1px solid #c3c4c7;
	border-radius: 4px;
	padding: 10px 12px;
}

.ph-ups-option-panel.ph-ups-panel-selected {
	border: 2px solid #2271b1;
}

.ph-ups-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-left: 24px;
}
