.elementor-11366 .elementor-element.elementor-element-188e114c{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-11366 .elementor-element.elementor-global-6052{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-11366 .elementor-element.elementor-element-32e4509{--display:flex;}.elementor-11366 .elementor-element.elementor-element-b7c5f1b{--display:flex;}/* Start custom CSS *//* --- Comparison Table Styles --- */
.pitch-table-container {
    overflow-x: auto;
    margin-bottom: 25px; /* Reduced from 40px */
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}
.pitch-comparison-table {
    width: 100%;
    border-collapse: collapse;
    font-family: inherit;
    background: #fff;
    min-width: 600px;
}
.pitch-comparison-table th {
    background-color: #1a1a1a; /* PITCH Black */
    color: #fff;
    padding: 15px;
    text-align: center; /* Centered headers as requested */
    font-size: 18px;
}
.pitch-comparison-table td {
    padding: 15px;
    border-bottom: 1px solid #eee;
    color: #333;
    line-height: 1.5;
}
.pitch-comparison-table tr:nth-child(even) {
    background-color: #f9f9f9;
}
.pitch-comparison-table tr:hover {
    background-color: #fff5f5; /* Subtle red tint on hover */
}

/* HERO ROW: Highlight the primary recommendation */
.pitch-hero-row {
    background-color: #fff0f0 !important;
    border-left: 5px solid #BA0000;
}
.pitch-hero-row td {
    font-weight: 500;
}

/* List styling inside table */
.pitch-comparison-table ul { margin: 0; padding-left: 20px; }
.pitch-comparison-table ul li { margin-bottom: 5px; }

/* Disclaimer text under table */
.pitch-table-disclaimer {
    font-size: 13px;
    color: #666;
    margin-top: 5px; /* Tighter spacing */
    font-style: italic;
    line-height: 1.4;
}

/* --- Pro Tip Box Styles --- */
.pitch-pro-tip {
    background-color: #fff;
    border: 1px solid #ddd;
    border-left: 5px solid #BA0000; /* PITCH Red */
    padding: 20px;
    margin: 15px 0; /* Reduced from 30px 0 */
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}
.tip-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.tip-icon {
    background-color: #BA0000;
    color: white;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 8px;
    border-radius: 3px;
    margin-right: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.pitch-pro-tip h4 {
    margin: 0;
    color: #1a1a1a;
    font-size: 18px;
    font-weight: 700;
}
.pitch-pro-tip p {
    margin: 10px 0 0 0;
    color: #555;
    line-height: 1.6;
}

/* --- FAQ Accordion Styles --- */
.pitch-faq-section {
    margin-top: 30px; /* Reduced from 50px */
    font-family: inherit;
}
.pitch-section-title {
    font-size: 24px;
    border-bottom: 2px solid #BA0000;
    display: inline-block;
    margin-bottom: 20px;
    padding-bottom: 5px;
    color: #1a1a1a;
    font-weight: 700;
}
.pitch-accordion-item {
    border-bottom: 1px solid #e0e0e0;
}
.pitch-accordion-button {
    background-color: #fff;
    color: #1a1a1a;
    cursor: pointer;
    padding: 15px 18px; /* Slightly tighter vertical padding */
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 18px;
    font-weight: 600;
    transition: 0.4s;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pitch-accordion-button:hover, .pitch-accordion-button.active {
    background-color: #f9f9f9;
    color: #BA0000;
}
.pitch-icon {
    font-size: 24px;
    font-weight: bold;
    color: #BA0000;
}
.pitch-accordion-content {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}
.pitch-accordion-content p {
    padding: 15px 0;
    margin: 0;
    color: #555;
    line-height: 1.6;
}

/* Mobile Adjustments */
@media screen and (max-width: 600px) {
  .pitch-comparison-table th, .pitch-comparison-table td { padding: 10px; font-size: 14px; text-align: left; }
  .pitch-accordion-button { font-size: 16px; padding: 15px; }
}/* End custom CSS */