/**
 * Address Manager shortcode styles - [delivery_addresses]
 */
.address-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}
.address-form {
	background: #f8f8f8;
	padding: 20px;
	border-radius: 5px;
	margin-bottom: 20px;
}
.form-buttons {
	margin-top: 10px;
	display: flex;
	gap: 10px;
}
.address-manager {
	margin: 20px 0;
}
.address-form input {
	margin: 5px 10px 5px 0;
}
.addresses-table {
	width: 100%;
	border-collapse: collapse;
}
.addresses-table th,
.addresses-table td {
	padding: 10px;
	border: 1px solid #ddd;
}
