/*Doc sales CSS*/

#docsaleform .pitch {
    background: #FFF;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 20px;
    margin-top: 20px;
    text-align: left;
	display:none;
}

#docsaleform .pitch p {
    text-align: left;
	margin-bottom: 1.3em;
}

#docsaleform .pitch .white-block{
	margin: 20px auto 0 auto;
	padding-bottom: 0;
}

#docsaleform .pitch h3 {
    font-size: 18px;
    border-bottom: 1px solid #ccc;
}

#docsaleform .package-price {
  display: none;
}

#docsaleform .package-price.revealed {
  display: inline;
}

#docsaleform .white-block blockquote {
    margin: 30px 0 30px 40px;
}

#openPayPalModal {
  display: none;
}

#cta-bar, .modal-cta {display:none!important;}

#paypalModal {
	display:none; 
	position:fixed; 
	top:0; left:0; 
	width:100%; 
	height:100%; 
	background:rgba(0,0,0,0.6); 
	z-index:9999;
}

#content .post.docsalepage {
    margin-bottom: 0px;
}

#content .post.docsalepage .faq-section {
    margin-top: 0px;
}

.simple-pitch {
	padding-bottom: 10px;
	display: block;
}

.simple-pitch img{
	border-radius: 4px;
	margin: 5px 20px 10px 0;
	float: left;
	display: block;
}

@media screen and (max-width: 678px) {

	.simple-pitch img {
		float: none;
		width: 100%;
		height: auto;
		margin: 0 auto 20px auto;
	}
	
	#content blockquote, #docsaleform .white-block blockquote {
		margin: 30px 0 30px 0;
	}
}

.package-card-wrapper {
    width: 100%;
}

.docsalepage .paypal-modal-inner h3 {
    font-size: 18px;
}

span.modal-title {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

p.modal-desc {
    font-weight: 400;
	margin-top: 20px;
}

.paypal-modal-inner{
	background:#fff; 
	width:600px; 
	max-width:80%; 
	margin:10% auto 0 auto; 
	padding:20px; 
	border-radius:8px; 
	text-align:center; 
	max-height:85%; 
	overflow-y:auto;
}

#site-footer {
    margin-bottom: 0px!important;
}
.package-explainer {
  display: grid;
  grid-template-columns: 1fr; /* default = mobile single column */
  gap: 20px;
  margin-top: 30px;
  text-align: center;
}

.no-paypal {
    margin: 20px auto 0 auto;
    display: block;
    font-size: 14px;
}

/* 480px–1023px = 1 column */
@media (min-width: 480px) and (max-width: 1023px) {
  .package-explainer {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* 1024px+ = 3 columns */
@media (min-width: 1024px) {
  .package-explainer {
    grid-template-columns: repeat(3, 1fr);
  }
}

#docsaleform h3 {
    text-decoration: none;
    margin: 0 auto 20px auto;
    font-size: 22px;
    border-bottom: 2px solid #ddd;
    padding-bottom: 20px;
}

.package-tier {
  border-radius: 6px; 
  padding: 15px;
  background: #fff;
  transition: border-color 0.3s ease;
  cursor: pointer;
  transition: all 0.25s ease;
  width: 100%;
  box-sizing: border-box;
}

.package-tier:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 12px rgba(0,0,0,0.15);
  transition: all 0.2s ease;
}


.package-tier h4 {
	margin: 0 0 10px;
    font-size: 18px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
	color: #444;
}

.tier-1, .tier-2, .tier-3 {
  box-shadow: 0 2px 4px rgba(0,0,0,0.08);
  border: 2px solid #c79a0078;
}

.package-tier.selected-tier {
	border: 2px solid #333;
    background: #333;
    color: #fff;
}
.package-tier.selected-tier h4{
    color: #FFF;	
}
.docs-rating-block{
  margin: 15px 0 40px 0; 
  font-size: 16px; 
  color: #222;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.docs-rating-stars {
    display: inline-flex;
    margin: 0 2px;
    gap: 2px;
}

.docs-rating-reviews-link {
  color: #00599c;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
  font: inherit;
  font-size: 15px;
  line-height: 0;
}
.docs-rating-label {
  font-size: 15px;
}

.docs-rating-reviews-link:hover {
  text-decoration: underline;
  background:transparent;
  color: #00599c;
}
.nah {display:none;}

.modal-overlay-injection{
	padding:20px; 
	text-align:center;
}

.modal-overlay-injection .white-block {
    margin-top: 0;
}

.modal-overlay-injection p{
	font-size: 16px;
    margin-bottom: 20px;
}

.modal-overlay-injection .small {
	font-size:14px;
}

.modal-overlay-injection .bold{
	font-weight:700;
}

#retry-payment, #close-payment{
	margin:0;
}

#close-payment{
	background: #777;	
}

#close-payment:hover{
	background: #222;
}

.paypal-close-buttons {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
}

@media screen and (max-width: 480px) {
    .useful-widget {
        display: block!important;
    }
}
