/*
Theme Name: Armes International Investigative Services LLC
Theme URI: https://www.armesinternational.com/
Author: Full Stack Engineer: Guillermo Delgado
Author URI: https://speedtowin.net/ designed by Guillermo Delgado
Description: Blue Rocket Development Website.
Version: 1.0
 
*/

 
.read-more-btn {
  display: inline-block;
  background-color: whitesmoke;
  border: 2px solid #222222;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  color: #333;
  font-size:14px;
  font-family: Arial, sans-serif;
  cursor: pointer;
  transition: all 0.3s ease;
}

.read-more-btn:hover {
  background-color: #e8e8e8;
  color: #000;
}

.read-more-btn:active {
  transform: translateY(1px);
}

.list-container {
    display: flex;
    padding-left: 35px;
}

.ul-middle-left {
    list-style-type: circle;
    margin: 0;
    padding-left: 20px; /* This is crucial - gives space for bullets to show */
}

.ul-middle-left li {
    list-style-type: circle;
    list-style-position: inside; /* Alternative option */
    margin-bottom: 10px; /* Adds space between bullets */
}

/* Optional: Remove margin from last item */
.ul-middle-left li:last-child {
    margin-bottom: 0;
}
.left-justify{
    text-align: left;
}

 
        /* WordPress-specific responsive images */
img,
.wp-caption {
    max-width: 100%;
    height: auto;
}

img[class*="align"],
img[class*="wp-image-"] {
    height: auto;
}

.aligncenter {
    display: block;
    margin: 0 auto;
}

/* Responsive images in content */
.entry-content img,
.widget img,
.wp-block-image img {
    max-width: 100%;
    height: auto;
}
 
.media-coverage-list {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

.media-coverage-list li {
    padding-left: 0;
    margin-left: 0;
}

.media-coverage-list li >.view-video  {
    background: black;
    border: 2px solid #b7881a;
    text-transform: uppercase;
    font-size: 12px;
    color: white;
    text-align: center;
    padding: 7px 15px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

.media-coverage-list li >.view-video:hover {
    background: #b7881a;
    border-color: #222222;
}
.media-coverage-list li >.view-video:visited {
    background: #b7881a;
    border-color: #222222;
}

 


