.wp-block-soulcountry-product-summary {
    margin: 1rem 0;
    padding: 0;
    color: inherit; /* Use theme default text color */
}

.wp-block-soulcountry-product-summary .product-summary-content {
    line-height: 1.6;
    color: inherit; /* Inherit from parent */
}

.wp-block-soulcountry-product-summary .product-summary-content p {
    margin: 0 0 1em 0;
    color: inherit; /* Inherit from parent */
}

.wp-block-soulcountry-product-summary .product-summary-content p:last-child {
    margin-bottom: 0;
}

.wp-block-soulcountry-product-summary .product-summary-content h1,
.wp-block-soulcountry-product-summary .product-summary-content h2,
.wp-block-soulcountry-product-summary .product-summary-content h3,
.wp-block-soulcountry-product-summary .product-summary-content h4,
.wp-block-soulcountry-product-summary .product-summary-content h5,
.wp-block-soulcountry-product-summary .product-summary-content h6 {
    color: inherit; /* Inherit from parent */
}

/* Alignment classes for additional styling support */
.wp-block-soulcountry-product-summary.align-left {
    text-align: left;
}

.wp-block-soulcountry-product-summary.align-center {
    text-align: center;
}

.wp-block-soulcountry-product-summary.align-right {
    text-align: right;
}

/* Editor preview styling */
.wp-block-soulcountry-product-summary-preview {
    border: 1px dashed #ccc;
    padding: 1rem;
    background: #f9f9f9;
    border-radius: 4px;
}

.wp-block-soulcountry-product-summary-preview h3 {
    margin: 0 0 0.5rem 0;
    color: #1e1e1e;
} 