:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-85eec76 *//* 
   Premium & Full-Width Terms and Conditions UI
   Matches: Delaney Tours Ireland Brand Colors (Forest Green & Gold)
*/
:root {
    --brand-green: #114533;
    --brand-gold: #c0922e;
    --text-dark: #1a202c;
    --text-muted: #4a5568;
    --bg-light: #f4f7f6;
    --border-color: #e2e8f0;
}

/* Outer Wrapper */
.dt-privacy-wrapper {
    font-family: inherit;
    color: var(--text-muted);
    line-height: 1.8;
}

/* --- Full-Width Hero Section --- */
.dt-hero-banner {
    background-color: var(--brand-green);
    width: 100%;
    padding: 5rem 2rem;
    text-align: center;
}

.dt-hero-banner .dt-pre-title {
    color: var(--brand-gold);
    font-size: 1.05rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 1rem;
    display: block;
}

.dt-hero-banner h1 {
    color: #ffffff;
    font-size: 3.2rem;
    font-weight: 700;
    margin: 0 0 1.5rem 0;
    letter-spacing: -0.5px;
}

.dt-hero-banner .dt-date-badge {
    display: inline-flex;
    align-items: center;
    background-color: rgba(192, 146, 46, 0.15);
    color: var(--brand-gold);
    padding: 8px 24px;
    border-radius: 50px;
    font-size: 0.95rem;
    font-weight: 600;
    border: 1px solid rgba(192, 146, 46, 0.3);
}

/* --- Centered Content Section --- */
.dt-content-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 4rem 20px 6rem 20px;
    background: #ffffff;
}

/* Typography Improvements */
.dt-content-container h2 {
    color: var(--brand-green);
    font-size: 1.8rem;
    font-weight: 700;
    margin: 4rem 0 1.5rem 0;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--border-color);
    display: flex;
    align-items: center;
}

.dt-content-container h2::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 28px;
    background-color: var(--brand-gold);
    margin-right: 15px;
    border-radius: 4px;
}

.dt-content-container h3 {
    color: var(--brand-green);
    font-size: 1.4rem;
    font-weight: 700;
    margin: 3.5rem 0 1rem 0;
    padding: 10px 15px;
    background-color: var(--bg-light);
    border-left: 4px solid var(--brand-gold);
}

.dt-content-container h4 {
    color: var(--text-dark);
    font-size: 1.2rem;
    font-weight: 600;
    margin: 2rem 0 1rem 0;
}

.dt-content-container p {
    font-size: 1.1rem;
    margin-bottom: 1.2rem;
}

/* Premium Links */
.dt-content-container a {
    color: var(--brand-green);
    text-decoration: none;
    font-weight: 600;
    border-bottom: 2px solid rgba(192, 146, 46, 0.4);
    transition: all 0.3s ease;
}

.dt-content-container a:hover {
    color: var(--brand-gold);
    border-bottom-color: var(--brand-gold);
}

/* Stylish Highlight Lists */
.dt-content-container ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 2rem;
    background: var(--bg-light);
    padding: 1.8rem 2rem;
    border-radius: 12px;
    border-left: 4px solid var(--brand-green);
}

.dt-content-container ul li {
    position: relative;
    padding-left: 1.8rem;
    margin-bottom: 0.8rem;
    font-size: 1.05rem;
}

.dt-content-container ul li:last-child {
    margin-bottom: 0;
}

.dt-content-container ul li::before {
    content: '❖'; 
    position: absolute;
    left: 0;
    top: 2px;
    color: var(--brand-gold);
    font-size: 1.1rem;
}

/* Custom Icons Settings */
.dt-icon {
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    margin-bottom: 3px;
    color: var(--brand-green);
}

.dt-contact-block {
    line-height: 2.2;
}

/* Modern & Clean Table */
.dt-table-wrapper {
    overflow-x: auto;
    margin: 2.5rem 0;
    border-radius: 12px;
    border: 1px solid var(--border-color);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.03);
}

.dt-content-container table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
}

.dt-content-container th {
    background-color: var(--brand-green);
    color: #ffffff;
    padding: 18px 24px;
    text-align: left;
    font-size: 1.05rem;
    font-weight: 600;
}

.dt-content-container td {
    padding: 18px 24px;
    border-bottom: 1px solid var(--border-color);
    color: var(--text-dark);
    vertical-align: top;
    font-size: 1.05rem;
}

.dt-content-container tr:last-child td {
    border-bottom: none;
}

.dt-content-container tr:nth-child(even) td {
    background-color: #fafcfb;
}

.dt-content-container tr:hover td {
    background-color: rgba(192, 146, 46, 0.05);
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .dt-hero-banner { padding: 4rem 1.5rem; }
    .dt-hero-banner h1 { font-size: 2.4rem; }
    .dt-content-container { padding: 2rem 15px; }
    .dt-content-container h2 { font-size: 1.5rem; }
    .dt-content-container ul { padding: 1.5rem; }
}/* End custom CSS */