/*
Theme Name: GlobalRashid Theme
Author: Athang Infotech
Version: 1.0
Description: A custom theme made for GlobalRashid.
*/

/* Custom logo styling */
.custom-logo {
  height: 40px;
  width: auto;
}

/* Search form styling */
#search-form .search-form {
  display: flex;
  max-width: 400px;
  margin: 0 auto;
}

#search-form .search-field {
  flex: 1;
  padding: 8px 12px;
  border: 1px solid #d1d5db;
  border-radius: 6px 0 0 6px;
  outline: none;
  transition: border-color 0.2s;
}

#search-form .search-field:focus {
  border-color: #8b5cf6;
  box-shadow: 0 0 0 3px rgba(139, 92, 246, 0.1);
}

#search-form .search-submit {
  padding: 8px 16px;
  background: linear-gradient(to right, #6366f1, #8b5cf6);
  color: white;
  border: none;
  border-radius: 0 6px 6px 0;
  cursor: pointer;
  transition: background 0.2s;
}

#search-form .search-submit:hover {
  background: linear-gradient(to right, #4f46e5, #7c3aed);
}

a:where(:not(.wp-element-button)) {
  text-decoration: none !important;
}

.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

body {
  background-color: #f8fafc;
}

body
  > div.wp-site-blocks
  > header
  > div
  > div.max-w-7xl.mx-auto.flex.items-center.justify-between
  > div.flex.shrink-0.items-center.space-x-2
  > a
  > div
  > img {
  transform: scale(1.5);
}

.size-full {
  all: unset;
}

.wp-block-query-pagination-numbers .page-numbers.current {
  background-color: #7e22ce;
  color: white;
  padding: 0.5rem 0.45rem;
  border-radius: 10px;
}
