/* !
Theme Name: Travel Center UK
Theme URI: https://travelcenter.uk/
Author: travelcenter.uk
Author URI: https://travelcenter.uk/
Description: Travel Center UK Wordpress Theme
Version: 1.0.0
Tested up to: 8.2
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: travel-center-uk
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Travel Center UK is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.


*/
/*--------------------------------------------------------------
this project is using bootstapp 5.2.3 ony
--------------------------------------------------------------*/

/*--------------------------------------------------------------
this section is used only for the entrty-content of the blog main style is written in main.css file & main.scss
--------------------------------------------------------------*/


/* Style for heading tags within entry-content */
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    /* font-family: 'Arial', sans-serif; Change font */
    /* font-weight: bold; */
    /* margin-bottom: 20px; */
    color: #1a5da0 !important; /* Customize color */
    /* text-decoration: none !important; */
}

/* Style for unordered lists within entry-content */
.entry-content ul {
    list-style-type: disc; /* Customize list style */
    padding-left: 20px; /* Bootstrap padding */
    margin-bottom: 15px;
}

/* Style for list items */
.entry-content li {
    font-size: 16px; /* Customize text size */
    margin-bottom: 10px;
}

/* Optional: Use Bootstrap utility classes for responsiveness */
.entry-content h1 {
    font-size: 2.5rem; /* Adjust for responsiveness */
}

.entry-content .wp-embed-aspect-16-9.wp-has-aspect-ratio iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}

