/*
Theme Name: Mobilephones
Theme URI: https://example.com/mobilephones
Author: Your Name
Author URI: https://example.com
Description: A clean Bootstrap 5 blog theme named Mobilephones, ideal for tech and festival blogs.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mobilephones
Tags: blog, bootstrap, responsive, mobile, clean
*/


.card {
  border: 1px solid #e5e5e5;
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.card:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.card-img-top {
  object-fit: cover;
  height: 160px;
}

aside .wp-block-search__button {
    
    margin-left: 0px;
    word-break: normal;

}
/* === Sidebar Block Widgets === */
.widget_block {
  border: 1px solid #e5e5e5;
  border-radius: 0.5rem;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
  background-color: #fff;
  margin-bottom: 1.5rem;
  overflow: hidden;
}

/* Gutenberg inner container */
.widget_block .wp-block-group__inner-container {
  padding: 1rem 1.25rem;
}

/* Widget titles */
.widget_block .wp-block-heading {
  background-color: #f8f9fa;
  color: #212529;
  font-size: 1.1rem;
  font-weight: 600;
  margin: -1rem -1.25rem 1rem -1.25rem;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid #e3e3e3;
}

/* Links and lists */
.widget_block ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget_block ul li {
  padding: 0.35rem 0;
  border-bottom: 1px dashed #eee;
}
.widget_block ul li:last-child {
  border-bottom: none;
}
.widget_block a {
  color: #4e545c;
  text-decoration: none;
}
.widget_block a:hover {
  text-decoration: underline;
  color: #084298;
}
/* Custom Logo Styling */
.custom-logo {
  max-height: 60px;
  width: auto;
  height: auto;
}

.single-post .card {
  border: 1px solid #e3e3e3;
  border-radius: 0.5rem;
  overflow: hidden;
}

.single-post .card-img-top {
  width: 100%;
  height: auto;
  display: block;
}

.single-post .card-body {
  padding: 1.5rem;
}

.single-post .card-text {
  line-height: 1.75;
}

.single-post strong {
  color: #212529;
}

@media (min-width: 992px) {
  .navbar .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}

.dropdown-menu {
  transition: all 0.2s ease;
}
