/* GeneratePress Site CSS */ .inside-article,
.sidebar .widget,
.comments-area {
		border: 1px solid rgba(232, 234, 237, 1);
	box-shadow: 0 0 10px rgba(232, 234, 237, 0.5);
}.display-posts-listing.grid {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  list-style: none;
  padding-left: 0;
}

.display-posts-listing .listing-item {
  margin-bottom: 20px;
}

.display-posts-listing img {
  border-radius: 8px;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.display-posts-listing .title {
  font-weight: 600;
  display: block;
  margin-top: 8px;
}ul.display-posts-listing,
.display-posts-listing ul,
.display-posts-listing li {
  list-style: none !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
}


}
}
}

/* Featured widget */
.sidebar .widget:first-child {
	background-color: #e86000;
	color: #fff;
}

.sidebar .widget:first-child .widget-title,
.sidebar .widget:first-child a:not(.button) {
	color: #fff;
}

.sidebar .widget li {
	margin-bottom: 15px;
}

.button.light {
	background: #fff;
	color: #000;
}

.button.light:hover {
	background: #fafafa;
	color: #222;
}

.separate-containers .page-header {
	background: transparent;
	padding: 20px 0;
}

.page-header h1 {
	font-size: 30px;
}

@media (max-width: 768px) {
	.post-image img {
		max-width: 100%;
	}
} /* End GeneratePress Site CSS */
.copy-btn {
  display: inline-block;
  background: #0073aa;
  color: #fff !important;
  padding: 6px 12px;
  font-size: 14px;
  border-radius: 4px;
  margin-top: 6px;
  cursor: pointer;
}
.copy-btn:hover {
  background: #005f87;
}
A) WPCode (Insert Headers & Footers)
B) Header Footer Code Manager (HFCM)
C) No plugin — Not sure
.copy-text {
  cursor: pointer;
  position: relative;
  transition: background 0.2s;
}
.copy-text:hover {
  background: #f7f7f7;
}
.copied-popup {
  position: absolute;
  right: 0;
  top: -18px;
  background: #000;
  color: #fff;
  font-size: 11px;
  padding: 2px 6px;
  border-radius: 3px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.copy-text.copied .copied-popup {
  opacity: 1;
}
/* Sidebar Box Style */
.ws-sidebar-box {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    padding: 18px 20px;
    margin-bottom: 25px;
    border-radius: 8px;
}

/* Sidebar Title */
.ws-title {
    margin: 0 0 12px;
    font-size: 18px;
    font-weight: 700;
    color: #333;
}

/* Sidebar List */
.ws-list {
    list-style: none;
    padding-left: 0;
    margin: 0 0 15px;
}

.ws-list li {
    margin-bottom: 8px;
}

.ws-list li a {
    text-decoration: none;
    color: #0073aa;
    font-size: 16px;
}

.ws-list li a:hover {
    color: #005177;
    text-decoration: underline;
}
.ws-sidebar-box,
.ws-sidebar-box a,
.ws-sidebar-box li,
.ws-sidebar-box strong {
    color: #222 !important;
}

.ws-title {
    color: #000 !important;
}/* PREMIUM SIDEBAR BOX */
.ws-sidebar-box {
    background: #ffffff;
    border: 1px solid #e6e6e6;
    padding: 20px 22px;
    margin-bottom: 28px;
    border-radius:
/* MINIMAL – CLEAN – PREMIUM SIDEBAR BOX */
.ws-sidebar-box {
    background: #ffffff;
    border: 1px solid #e8e8e8;
    padding: 20px 22px;
    margin-bottom: 26px;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    transition: all 0.25s ease;
}

/* Subtle hover – very minimal */
.ws-sidebar-box:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 14px rgba(0,0,0,0.06);
}

/* Minimal Title */
.ws-title {
    margin: 0 0 14px;
    font-size: 18px;
    font-weight: 600;
    color: #111;
    padding-bottom: 6px;
    border-bottom: 1px solid #efefef;
}

/* Minimal List */
.ws-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.ws-list li {
    margin-bottom: 10px;
}

/* Minimal Links – ultra clean */
.ws-list li a {
    text-decoration: none;
    color: #222;
    font-size: 15.5px;
    font-weight: 500;
    padding: 6px 0;
    display: block;
    transition: all 0.2s ease;
}

/* Soft underline hover (minimal blogs style) */
.ws-list li a:hover {
    color: #000;
    text-decoration: underline;
    text-underline-offset: 3px;
}

/* Category Sub-Headings */
.ws-list strong {
    display: block;
    font-size: 16px;
    color: #000;
    margin: 12px 0 6px;
    font-weight: 600;
}
/* SIDEBAR BOX */
.ws-sidebar-box {
    background: #ffffff;
    border: 1px solid #e6e6e6;
    padding: 20px 22px;
    margin-bottom: 26px;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    transition: all 0.25s ease;
}

/* Hover */
.ws-sidebar-box:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 14px rgba(0,0,0,0.08);
}

/* TITLE */
.ws-title {
    margin: 0 0 14px;
    font-size: 18px;
    font-weight: 700;
    color: #111 !important;
    padding-bottom: 6px;
    border-bottom: 1px solid #eaeaea;
}

/* LIST RESET */
.ws-list {
    padding-left: 0;
    list-style: none;
    margin: 0;
}

/* CATEGORY HEADING */
.ws-list strong {
    display: block;
    font-size: 16.5px;
    margin: 14px 0 8px;
    color: #000 !important;
    font-weight: 700;
}

/* LINKS */
.ws-list li a {
    text-decoration: none;
    display: block;
    padding: 6px 0;
    font-size: 15.5px;
    font-weight: 500;
    color: #0073aa !important;    /* Blue color */
    transition: all 0.25s ease;
}

/* HOVER – colourful & visible */
.ws-list li a:hover {
    color: #005177 !important;    /* Dark blue hover */
    text-decoration: underline;
    text-underline-offset: 3px;
}

