.claim_site_button {
    background: linear-gradient(135deg, #8b5cf6, #a855f7);
    border: none;
    border-radius: 25px;
    color: #fff;
    display: inline-block;
    font-size: 1.0em;
    margin: 15px 10px;
    padding: 20px 45px;
    text-decoration: none;
    transition: all 0.3s ease;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 1000;
    box-shadow: 0 0 2px rgba(168, 85, 247, 0.6);
}
.claim_site_button::after {
    content: " ✨";
    font-size: 1.2em;
}
.claim_site_button:hover {
    transform: translateY(-2px) scale(1.03);
    box-shadow: 0 0 15px rgba(192, 132, 252, 0.8);
}

.wolf_button_container {
    position: fixed;
    top: 1em;
    right: 1em;
    z-index: 1;
}
.wolf_start_button {
    cursor: pointer;
    display: block;
    background: #fff;
    border: 1px solid #000;
    padding: 1em 2em;
    font-size: 1.1em;
    transition: 0.5s;
    text-align: center;
    width: 120px;
}
.wolf_start_button:hover {
    background: #000;
    color: #fff;
}
.wolf_select {
    width: 120px;
}
.wolf_popup {
    border: 1px solid #CCC;
    border-radius: 10px;
    position: fixed;
    bottom: 1em;
    left: 1em;
    padding: 1em;
    max-width: 300px;
    width: 100%;
}
.modal.show {
    z-index: 999999;
}
.btn-sub {
    display: none;
    margin-left:1em !important;
}
.btn-sub.show {
    display: block;
}
pre {
    border: 1px solid #CCC;
    padding: 2em;
}
.toast-body {
    font-size: 1.4em;
}
/* Default Design Stuff */
.homepage {
    max-width: 100%;
    padding-top:0px !important;
    padding-left:0px !important;
    padding-right:0px !important;
}
.homepage-bigimage, .hero {
    background-image: url('/images/bigimage-hero.png'), url('https://websiteraven.com/images/hero-business-city.png');
    height: 600px;
    padding: 140px 0 !important;
    font-size: 20px;
}
.homepage-bigimage h1, .hero h1 {
    font-size: 4em;
}
.homepage-bigimage h1, .homepage-bigimage h2, .homepage-bigimage p, .hero h1, .hero h2, .hero p {
    color: white;
    text-shadow: -1px -1px 0 #00000033, 1px -1px 0 #00000033, -1px 1px 0 #00000033, 1px 1px 0 #00000033;
}
.homepage .btn {
    background: #424242;
    border: 1px solid #545454;
    border-radius: 20px;
    color: #FFF;
    margin: 15px 10px;
    padding: 20px 40px;
    transition: all 0.3s;
}
.homepage .btn:hover {
    background: #000;
    padding: 22px 42px;
    margin: 13px 7px;
}
.blockedit {
    outline: 1px dashed #00d0ff;
}
.blockedit-toolbar {
    left:71px;
    margin-top:-34px;
    position:absolute;
    top:0;
    z-index:1;
}
.block-type-label {
    top: 0; left: 0;
    background: rgba(0,0,0,1.0);
    color: white;
    font-size: 12px;
    margin-top: -22px;
    padding: 2px 4px;
    border-top-left-radius: 10px;
    pointer-events: none;
    width: 65px;
    z-index: 100;
}
.blockedit-toolbar button {
    background: #000 !important;
    border-radius:0;
    font-size:12px;
    padding: 2px 13px !important;
}
.blockadd-before button, .blockadd-after button, .blockadd-inside button {
  background: #00d0ff11;
  border: none;
  color: #00d0ff;
  width: 100%;
  transition: color 0.15s ease, opacity 0.15s ease;
  opacity: 0.3;
}

.blockadd-before button { border-radius: 10px 10px 0 0; }
.blockadd-after button  { border-radius: 0 0 10px 10px; }

.hover-active>button {
    color: #000;
    opacity: 1;
}
.insert-btn:hover {
    background: #00d0ff;
}
.b-paragraph.blockedit {
    margin-bottom:0;
}