/*
Theme Name: Theme 3 - Text Only (Simplified)
Theme URI: https://multidots.com
Author: Multidots
Author URI: https://multidots.com
Description: Multidots theme - Simplified version without build process
Tags: blog, theme
Version: 1.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tripeak-main-three-v2
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* ==========================================================================
   Reset & Base Styles
   ========================================================================== */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

html {
    -webkit-font-smoothing: none;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    overflow-x: hidden;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 18px;
    line-height: 1.7;
    font-weight: 400;
    background-color: var(--body-bg-color);
    color: var(--text-color);
}

/* ==========================================================================
   Typography
   ========================================================================== */

h1 {
    font-size: 42px;
    line-height: 1.3;
    margin-bottom: 0;
    color: var(--heading-color);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
}

h2, h3, h4, h5, h6 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, Roboto, "Helvetica Neue", Arial, sans-serif;
    color: var(--heading-color);
    font-weight: 600;
}

h2 {
    font-size: 32px;
    line-height: 1.4;
    margin-bottom: 1.2em;
    letter-spacing: -0.01em;
}

h3 {
    font-size: 26px;
    line-height: 1.4;
    margin-bottom: 1em;
    letter-spacing: -0.01em;
}

h4 {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 0.8em;
}

h5 {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 0.8em;
}

h6 {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 0.8em;
}

a {
    color: var(--text-link-color);
    text-decoration: underline;
}

a:hover {
    color: var(--text-hover-link-color);
}

/* Paragraphs */
p {
    margin-bottom: 1.5em;
    line-height: 1.7;
}

p:last-child {
    margin-bottom: 0;
}

/* ==========================================================================
   Layout
   ========================================================================== */

.container {
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container-fluid {
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

img {
    border-style: none;
    max-width: 100%;
    height: auto;
}

/* ==========================================================================
   Forms
   ========================================================================== */

input[type="search"], input[type="text"], input[type="password"] {
    padding: 8px;
    flex-grow: 1;
    min-width: 3em;
    border: 1px solid #949494;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
}

input[type="submit"], button[type="submit"] {
    background: #f7f7f7;
    border: 1px solid #ccc;
    padding: 8px .625em;
    color: #32373c;
    margin-left: .625em;
    word-break: normal;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    cursor: pointer;
}

/* ==========================================================================
   Header
   ========================================================================== */

.tripeak-main-three-header {
    padding: 40px 0 15px 0;
    text-align: left;
    margin-bottom: 0;
}

.tripeak-main-three-header .container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 15px;
}

.tripeak-main-three-header .tripeak-main-three-header-wrap {
    max-width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.tripeak-main-three-header .tripeak-site-branding-center {
    margin-bottom: 0;
    text-align: left;
    gap: 0;
}

.tripeak-main-three-header .tripeak-site-branding-center .site-branding-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
}

.tripeak-main-three-header .tripeak-site-branding-center .site-logo {
    flex-shrink: 0;
}

.tripeak-main-three-header .tripeak-site-branding-center .site-logo .custom-logo-link {
    display: block;
    line-height: 0;
}

.tripeak-main-three-header .tripeak-site-branding-center .site-logo .custom-logo {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
}

.tripeak-main-three-header .tripeak-site-branding-center .site-identity {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tripeak-main-three-header .tripeak-site-branding-center .site-title {
    margin: 0;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.2;
    text-align: left;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, Roboto, "Helvetica Neue", Arial, sans-serif;
}

.tripeak-main-three-header .tripeak-site-branding-center .site-title a {
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.tripeak-main-three-header .tripeak-site-branding-center .site-title a:hover {
    color: #666;
}

.tripeak-main-three-header .tripeak-site-branding-center .site-description {
    margin: 6px 0 0 0;
    font-size: 15px;
    line-height: 1.5;
    color: #666;
    text-align: left;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
}

/* Navigation */
.tripeak-main-three-header .header-nav-wrap {
    margin-top: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0 20px;
}

.tripeak-main-three-header .tripeak-main-three-menu {
    width: auto;
}

.tripeak-main-three-header .tripeak-main-three-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    gap: 30px;
}

.tripeak-main-three-header .tripeak-main-three-menu ul li::after {
    display: none !important;
}

.tripeak-main-three-header .tripeak-main-three-menu ul li a {
    height: 32px;
    line-height: 32px;
    display: inline-flex;
    align-items: center;
}

/* Menu Styles */
.tripeak-main-three-menu ul {
    position: relative;
}

.tripeak-main-three-menu ul li {
    position: relative;
    display: inline-block;
    margin-right: 15px;
    padding-right: 20px;
}

.tripeak-main-three-menu ul li::after {
    content: "/";
    position: absolute;
    top: 0;
    right: 0;
    color: var(--header-text-color);
}

.tripeak-main-three-menu ul li a {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    text-transform: uppercase;
    color: #000000;
    position: relative;
    z-index: 999;
    text-decoration: none;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, Roboto, "Helvetica Neue", Arial, sans-serif;
    letter-spacing: 0.5px;
}

.tripeak-main-three-menu ul li a:hover {
    color: #000000;
    text-decoration: none;
}

.tripeak-main-three-menu ul li:last-child {
    margin-right: 0;
    padding-right: 0;
}

.tripeak-main-three-menu ul li:last-child::after {
    display: none;
}

/* Search */
.tripeak-main-three-header .tripeak-theme-header__search-container {
    margin-top: 0;
    align-self: auto;
    margin-left: 20px;
    height: 32px;
    display: flex;
    align-items: center;
}

.tripeak-main-three-header .tripeak-theme-header__search-container .header-search-button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0 8px;
    height: 32px;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tripeak-main-three-header .tripeak-theme-header__search-container .header-search-button svg {
    width: 18px;
    height: 18px;
    display: none !important;
}

.tripeak-theme-header__search-container {
    position: relative;
    display: inline-block;
}

.tripeak-theme-header__search-container:focus-within .tripeak-theme-header__search-overlay {
    width: 100%;
    opacity: 1;
    left: 0;
}

.tripeak-theme-header__search-container button {
    background-color: transparent;
    border: 0;
    color: currentColor;
    cursor: pointer;
}

.tripeak-theme-header__search-container .search-form {
    display: flex;
}

.tripeak-theme-header__search-container .search-form label {
    width: 310px;
}

.tripeak-theme-header__search-container .search-submit {
    margin: 0;
    color: #fff;
    border: none;
    background-color: #333;
    border-radius: 0 6px 6px 0;
    font-size: 16px;
    padding: 8px 20px;
}

.tripeak-theme-header__search-overlay {
    width: 0;
    position: fixed;
    top: 0;
    left: -100%;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
    backdrop-filter: blur(3px);
    transition: width 0.3s ease, opacity 0.3s ease, padding 0.3s ease;
    opacity: 0;
}

.tripeak-theme-header__search-overlay input[type="search"] {
    width: 100%;
    height: 60px;
    padding: 15px;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: currentColor;
    outline: none;
    border-radius: 6px 0 0 6px;
}

.tripeak-theme-header__inner-search-overlay {
    display: flex;
    max-width: 100%;
    background-color: #fff;
    border-radius: 6px;
}

/* ==========================================================================
   Footer
   ========================================================================== */

.tripeak-main-three-footer {
    padding: 60px 0;
    text-align: left;
    border-top: 1px solid #e7e7e9;
    margin-top: 40px;
    background-color: #f5f5f5;
}

.tripeak-main-three-footer .container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}

.tripeak-main-three-footer .footer-header {
    margin-bottom: 40px;
}

.tripeak-main-three-footer .footer-header .site-branding {
    margin-bottom: 30px;
}

.tripeak-main-three-footer .footer-header .site-branding .site-title {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 12px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #000;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, Roboto, "Helvetica Neue", Arial, sans-serif;
}

.tripeak-main-three-footer .footer-header .site-branding .site-title a {
    color: inherit;
    text-decoration: none;
}

.tripeak-main-three-footer .footer-header .site-branding .site-title a:hover {
    color: inherit;
    text-decoration: none;
}

.tripeak-main-three-footer .footer-header .site-branding .site-tagline {
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    color: #000;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
}

.tripeak-main-three-footer .footer-header .footer-separator {
    width: 100%;
    height: 1px;
    background-color: #666;
    margin: 20px 0;
}

/* Footer Columns */
.tripeak-main-three-footer .footer-content .footer-columns {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 40px;
    gap: 40px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, Roboto, "Helvetica Neue", Arial, sans-serif;
}

.tripeak-main-three-footer .footer-content .footer-columns .footer-column h3 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 20px 0;
    color: #000;
    line-height: 1.4;
}

.tripeak-main-three-footer .footer-content .footer-columns .footer-column ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tripeak-main-three-footer .footer-content .footer-columns .footer-column ul li {
    margin-bottom: 12px;
}

.tripeak-main-three-footer .footer-content .footer-columns .footer-column ul li a {
    color: #666;
    text-decoration: underline;
    text-decoration-color: #cf2e2e;
    text-decoration-thickness: 1.5px;
    text-underline-offset: 2px;
    font-size: 16px;
    line-height: 1.4;
    transition: color 0.3s ease, text-decoration-color 0.3s ease;
}

.tripeak-main-three-footer .footer-content .footer-columns .footer-column ul li a:hover {
    color: #333;
    text-decoration-color: #a02424;
}

/* Social Links in Footer */
.tripeak-main-three-footer .footer-content .footer-columns .footer-column.social-links ul.social-menu li a {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: underline;
}

.tripeak-main-three-footer .footer-content .footer-columns .footer-column.social-links ul.social-menu li a svg {
    width: 16px;
    height: 16px;
    fill: #666;
    flex-shrink: 0;
}

.tripeak-main-three-footer .footer-content .footer-columns .footer-column.social-links ul.social-menu li a .social-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.tripeak-main-three-footer .footer-content .footer-columns .footer-column.social-links ul.social-menu li a .social-icon.patronview-icon {
    filter: brightness(0) saturate(100%) invert(40%);
}

.tripeak-main-three-footer .footer-content .footer-columns .footer-column.social-links ul.social-menu li a:hover {
    color: #666;
}

.tripeak-main-three-footer .footer-content .footer-columns .footer-column.social-links ul.social-menu li a:hover svg {
    fill: #333;
}

.tripeak-main-three-footer .footer-content .footer-columns .footer-column.social-links ul.social-menu li a:hover .social-icon.patronview-icon {
    filter: brightness(0) saturate(100%) invert(20%);
}

.tripeak-main-three-footer .footer-content .footer-columns .footer-column.footer-nav ul.footer-menu li a {
    font-weight: 500;
}

/* ==========================================================================
   Main Content
   ========================================================================== */

main.tripeak-main-three {
    padding: 20px 0 30px;
}

/* Table of Contents */
body.blog div#ez-toc-container {
    display: none;
}

#ez-toc-container {
    background-color: #F7F7F7;
}

#ez-toc-container .ez-toc-title {
    color: #333;
}

#ez-toc-container a {
    color: #000;
}

main.tripeak-main-three #ez-toc-container {
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    padding: 20px;
    position: relative;
    border: none;
    width: auto;
}

main.tripeak-main-three #ez-toc-container .ez-toc-cssicon {
    border: none;
    width: 10px;
    left: 0;
    font-size: 0;
}

main.tripeak-main-three #ez-toc-container .ez-toc-icon-toggle-span {
    border: none;
    position: relative;
    width: auto;
}

main.tripeak-main-three #ez-toc-container .ez-toc-icon-toggle-span svg {
    display: none;
}

main.tripeak-main-three #ez-toc-container .ez-toc-icon-toggle-span::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 6px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'><path d='M1.5575 0.442505L5 3.87751L8.4425 0.442505L9.5 1.5L5 6.00001L0.5 1.5L1.5575 0.442505Z' fill='black'/></svg>");
    background-repeat: no-repeat;
    background-size: contain;
}

main.tripeak-main-three #ez-toc-container .ez-toc-title {
    font-size: 18px;
    line-height: 32px;
    display: inline-block;
    text-transform: uppercase;
}

main.tripeak-main-three #ez-toc-container nav > ul {
    margin-top: 10px;
    padding-top: 10px;
}

main.tripeak-main-three #ez-toc-container ul li {
    line-height: normal;
    margin-bottom: 5px;
    list-style: none;
}

main.tripeak-main-three #ez-toc-container ul li a {
    font-size: 16px;
    line-height: 24px;
    padding-left: 5px;
    font-weight: 500;
    text-decoration: underline;
}

main.tripeak-main-three #ez-toc-container ul li:last-child {
    margin-bottom: 0;
}

main.tripeak-main-three #ez-toc-container ul ul {
    margin-top: 6px;
}

/* Blocks */
main.tripeak-main-three .wp-block-buttons {
    margin-bottom: 25px;
}

main.tripeak-main-three .wp-block-buttons > .wp-block-button {
    width: auto;
}

/* Button Styles */
.wp-block-button__link {
    background-color: #000000;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    padding: 14px 28px;
    border-radius: 4px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, Roboto, "Helvetica Neue", Arial, sans-serif;
    border: 2px solid #000000;
    transition: all 0.3s ease;
    display: inline-block;
    cursor: pointer;
    line-height: 1.4;
}

.wp-block-button__link:hover,
.wp-block-button__link:focus {
    background-color: #333333;
    border-color: #333333;
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.wp-block-button__link:active {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Outline Button Style */
.wp-block-button.is-style-outline .wp-block-button__link {
    background-color: transparent;
    color: #000000;
    border: 2px solid #000000;
}

.wp-block-button.is-style-outline .wp-block-button__link:hover,
.wp-block-button.is-style-outline .wp-block-button__link:focus {
    background-color: #000000;
    color: #ffffff;
    border-color: #000000;
}

main.tripeak-main-three .wp-block-list {
    margin-left: 54px;
}

main.tripeak-main-three figcaption {
    text-align: left;
}

main.tripeak-main-three pre.wp-block-code {
    margin-bottom: 20px;
    font-size: 16px;
}

main.tripeak-main-three .wp-block-image img {
    border-radius: 8px;
}

main.tripeak-main-three .wp-block-cover {
    border-radius: 8px;
    margin-bottom: 20px;
}

main.tripeak-main-three .wp-block-gallery {
    margin-bottom: 20px;
}

main.tripeak-main-three .wp-block-gallery .wp-block-image {
    border-radius: 8px;
    overflow: hidden;
}

main.tripeak-main-three .wp-block-gallery .wp-block-image img {
    margin-bottom: 0;
}

main.tripeak-main-three .wp-block-video video {
    border-radius: 8px;
}

main.tripeak-main-three .wp-block-video video figcaption {
    text-align: left;
}

main.tripeak-main-three .wp-block-media-text {
    margin-bottom: 20px;
}

main.tripeak-main-three .wp-block-media-text .wp-block-media-text__media img {
    border-radius: 8px;
}

main.tripeak-main-three .entry-content p:last-child {
    margin-bottom: 0;
}

/* Page-specific paragraph styling */
body.page .entry-content p {
    line-height: 1.7;
    margin-bottom: 1.5em;
}

body.page .entry-content p:last-child {
    margin-bottom: 0;
}

/* Homepage content spacing */
.page-content {
    margin-bottom: 60px;
}

.page-content p:last-child {
    margin-bottom: 0;
}

main.tripeak-main-three .entry-content .wp-block-group__inner-container > *:last-child {
    margin-bottom: 0;
}

main.tripeak-main-three .entry-content .wp-block-group {
    margin-bottom: 30px;
}

main.tripeak-main-three .entry-content .wp-block-table {
    border: none;
}

main.tripeak-main-three .entry-content .wp-block-table table {
    border: none;
    border-collapse: collapse;
}

main.tripeak-main-three .entry-content .wp-block-table th,
main.tripeak-main-three .entry-content .wp-block-table td {
    border: none;
}

main.tripeak-main-three .entry-content .wp-block-table thead,
main.tripeak-main-three .entry-content .wp-block-table tbody,
main.tripeak-main-three .entry-content .wp-block-table tfoot {
    border: none;
}

main.tripeak-main-three .entry-content .wp-block-embed.wp-block-embed-youtube {
    aspect-ratio: 16/9;
    width: 100%;
    max-width: 100%;
}

main.tripeak-main-three .entry-content .wp-block-embed.wp-block-embed-youtube .wp-block-embed__wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

main.tripeak-main-three .entry-content .wp-block-embed.wp-block-embed-youtube .wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

main.tripeak-main-three .entry-content .wp-block-embed.wp-block-embed-youtube iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
}

main.tripeak-main-three .entry-content .wp-block-embed.wp-block-embed-vimeo,
main.tripeak-main-three .entry-content .wp-block-embed.wp-block-embed-dailymotion {
    aspect-ratio: 16/9;
    width: 100%;
    max-width: 100%;
}

main.tripeak-main-three .entry-content .wp-block-embed.wp-block-embed-vimeo iframe,
main.tripeak-main-three .entry-content .wp-block-embed.wp-block-embed-dailymotion iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
}

main.tripeak-main-three .wp-block-image :where(figcaption) {
    text-align: left;
}

main.tripeak-main-three .wp-block-gallery.has-nested-images figcaption,
main.tripeak-main-three .wp-block-audio :where(figcaption) {
    text-align: left;
}

/* Latest Posts Section */
body .tripeak-main-three-post-article .popular-articles-heading {
    font-size: 26px;
    line-height: 1.4;
    margin-bottom: 1.2em;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--heading-color);
    letter-spacing: 0.5px;
}

body .tripeak-main-three-post-article .wp-block-latest-posts.wp-block-latest-posts__list {
    display: block;
    grid-template-columns: none;
    grid-gap: 0;
    padding-left: 0;
    margin-bottom: 30px;
    color: var(--text-color);
}

body .tripeak-main-three-post-article .wp-block-latest-posts.wp-block-latest-posts__list li {
    background: none;
    border: none;
    border-bottom: 1px dotted #ccc;
    border-radius: 0;
    margin: 0;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 18px 0;
    color: inherit;
}

body .tripeak-main-three-post-article .wp-block-latest-posts.wp-block-latest-posts__list li a {
    color: inherit;
}

body .tripeak-main-three-post-article .wp-block-latest-posts.wp-block-latest-posts__list li * {
    color: inherit;
}

.latest-posts-date {
    width: 90px;
    min-width: 90px;
    max-width: 90px;
    display: inline-block;
    text-align: left;
    color: #222;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-right: 20px;
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, Roboto, "Helvetica Neue", Arial, sans-serif;
}

.latest-posts-title {
    width: calc(100% - 100px);
    min-width: 120px;
    display: inline-block;
    font-weight: 500;
    line-height: 1.5;
    color: #111;
    text-align: left;
    vertical-align: top;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, Roboto, "Helvetica Neue", Arial, sans-serif;
}

.latest-posts-emoji {
    font-size: 16px;
}

/* Post Wrapper */
.tripeak-main-three-post-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}

.tripeak-main-three-post-wrapper nav.posts-navigation {
    display: inline-block;
    width: 100%;
    grid-column: 1 / 3;
}

.tripeak-main-three-post-wrapper nav.posts-navigation .nav-links {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.tripeak-main-three-post-wrapper article {
    background-color: var(--post-card-bg-color);
    border-radius: 6px;
    border: 1px solid #e7e7e9;
}

.tripeak-main-three-post-wrapper article .tripeak-main-three-post-content {
    padding: 15px;
}

.tripeak-main-three-post-wrapper article .tripeak-main-three-post-content h2 {
    margin-bottom: 5px;
}

.tripeak-main-three-post-wrapper article .post-thumbnail {
    position: relative;
    width: 100%;
    padding-top: 75%;
    overflow: hidden;
    display: block;
}

.tripeak-main-three-post-wrapper article .post-thumbnail img {
    border-radius: 6px 6px 0 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.tripeak-main-three-post-wrapper article .wp-block-latest-posts__read-more {
    font-size: 15px;
    line-height: 24px;
    display: block;
}

.tripeak-main-three-post-wrapper article span.date {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 7.5px;
    margin-top: 0;
    text-transform: uppercase;
}

.tripeak-main-three-post-wrapper .wp-block-latest-posts__post-excerpt {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 0;
    display: inline-block;
}

/* Single Post */
.tripeak-main-three-post-article h2 {
    line-height: 1.4;
}

.tripeak-main-three-post-article h2 a {
    font-size: 32px;
    line-height: 1.4;
    font-weight: 600;
    word-break: break-word;
    color: var(--heading-color);
}

.tripeak-main-three-post-article span.date {
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0;
}

.tripeak-main-three-post-article .post-thumbnail img {
    max-width: 100%;
    width: auto;
}

.tripeak-main-three-post-article span.posted-on time.updated {
    margin-left: 10px;
    border-left: 2px solid #000;
    padding-left: 10px;
}

.tripeak-main-three-post-article .entry-content p,
.tripeak-main-three-post-article .entry-summary p {
    margin-bottom: 1.5em;
    line-height: 1.7;
}

.tripeak-main-three-post-article .entry-content ul,
.tripeak-main-three-post-article .entry-content ol,
.tripeak-main-three-post-article .entry-summary ul,
.tripeak-main-three-post-article .entry-summary ol {
    padding-bottom: 1.5em;
}

.tripeak-main-three-post-article .entry-content ul > li ul,
.tripeak-main-three-post-article .entry-content ol > li ul,
.tripeak-main-three-post-article .entry-summary ul > li ul,
.tripeak-main-three-post-article .entry-summary ol > li ul {
    padding-bottom: 0;
}

.tripeak-main-three-post-article .entry-content img,
.tripeak-main-three-post-article .entry-summary img {
    max-width: 100%;
    width: auto;
}

.tripeak-main-three-post-article .entry-content pre,
.tripeak-main-three-post-article .entry-summary pre {
    white-space: pre-wrap;
}

.single-post-section .tripeak-main-three-post-article h1 {
    font-size: 42px;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 0;
}

.single-post-section figure.wp-block-post-featured-image,
.single-post-section .wp-block-image {
    aspect-ratio: auto;
}

.single-post-section figure.wp-block-post-featured-image img,
.single-post-section .wp-block-image img {
    border-radius: 8px;
    width: 100%;
    margin-bottom: 10px;
}

.single-post-section figure.wp-block-post-featured-image figcaption,
.single-post-section .wp-block-image figcaption {
    margin-bottom: 0;
    line-height: 20px;
    text-align: left;
    margin-top: 0;
}

.single-post-section .wp-block-list {
    margin-left: 30px;
}

.single-post-section .wp-block-list li {
    margin-bottom: 8px;
    line-height: 1.6;
}

.single-post-section .wp-block-list li:last-child {
    margin-bottom: 0;
}

/* 404 Page */
.error-404 {
    text-align: center;
    padding: 100px 10px;
}

.error-404 p {
    font-size: 16px;
    margin-bottom: 30px;
}

.error-404 input[type="search"] {
    border-radius: 4px;
    width: 340px;
}

.error-404 input[type="submit"] {
    border-radius: 4px;
    font-size: 16px;
}

/* Navigation */
.nav-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 60px 0;
    position: relative;
    width: 100%;
}

.nav-previous,
.nav-next {
    flex: 1;
    position: relative;
    display: flex;
    align-items: center;
}

.nav-previous {
    justify-content: flex-start;
}

.nav-next {
    justify-content: flex-end;
}

.nav-previous a,
.nav-next a {
    background-color: #FCFBF7;
    padding: 0 20px;
    color: #000;
    font-weight: 500;
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.nav-previous a::before {
    content: "\2190";
    margin-right: 8px;
}

.nav-next a::after {
    content: "\2192";
    margin-left: 8px;
}

/* Pagination */
.tripeak-main-three-pagination {
    margin: 40px 0;
    text-align: center;
    clear: both;
}

.tripeak-main-three-pagination .pagination-links {
    display: inline-block;
}

.tripeak-main-three-pagination .page-numbers {
    display: inline-block;
    padding: 12px 16px;
    margin: 0 4px;
    text-decoration: none;
    background: #f8f9fa;
    color: #333;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    transition: all 0.3s ease;
    font-weight: 500;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 15px;
    line-height: 1.4;
}

.tripeak-main-three-pagination .page-numbers:hover {
    background: #e9ecef;
    color: #000;
    transform: translateY(-1px);
}

.tripeak-main-three-pagination .page-numbers.current {
    background: #333;
    color: #fff;
    border-color: #333;
    cursor: default;
}

.tripeak-main-three-pagination .page-numbers.prev,
.tripeak-main-three-pagination .page-numbers.next {
    font-weight: 600;
    padding: 12px 20px;
}

.tripeak-main-three-pagination .page-numbers.prev {
    background: #000;
    color: #fff;
    border-color: #000;
}

.tripeak-main-three-pagination .page-numbers.prev:hover {
    background: #333;
    border-color: #333;
}

.tripeak-main-three-pagination .page-numbers.next {
    background: #000;
    color: #fff;
    border-color: #000;
}

.tripeak-main-three-pagination .page-numbers.next:hover {
    background: #333;
    border-color: #333;
}

/* Social Media Links */
.social-media-links {
    display: flex;
    align-items: center;
    gap: .5rem;
    margin-bottom: 30px;
}

.social-media-links.social-media-horizontal {
    flex-direction: row;
    flex-wrap: wrap;
}

.social-link {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: #333;
    color: var(--text-link-color, #333);
    transition: color 0.3s ease, transform 0.2s ease;
}

.social-link:hover {
    color: #007cba;
    color: var(--text-hover-link-color, #007cba);
    transform: translateY(-1px);
    text-decoration: none;
}

.social-link:focus {
    outline: 2px solid #007cba;
    outline: 2px solid var(--text-hover-link-color, #007cba);
    outline-offset: 2px;
    border-radius: 2px;
}

.social-emoji {
    font-size: 1.2em;
    line-height: 1;
    display: inline-block;
    margin-right: .25rem;
}

.social-link svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
    margin-right: .25rem;
    flex-shrink: 0;
}

.social-link .social-icon {
    width: 16px;
    height: 16px;
    margin-right: .25rem;
    flex-shrink: 0;
}

.social-label {
    font-weight: 500;
    font-size: .9rem;
}

/* Social Media Icon Size */
.social-link-patronview .social-img,
.social-img {
    height: 1.5em !important;
    width: auto !important;
    object-fit: contain;
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 4px;
}

/* Prevent WordPress block button styles from affecting social links */
.social-link {
    background: none !important;
    color: inherit !important;
    text-decoration: none !important;
    border: none !important;
    padding: 0 !important;
    font-size: inherit !important;
    text-transform: none !important;
}

/* ==========================================================================
   Responsive
   ========================================================================== */

@media (max-width: 1024px) {
    .tripeak-main-three-footer .container {
        max-width: 100%;
        padding: 0 20px;
    }
    
    .tripeak-main-three-footer .footer-content .footer-columns {
        gap: 40px;
    }
}

@media (max-width: 768px) {
    .tripeak-main-three-footer {
        padding: 40px 0;
        margin-top: 30px;
    }
    
    .tripeak-main-three-footer .container {
        padding: 0 15px;
    }
    
    .tripeak-main-three-footer .footer-header {
        margin-bottom: 30px;
    }
    
    .tripeak-main-three-footer .footer-header .site-branding {
        margin-bottom: 20px;
    }
    
    .tripeak-main-three-footer .footer-header .site-branding .site-title {
        font-size: 32px;
    }
    
    .tripeak-main-three-footer .footer-header .site-branding .site-tagline {
        font-size: 16px;
    }
    
    .tripeak-main-three-footer .footer-header .footer-separator {
        margin: 15px 0;
    }
    
    .tripeak-main-three-footer .footer-content .footer-columns {
        grid-template-columns: 1fr;
        gap: 30px;
        text-align: left;
    }
    
    .tripeak-main-three-footer .footer-content .footer-columns .footer-column h3 {
        font-size: 14px;
        margin-bottom: 15px;
        text-align: left;
    }
    
    .tripeak-main-three-footer .footer-content .footer-columns .footer-column ul li {
        margin-bottom: 10px;
    }
    
    .tripeak-main-three-footer .footer-content .footer-columns .footer-column ul li a {
        font-size: 14px;
    }
    
    .tripeak-main-three-footer .footer-content .footer-columns .footer-column.footer-nav ul.footer-menu {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }
    
    .tripeak-main-three-footer .footer-content .footer-columns .footer-column.footer-nav ul.footer-menu li {
        margin-bottom: 0;
    }
    
    .tripeak-main-three-footer .footer-content .footer-columns .footer-column.social-links ul.social-menu {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }
    
    .tripeak-main-three-footer .footer-content .footer-columns .footer-column.social-links ul.social-menu li {
        margin-bottom: 0;
    }
    
    .social-media-horizontal {
        justify-content: center;
    }
    
    .social-media-grid {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
        gap: .5rem;
    }
    
    .social-media-grid .social-link {
        padding: .5rem .75rem;
    }
    
    .social-media-grid .social-link .social-emoji {
        font-size: 1.2em;
    }
    
    .social-media-grid .social-link svg {
        width: 16px;
        height: 16px;
    }
    
    .social-media-grid .social-link .social-icon {
        width: 16px;
        height: 16px;
    }
    
    .social-media-grid .social-link .social-label {
        font-size: .9rem;
    }
    
    .tripeak-main-three-pagination .page-numbers {
        padding: 10px 12px;
        margin: 0 2px;
        font-size: 14px;
    }
    
    .tripeak-main-three-pagination .page-numbers.prev,
    .tripeak-main-three-pagination .page-numbers.next {
        padding: 10px 16px;
    }
    
    .tripeak-main-three-post-section {
        padding: 1rem 0;
    }
    
    .popular-articles-heading {
        font-size: 1.75rem;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 32px;
        line-height: 1.3;
        margin-bottom: 0;
    }
    
    h2 {
        font-size: 26px;
        margin-bottom: 1em;
    }
    
    h3 {
        font-size: 22px;
        margin-bottom: 0.8em;
    }
    
    h4 {
        font-size: 20px;
        margin-bottom: 0.8em;
    }
    
    h5 {
        font-size: 18px;
        margin-bottom: 0.8em;
    }
    
    h6 {
        font-size: 16px;
        margin-bottom: 0.8em;
    }
    
    .tripeak-main-three-header {
        padding: 30px 0 15px 0;
    }
    
    .tripeak-main-three-header .container {
        padding: 0 10px;
    }
    
    .tripeak-main-three-header .tripeak-main-three-header-wrap {
        padding: 0;
        gap: 8px;
    }
    
    .tripeak-main-three-header .tripeak-site-branding-center {
        gap: 0;
    }
    
    .tripeak-main-three-header .tripeak-site-branding-center .site-logo .custom-logo {
        width: 50px;
        height: 50px;
    }
    
    .tripeak-main-three-header .tripeak-site-branding-center .site-branding-wrapper {
        gap: 12px;
    }
    
    .tripeak-main-three-header .tripeak-site-branding-center .site-title {
        font-size: 28px;
    }
    
    .tripeak-main-three-header .tripeak-site-branding-center .site-description {
        font-size: 13px;
    }
    
    .tripeak-main-three-header .header-nav-wrap {
        flex-direction: row !important;
        align-items: center;
        gap: 0 15px;
    }
    
    .tripeak-main-three-header .tripeak-main-three-menu ul {
        flex-direction: row !important;
        gap: 10px;
        justify-content: flex-start;
    }
    
    .tripeak-main-three-header .tripeak-theme-header__search-container {
        margin-left: 0;
        margin-top: 8px;
        height: 28px;
    }
    
    .tripeak-main-three-header .tripeak-theme-header__search-container .header-search-button {
        height: 28px;
        width: 28px;
        padding: 0 6px;
    }
    
    .tripeak-main-three-header .tripeak-theme-header__search-container .header-search-button svg {
        width: 16px;
        height: 16px;
    }
    
    .tripeak-main-three-menu ul li {
        margin-right: 8px;
        padding-right: 12px;
    }
    
    .tripeak-main-three-menu ul li a {
        font-size: 14px !important;
        line-height: 22px !important;
        font-weight: 500;
    }
    
    main.tripeak-main-three .wp-block-buttons {
        margin-bottom: 15px;
    }
    
    main.tripeak-main-three .wp-block-list {
        margin-left: 20px;
    }
    
    main.tripeak-main-three pre.wp-block-code {
        font-size: 14px;
    }
    
    .tripeak-main-three-post-wrapper {
        grid-template-columns: auto;
    }
    
    .tripeak-main-three-post-wrapper nav.posts-navigation {
        grid-column: auto;
    }
    
    .tripeak-main-three-post-article h2 a {
        font-size: 26px;
    }
    
    .single-post-section .tripeak-main-three-post-article h1 {
        font-size: 32px;
        line-height: 1.3;
        margin-bottom: 0;
    }
    
    .single-post-section .wp-block-list {
        margin-left: 15px;
    }
    
    .error-404 {
        padding: 30px 0;
    }
    
    .error-404 input[type="search"] {
        width: auto;
    }
    
    .latest-posts-date {
        font-size: 12px;
        width: 80px;
        min-width: 80px;
        max-width: 80px;
        margin-right: 10px;
    }
    
    .latest-posts-title {
        font-size: 14px;
        width: calc(100% - 90px);
        min-width: 100px;
    }
}

@media (max-width: 480px) {
    .tripeak-theme-header__search-container .search-form label {
        width: 205px;
    }
    
    .tripeak-theme-header__search-overlay input[type="search"] {
        height: 50px;
    }
    
    .tripeak-main-three-footer {
        padding: 30px 0;
    }
    
    .tripeak-main-three-footer .container {
        padding: 0 10px;
    }
    
    .tripeak-main-three-footer .footer-header .site-branding .site-title {
        font-size: 28px;
    }
    
    .tripeak-main-three-footer .footer-header .site-branding .site-tagline {
        font-size: 14px;
    }
    
    .tripeak-main-three-footer .footer-content .footer-columns {
        gap: 25px;
    }
    
    .tripeak-main-three-footer .footer-content .footer-columns .footer-column h3 {
        font-size: 13px;
    }
    
    .tripeak-main-three-footer .footer-content .footer-columns .footer-column ul li a {
        font-size: 13px;
    }
    
    .tripeak-main-three-footer .footer-content .footer-columns .footer-column.footer-nav ul.footer-menu {
        gap: 15px;
    }
    
    .tripeak-main-three-footer .footer-content .footer-columns .footer-column.social-links ul.social-menu {
        gap: 15px;
    }
    
    .popular-articles-heading {
        font-size: 1.5rem;
    }
}

/* ==========================================================================
   Dark Mode Support
   ========================================================================== */

.tripeak-dark-version {
    background-color: var(--body-bg-color);
    color: var(--text-color);
}

.tripeak-dark-version .site-title,
.tripeak-dark-version .site-title a {
    color: var(--site-title-color) !important;
}

.tripeak-dark-version .site-title:hover,
.tripeak-dark-version .site-title a:hover {
    color: var(--text-hover-link-color) !important;
}

.tripeak-dark-version .site-description {
    color: var(--site-tagline-color) !important;
}

.tripeak-dark-version .tripeak-main-three-header {
    background-color: var(--header-bg-color);
    border-bottom-color: hsla(0, 0%, 100%, 0.1);
}

.tripeak-dark-version .tripeak-main-three-header .tripeak-main-three-menu ul li a {
    color: var(--header-text-color) !important;
}

.tripeak-dark-version .tripeak-main-three-header .tripeak-main-three-menu ul li a:hover {
    color: var(--text-hover-link-color) !important;
}

.tripeak-dark-version .tripeak-main-three-footer {
    background-color: var(--footer-bg-color);
    border-top-color: hsla(0, 0%, 100%, 0.1);
}

.tripeak-dark-version .tripeak-main-three-footer .site-info p {
    color: var(--footer-text-color) !important;
}

.tripeak-dark-version .tripeak-main-three-footer .site-info a {
    color: var(--footer-text-color) !important;
}

.tripeak-dark-version .tripeak-main-three-footer .site-info a:hover {
    color: var(--text-hover-link-color) !important;
}

.tripeak-dark-version body {
    background-color: var(--body-bg-color) !important;
    color: var(--text-color) !important;
}

.tripeak-dark-version h1,
.tripeak-dark-version h2,
.tripeak-dark-version h3,
.tripeak-dark-version h4,
.tripeak-dark-version h5,
.tripeak-dark-version h6 {
    color: var(--heading-color) !important;
}

.tripeak-dark-version a {
    color: var(--text-link-color) !important;
}

.tripeak-dark-version a:hover {
    color: var(--text-hover-link-color) !important;
}

.tripeak-dark-version .latest-posts-date,
.tripeak-dark-version span.date,
.tripeak-dark-version .tripeak-main-three-post-article span.date,
.tripeak-dark-version .tripeak-main-three-post-wrapper article span.date {
    color: var(--text-color) !important;
}

.tripeak-dark-version .tripeak-main-three-post-wrapper article,
.tripeak-dark-version .tripeak-main-three-post-article .wp-block-latest-posts.wp-block-latest-posts__list li {
    background-color: var(--post-card-bg-color);
    border: 1px solid hsla(0, 0%, 100%, 0.1);
}

.tripeak-dark-version .tripeak-theme-header__search-container button svg path {
    stroke: var(--header-text-color);
}

.tripeak-dark-version .wp-element-caption {
    color: var(--text-color);
}

.tripeak-dark-version .tripeak-theme-header__search-container .search-submit {
    color: var(--header-text-color);
    background-color: var(--post-card-bg-color);
    border: 1px solid hsla(0, 0%, 100%, 0.1);
}

