@charset "UTF-8";

body {
    background: radial-gradient(
    ellipse 85% 50% at 50% 30%,
    #f8f7f3 25%,
    #eadedd 50%,
    #d0d3d7 100%
    );
}
.bg-dark {
  background-color: #3b3b3b !important;
}

a.anchor {
    display: block;
    position: relative;
    top: -235px;
    visibility: hidden;
}

a.anchor-top {
    display: block;
    position: relative;
    top: -235px;
    visibility: hidden;
}

.u-header__navbar {
	padding-left: 1rem;
}

.bg-light {
  background-color: #e3e3e3 !important;
}

.bg-shaded {
  background-color: #f9fffe !important;
}

.bg-med-gold {
	background-color: #976b42 !important;
}

.list-group .list-group {
  margin-left: 1rem;
}

.match-list-group {
  font-size: 0.875rem ;
}
.p-left-1-5p-left-1-5 {
	padding-left: 1.5rem;
}

.btn-secondary {
  color: #fff;
  background-color: #802855;
  border-color: #802855;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #666666;
  border-color: #666666;
}

.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #666666;
  border-color: #666666;
  box-shadow: 0 0 0 0.2rem rgba(66, 208, 142, 0.5);
}

.gold {
	color: #d06f1a ;
}

.top-border {
	border-style: solid;
	border-width: 1px 0 0 0 ;
	margin: 10px 0 10px 0 ;
	border-color: #e0e0e0 ;
}

.btn-choose-will {
	width: 200px ;
	background-color: #727a35;
	border-color: #727a35;
	color: #fff;
}

.btn-choose-no-will {
	width: 200px ;
	background-color: #802855;
	border-color: #802855;
	color: #fff;
}

ul {
  color: #646F79 ;
}

ul.dashed {
	margin: 0;
	list-style-type: none;
}

ul.dashed > li {
	text-indent: -5px;
}
ul.dashed > li:before {
	content: "- ";
	text-indent: -5px;
}

.ruleon {
	/*color: rgb(209,112,26);*/
	color: rgb(255,234,0);
}

.ruleoff {
	color: rgb(81,86,42);
}

.secondary-colour {
	color: #802855 ;
}

/*.u-header--left-aligned-nav .u-header__nav-item-btn.stay-left {
  margin-left: 0 !important;
}

.u-header--left-aligned-nav .u-header__nav-item-btn {
  margin-left: auto !important;
}*/

/* Base (collapsed nav): everything left-aligned */
.u-header--left-aligned-nav .u-header__nav-item-btn { 
  margin-left: 0 !important; 
}

/* If you expand at LG (Bootstrap lg ≥ 992px), enable the right-push only there */
@media (min-width: 992px) {
  .u-header--left-aligned-nav .navbar-expand-lg .u-header__nav-item-btn { 
    margin-left: 0 !important; 
  }
  .u-header--left-aligned-nav .navbar-expand-lg .u-header__nav-item-btn.addleft { 
    margin-left: auto !important; 
  }
}

/* If your header uses XL expansion (≥ 1200px), include this too */
@media (min-width: 1200px) {
  .u-header--left-aligned-nav .navbar-expand-xl .u-header__nav-item-btn { 
    margin-left: 0 !important; 
  }
  .u-header--left-aligned-nav .navbar-expand-xl .u-header__nav-item-btn.addleft { 
    margin-left: auto !important; 
  }
}

/* Optional: belt-and-suspenders for your explicitly tagged left buttons */
.u-header--left-aligned-nav .u-header__nav-item-btn.stay-left { 
  margin-left: 0 !important; 
}

/* Settlement Steps & Information buttons */
.btn-tab {
  width: 196px;
  padding: 10px 16px;
  border-radius: 0.25rem;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  transition: all 0.2s ease;
  border: 1px solid transparent;
}

/* Default (inactive) state */
.btn-tab:not(.active) {
  background-color: #9a3976;
  color: #fff;
  border-color: #9a3976;
}

/* Active state */
.btn-tab.active {
  background-color: #fff;
  color: #9a3976;
  border: 1px solid #9a3976;
}

/* Optional hover enhancement */
.btn-tab:hover {
  opacity: 0.9;
  text-decoration: none;
}

.side-links-transparent a {
  background: transparent !important;
}

.side-links-transparent a:hover {
  background:  transparent !important; /*rgba(0,0,0,0.03) !important; /* tiny hover tint */
}

.side-links-transparent li,
.side-links-transparent ul {
  background: transparent !important;
}


.option-callouts {
  margin: 1.5rem 0 2rem;
}

.option-callouts .callout-box {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 9px rgba(0, 0, 0, 0.25);
  background: #fff;
}

.option-callouts .callout-image {
  display: block;
  width: 100%;
  height: auto;
}

/* Third box ~75% of the others */
.option-callouts .callout-box-small,
.option-callouts .callout-btn-small {
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
}

/* Buttons */
.option-callouts .callout-btn {
  display: inline-block;
  width: 80%;
  margin: 0.75em auto 0;
  padding: 0.75rem 1.25rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border: none;
}


/* Individual button colours */
.option-callouts .btn-with-will {
  background-color: #727a35;
}

.option-callouts .btn-without-will {
  background-color: #802855;
}

.option-callouts .btn-planning-ahead {
  background-color: #878684;
}

/* A bit darker on hover */
.option-callouts .btn-with-will:hover {
  background-color: #5c622a;
  color: #fff;
}

.option-callouts .btn-without-will:hover {
  background-color: #661f43;
  color: #fff;
}

.option-callouts .btn-planning-ahead:hover {
  background-color: #6b6b69;
  color: #fff;
}

.option-callouts .col-md-4:nth-child(3) {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.option-callouts .row {
  display: flex;
}

.info-box {
    border: 1px solid var(--gray-300);
    border-radius: 20px;
    padding: 30px;
    background: #fff;
}
