.mb-4.submit-btn {
    background: black;
    width: max-content;
    float: right;
    margin-top: 20px;
}

.mb-4.submit-btn input {
    cursor: pointer;
}

.single-post .btn.btn-small:hover,
.btn.btn-small {

    font-size: 12px;
}

.form-post-content .mb-4.submit-btn {
    margin-top: 0;
    margin-left: auto;
}
.form-post-content .mb-4 label {
    font-weight: 500;
}
.form-post-content .mb-4 {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.form-post-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 12px;
}

h2.wp-block-heading {
    margin-top: 20px;
    font-size: 26px;
    margin-bottom: 13px;
    color: rgb(255 126 0);
}

article#post-6 {
    max-height: 400px;
}

.notice.notice-error {
    background: #ffdada;
}
.notice.notice-error p {
    color: #ff0000;
}
.notice.notice-success {
    background: #dfffdc;
}
.notice.notice-success p {
    color: #008000;
}
.notice {
    background: #f0f0f0;
    padding: 12px;
    border-radius: 8px;
    margin: 0 1.5rem 12px;
}
.notice p {
    margin: 0;
    font-size: 14px;
    color: #333;
}

.page.type-page , .single-post article * {
    font-weight: normal;
    font-size: 14px;
}
.page.type-page , .single-post article p {
    margin-bottom: 16px;
}
a.bg-blue-500.hover\:bg-blue-700.text-white.font-bold.py-2.px-4.rounded {
    color: red;
}


.plan-list a {
    opacity: 0.5;
}

 .plan-list a.active {
    opacity: 1;
}

#wpadminbar{
    display: none;
}

.case-studies-story {
    padding-top: 0;
}

.single-post a.btn.btn-primary {
    font-weight: bold;
    font-size: 19px;
    color: blue;
}
.single-post a.btn.btn-primary:hover{
    color: red;
}

.page.type-page h1, .page.type-page h2 {
    color: rgb(255 126 0);
    font-weight: bold;
    margin-bottom: 1rem;
}
.page.type-page h1{
    font-size: 22px;
    color: rgb(5 31 94);
    margin-bottom: 0;
}
.page.type-page h2{
    margin-top: 1rem;
    font-size: 18px;
}
.type-page ul li {
    /* display: list-item; */
    /* list-style: decimal; */
    margin-left: 15px;
}
.type-page p {
    margin-top: 12px;
}

#post-6 h3{
    font-size: 16px;
    margin-bottom: 5px;
    margin-top: 15px;
}
.plan-list img{
    max-height: 156px;
}

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

    img.w-full.max-w-\[88\%\].ml-auto {
        width: 75%;
    }
    .steps img {
        width: 85%;
    }
    body {
       padding: 80px 0 0; 
    }

    .container {
    max-width: 900px;
}

}
@media only screen and (max-width: 600px) {
  .plan-list a {
        opacity: 1;
    }

    .max-w-\[230px\].w-full.flex.flex-col.gap-5 {
    display: none;
}
}
.intro-bxh {
    background-image: url(../images/bxh-intro.png);
}