.wd-project-foot {
    gap: 9px;
}

.wd-project-cost {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    margin-top: 15px;
    color: #7b879b;
}

.wd-project-cost small {
    font-size: 9px;
    font-weight: 750;
}

.wd-project-cost strong {
    color: #243a5b;
    font-size: 17px;
}

.wd-project-foot a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    padding: 9px 11px;
    font-size: 10px;
}

.wd-project-foot .wd-project-view {
    border: 1px solid #dde4ef;
    color: #53647d;
}

.wd-project-foot .wd-project-buy {
    margin-left: auto;
    background: #536df3;
    color: #fff;
    box-shadow: 0 7px 16px #536df32b;
}

.selected-showcase {
    display: grid;
    grid-template-columns: 145px 1fr;
    gap: 18px;
    align-items: center;
    margin: 0 0 24px;
    padding: 14px;
    border: 1px solid #cfd6ff;
    border-radius: 12px;
    background: linear-gradient(110deg, #f4f5ff, #f2fff9);
}

.selected-showcase img {
    width: 145px;
    height: 105px;
    object-fit: cover;
    border-radius: 9px;
}

.selected-showcase span,
.summary-project span {
    color: #5968e8;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .8px;
}

.selected-showcase h2 {
    margin: 5px 0 !important;
}

.selected-showcase p {
    margin: 0 0 7px;
    color: #6f7d93;
    font-size: 11px;
    line-height: 1.55;
}

.selected-showcase strong {
    color: #243a5b;
    font-size: 11px;
}

.plan-choice input:disabled + article {
    opacity: .48;
    cursor: not-allowed;
}

.summary-project {
    display: grid;
    gap: 5px;
    margin-top: 17px;
    padding: 12px;
    border-radius: 9px;
    background: #f1f3ff;
}

.summary-project strong {
    color: #263b60;
    font-size: 13px;
}

.hosting-choice {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.hosting-choice label {
    display: flex !important;
    align-items: center;
    gap: 10px;
    padding: 13px;
    border: 1px solid #dce3ef;
    border-radius: 9px;
    background: #fff;
    cursor: pointer;
}

.hosting-choice label.active {
    border-color: #5f5bea;
    background: #f1f2ff;
    box-shadow: 0 0 0 2px #5f5bea14;
}

.hosting-choice input {
    accent-color: #5f5bea;
}

.hosting-choice span {
    display: grid;
    gap: 3px;
}

.hosting-choice b {
    color: #283d5e;
    font-size: 12px;
}

.hosting-choice small {
    color: #7d899d;
    font-size: 9px;
    font-weight: 600;
}

.hosting-options {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid #e4e9f1;
}

.hosting-options[hidden] {
    display: none;
}

@media (max-width: 560px) {
    .selected-showcase {
        grid-template-columns: 1fr;
    }

    .selected-showcase img {
        width: 100%;
        height: 180px;
    }

    .hosting-choice {
        grid-template-columns: 1fr;
    }
}
