/**
 * Travel Monster Trip Description Frontend Styles
 * 
 * Styles for the trip description content on the frontend
 * 
 * @package Travel Monster
 */

/* Trip Description Container */
.trip-description,
.wte-trip-overview,
.wpte-trip-description {
    font-size: 16px;
    line-height: 1.7;
    color: #3c434a;
}

/* Paragraphs */
.trip-description p,
.wte-trip-overview p,
.wpte-trip-description p {
    margin-bottom: 1.5em;
}

.trip-description p:last-child,
.wte-trip-overview p:last-child,
.wpte-trip-description p:last-child {
    margin-bottom: 0;
}

/* Headings */
.trip-description h1,
.trip-description h2,
.trip-description h3,
.trip-description h4,
.trip-description h5,
.trip-description h6,
.wte-trip-overview h1,
.wte-trip-overview h2,
.wte-trip-overview h3,
.wte-trip-overview h4,
.wte-trip-overview h5,
.wte-trip-overview h6,
.wpte-trip-description h1,
.wpte-trip-description h2,
.wpte-trip-description h3,
.wpte-trip-description h4,
.wpte-trip-description h5,
.wpte-trip-description h6 {
    font-weight: 600;
    line-height: 1.3;
    margin: 1.5em 0 0.75em;
    color: #1d2327;
}

.trip-description h1,
.wte-trip-overview h1,
.wpte-trip-description h1 {
    font-size: 2em;
}

.trip-description h2,
.wte-trip-overview h2,
.wpte-trip-description h2 {
    font-size: 1.75em;
}

.trip-description h3,
.wte-trip-overview h3,
.wpte-trip-description h3 {
    font-size: 1.5em;
}

.trip-description h4,
.wte-trip-overview h4,
.wpte-trip-description h4 {
    font-size: 1.25em;
}

.trip-description h5,
.wte-trip-overview h5,
.wpte-trip-description h5 {
    font-size: 1.125em;
}

.trip-description h6,
.wte-trip-overview h6,
.wpte-trip-description h6 {
    font-size: 1em;
}

/* Lists */
.trip-description ul,
.trip-description ol,
.wte-trip-overview ul,
.wte-trip-overview ol,
.wpte-trip-description ul,
.wpte-trip-description ol {
    margin: 1.5em 0;
    padding-left: 1.5em;
}

.trip-description li,
.wte-trip-overview li,
.wpte-trip-description li {
    margin-bottom: 0.5em;
}

.trip-description ul li,
.wte-trip-overview ul li,
.wpte-trip-description ul li {
    list-style-type: disc;
}

.trip-description ol li,
.wte-trip-overview ol li,
.wpte-trip-description ol li {
    list-style-type: decimal;
}

/* Nested Lists */
.trip-description ul ul,
.trip-description ol ol,
.trip-description ul ol,
.trip-description ol ul,
.wte-trip-overview ul ul,
.wte-trip-overview ol ol,
.wte-trip-overview ul ol,
.wte-trip-overview ol ul,
.wpte-trip-description ul ul,
.wpte-trip-description ol ol,
.wpte-trip-description ul ol,
.wpte-trip-description ol ul {
    margin: 0.5em 0;
}

/* Links */
.trip-description a,
.wte-trip-overview a,
.wpte-trip-description a {
    color: #2271b1;
    text-decoration: underline;
    transition: color 0.2s ease;
}

.trip-description a:hover,
.wte-trip-overview a:hover,
.wpte-trip-description a:hover {
    color: #135e96;
}

/* Blockquote */
.trip-description blockquote,
.wte-trip-overview blockquote,
.wpte-trip-description blockquote {
    margin: 1.5em 0;
    padding: 1em 1.5em;
    border-left: 4px solid #2271b1;
    background: #f6f7f7;
    font-style: italic;
}

.trip-description blockquote p,
.wte-trip-overview blockquote p,
.wpte-trip-description blockquote p {
    margin: 0;
}

.trip-description blockquote cite,
.wte-trip-overview blockquote cite,
.wpte-trip-description blockquote cite {
    display: block;
    margin-top: 0.75em;
    font-size: 0.875em;
    color: #646970;
    font-style: normal;
}

/* Images */
.trip-description img,
.wte-trip-overview img,
.wpte-trip-description img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}

.trip-description .wp-block-image,
.wte-trip-overview .wp-block-image,
.wpte-trip-description .wp-block-image {
    margin: 1.5em 0;
}

.trip-description .wp-block-image img,
.wte-trip-overview .wp-block-image img,
.wpte-trip-description .wp-block-image img {
    display: block;
}

.trip-description .wp-block-image figcaption,
.wte-trip-overview .wp-block-image figcaption,
.wpte-trip-description .wp-block-image figcaption {
    text-align: center;
    font-size: 0.875em;
    color: #646970;
    margin-top: 0.5em;
}

/* Gallery */
.trip-description .wp-block-gallery,
.wte-trip-overview .wp-block-gallery,
.wpte-trip-description .wp-block-gallery {
    margin: 1.5em 0;
}

/* Tables */
.trip-description table,
.wte-trip-overview table,
.wpte-trip-description table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5em 0;
}

.trip-description th,
.trip-description td,
.wte-trip-overview th,
.wte-trip-overview td,
.wpte-trip-description th,
.wpte-trip-description td {
    padding: 0.75em;
    border: 1px solid #c5c5c5;
    text-align: left;
}

.trip-description th,
.wte-trip-overview th,
.wpte-trip-description th {
    background: #f6f7f7;
    font-weight: 600;
}

.trip-description tr:nth-child(even),
.wte-trip-overview tr:nth-child(even),
.wpte-trip-description tr:nth-child(even) {
    background: #fafafa;
}

/* Code */
.trip-description code,
.wte-trip-overview code,
.wpte-trip-description code {
    background: #f6f7f7;
    padding: 0.2em 0.4em;
    border-radius: 3px;
    font-family: 'Courier New', Courier, monospace;
    font-size: 0.9em;
}

.trip-description pre,
.wte-trip-overview pre,
.wpte-trip-description pre {
    background: #f6f7f7;
    padding: 1em;
    border-radius: 4px;
    overflow-x: auto;
    font-family: 'Courier New', Courier, monospace;
    font-size: 0.9em;
    line-height: 1.5;
    margin: 1.5em 0;
}

.trip-description pre code,
.wte-trip-overview pre code,
.wpte-trip-description pre code {
    background: none;
    padding: 0;
}

/* Horizontal Rule */
.trip-description hr,
.wte-trip-overview hr,
.wpte-trip-description hr {
    margin: 2em 0;
    border: none;
    border-top: 2px solid #c5c5c5;
}

/* Embeds */
.trip-description .wp-block-embed,
.wte-trip-overview .wp-block-embed,
.wpte-trip-description .wp-block-embed {
    margin: 1.5em 0;
}

.trip-description .wp-block-embed__wrapper,
.wte-trip-overview .wp-block-embed__wrapper,
.wpte-trip-description .wp-block-embed__wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.trip-description .wp-block-embed__wrapper iframe,
.wte-trip-overview .wp-block-embed__wrapper iframe,
.wpte-trip-description .wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Video and Audio */
.trip-description video,
.trip-description audio,
.wte-trip-overview video,
.wte-trip-overview audio,
.wpte-trip-description video,
.wpte-trip-description audio {
    max-width: 100%;
    margin: 1em 0;
}

/* Buttons */
.trip-description .wp-block-button,
.wte-trip-overview .wp-block-button,
.wpte-trip-description .wp-block-button {
    margin: 1em 0;
}

.trip-description .wp-block-button__link,
.wte-trip-overview .wp-block-button__link,
.wpte-trip-description .wp-block-button__link {
    display: inline-block;
    padding: 0.75em 1.5em;
    background: #2271b1;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 500;
    transition: background-color 0.2s ease;
}

.trip-description .wp-block-button__link:hover,
.wte-trip-overview .wp-block-button__link:hover,
.wpte-trip-description .wp-block-button__link:hover {
    background: #135e96;
    color: #fff;
}

/* Columns */
.trip-description .wp-block-columns,
.wte-trip-overview .wp-block-columns,
.wpte-trip-description .wp-block-columns {
    display: flex;
    gap: 2em;
    margin: 1.5em 0;
}

.trip-description .wp-block-column,
.wte-trip-overview .wp-block-column,
.wpte-trip-description .wp-block-column {
    flex: 1;
}

@media (max-width: 768px) {
    .trip-description .wp-block-columns,
    .wte-trip-overview .wp-block-columns,
    .wpte-trip-description .wp-block-columns {
        flex-direction: column;
        gap: 1em;
    }
}

/* Separator */
.trip-description .wp-block-separator,
.wte-trip-overview .wp-block-separator,
.wpte-trip-description .wp-block-separator {
    margin: 2em 0;
    border: none;
    border-top: 2px solid #c5c5c5;
}

/* Alignment */
.trip-description .alignleft,
.wte-trip-overview .alignleft,
.wpte-trip-description .alignleft {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1em;
}

.trip-description .alignright,
.wte-trip-overview .alignright,
.wpte-trip-description .alignright {
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1em;
}

.trip-description .aligncenter,
.wte-trip-overview .aligncenter,
.wpte-trip-description .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.trip-description .alignwide,
.wte-trip-overview .alignwide,
.wpte-trip-description .alignwide {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.trip-description .alignfull,
.wte-trip-overview .alignfull,
.wpte-trip-description .alignfull {
    max-width: 100%;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}

/* Clear floats */
.trip-description::after,
.wte-trip-overview::after,
.wpte-trip-description::after {
    content: '';
    display: table;
    clear: both;
}

/* Responsive Typography */
@media (max-width: 768px) {
    .trip-description,
    .wte-trip-overview,
    .wpte-trip-description {
        font-size: 15px;
    }
    
    .trip-description h1,
    .wte-trip-overview h1,
    .wpte-trip-description h1 {
        font-size: 1.75em;
    }
    
    .trip-description h2,
    .wte-trip-overview h2,
    .wpte-trip-description h2 {
        font-size: 1.5em;
    }
    
    .trip-description h3,
    .wte-trip-overview h3,
    .wpte-trip-description h3 {
        font-size: 1.375em;
    }
}
