/*
Theme Name: BB-Ukessays
Theme URI: 
Author: BusinessBliss Development Team
Author URI: 
Description: 
Requires at least: 6.7
Tested up to: 6.7
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bb-ukessays
Tags: 
*/

.promobox {
  border: 2px solid #6baed6;       /* medium blue border */
  background: #f0f8ff;             /* very light baby blue background */
  padding: 1.5rem;
  margin: 2rem 0;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  font-size: 1rem;
  line-height: 1.5;
}

.promobox strong {
  color: #045a8d;                  /* darker blue for emphasis */
}

.promobox a {
  color: #2171b5;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px dashed #6baed6;
}

.promobox a:hover {
  color: #08306b;
  border-bottom: 1px solid #08306b;
}

.bigdownload {
  display: inline-block;
  background: #2171b5;        /* solid blue background */
  color: #fff;
  font-weight: 600;
  font-size: 1.1rem;
  padding: 0.9rem 1.6rem;
  margin: 1rem 0;
  border-radius: 10px;
  text-decoration: none;
  text-align: center;
  box-shadow: 0 3px 6px rgba(0,0,0,0.15);
  transition: background 0.3s, transform 0.2s;
}

.bigdownload:hover {
  background: #1b4f72;        /* darker hover blue */
  transform: translateY(-2px); /* subtle lift on hover */
}

.bigdownload:active {
  transform: translateY(0);   /* reset when clicked */
}
