/**
 * Frontend Styles
 *
 * @package Akshay_Shipping_Details
 */

/* Minimal styling - remove box to blend with theme */
.akshay-shipping-details-content,
.akshay-shipping-details-shortcode,
.akshay-shipping-details-block {
	margin: 20px 0;
	line-height: 1.6; /* Better readability */
}

/* Essential styling for content elements - use theme-friendly colors */
.akshay-shipping-details-content ul,
.akshay-shipping-details-content ol,
.akshay-shipping-details-shortcode ul,
.akshay-shipping-details-shortcode ol,
.akshay-shipping-details-block ul,
.akshay-shipping-details-block ol {
	margin: 10px 0;
	padding-left: 20px;
}

.akshay-shipping-details-content li,
.akshay-shipping-details-shortcode li,
.akshay-shipping-details-block li {
	margin: 5px 0;
}

/* Responsive images with subtle styling */
.akshay-shipping-details-content img,
.akshay-shipping-details-shortcode img,
.akshay-shipping-details-block img {
	max-width: 100%;
	height: auto;
	margin: 10px 0;
	border-radius: 3px; /* Subtle image styling */
}

/* Table styling - functional but not theme-intrusive */
.akshay-shipping-details-content table,
.akshay-shipping-details-shortcode table,
.akshay-shipping-details-block table {
	width: 100%;
	border-collapse: collapse;
	margin: 10px 0;
}

.akshay-shipping-details-content table td,
.akshay-shipping-details-content table th,
.akshay-shipping-details-shortcode table td,
.akshay-shipping-details-shortcode table th,
.akshay-shipping-details-block table td,
.akshay-shipping-details-block table th {
	border: 1px solid #ddd;
	padding: 8px;
	text-align: left;
}

.akshay-shipping-details-content table th,
.akshay-shipping-details-shortcode table th,
.akshay-shipping-details-block table th {
	background: #f5f5f5;
	font-weight: 600;
}

/* Blockquote styling - distinctive but not conflicting */
.akshay-shipping-details-content blockquote,
.akshay-shipping-details-shortcode blockquote,
.akshay-shipping-details-block blockquote {
	margin: 20px 0;
	padding: 10px 20px;
	border-left: 4px solid #0073aa;
	background: #f0f0f0;
	font-style: italic;
}

/* Links - inherit theme colors, only add hover state */
.akshay-shipping-details-content a:hover,
.akshay-shipping-details-shortcode a:hover,
.akshay-shipping-details-block a:hover {
	text-decoration: underline;
}
