/* Apply styles only within imported post content */
.single-post .imported-post-content, .post .imported-post-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

/* Section titles in imported post content */
.single-post .imported-post-content .section-title, .post .imported-post-content .section-title {
    font-size: 1.6em;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

/* Rating section styling within imported post content */
.single-post .imported-post-content .rating-section .rating-box, .post .imported-post-content .rating-section .rating-box {
    background: #e1f5fe;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.single-post .imported-post-content .rating-number, .post .imported-post-content .rating-number {
    font-size: 2em;
    color: #01579b;
}

/* Link styling within imported post content */
.single-post .imported-post-content a, .post .imported-post-content a {
    color: #0277bd;
    text-decoration: none;
}

/* Exclude Kauai Connect links from blue color */
.single-post .imported-post-content .kauai-connect-link, .post .imported-post-content .kauai-connect-link {
    color: inherit;  /* Keeps the default color (or your theme's color) */
    text-decoration: none;
}

/* Link hover effect */
.single-post .imported-post-content a:hover, .post .imported-post-content a:hover {
    text-decoration: underline;
}

/* Button links for website inside imported post content */
.single-post .imported-post-content .button-link, .post .imported-post-content .button-link {
    display: inline-block;
    background-color: #0277bd;
    color: white;
    padding: 8px 20px;
    border-radius: 5px;
    text-align: center;
    transition: background-color 0.3s ease;
}

.single-post .imported-post-content .button-link:hover, .post .imported-post-content .button-link:hover {
    background-color: #01579b;
}

/* Address links within imported post content */
.single-post .imported-post-content .address-link, .post .imported-post-content .address-link {
    color: #0277bd;
    font-weight: bold;
    font-size: 1.1em;
}

.single-post .imported-post-content .address-link:hover, .post .imported-post-content .address-link:hover {
    color: #01579b;
}

/* Phone number links within imported post content */
.single-post .imported-post-content .phone-link, .post .imported-post-content .phone-link {
    font-size: 1.2em;
    font-weight: bold;
    color: #0277bd;
}

.single-post .imported-post-content .phone-link:hover, .post .imported-post-content .phone-link:hover {
    text-decoration: underline;
}

/* Map styling within imported post content */
.single-post .imported-post-content .map-box iframe, .post .imported-post-content .map-box iframe {
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

/* Hours of operation table inside imported post content */
.single-post .imported-post-content .hours-table, .post .imported-post-content .hours-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.single-post .imported-post-content .hours-table td, .post .imported-post-content .hours-table td {
    padding: 10px;
    border: 1px solid #ddd;
    font-size: 1.1em;
}

.single-post .imported-post-content .hours-table td:first-child, .post .imported-post-content .hours-table td:first-child {
    font-weight: bold;
    background-color: #e1f5fe;
}

/* Discount section inside imported post content */
.single-post .imported-post-content .discount, .post .imported-post-content .discount {
    background-color: #d1c4e9;
    padding: 15px;
    margin-top: 20px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.single-post .imported-post-content .discount strong, .post .imported-post-content .discount strong {
    font-size: 1.2em;
    color: #6a1b9a;
}

.wpforms-confirmation-container-full {
  background: none !important;
  border: none !important;
  padding: 0 !important;
}

