.twbb-ps-box {
    border: 1px solid #323A4533;
    border-radius: 6px;
    padding: 19px;
    font-family: Open Sans, sans-serif;
    color: #323A45;
    max-width: 324px;
    background-color: #ffffff;
    margin: 15px 0;
}
.twbb-ps-box__title {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    letter-spacing: 0.12px;
    margin-bottom: 15px;
}
.twbb-ps-box__option-title {
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-left: 3px;
    color: #323A4580;
}
.twbb-ps-main__description {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
    margin-left: 3px;
}
.twbb-ps-box__generated-site-setting {
    margin-bottom: 18px;
}
.twbb-ps-color-box {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    position: relative;
    box-sizing: border-box;
}
.twbb-ps-color-box.white-color {
    border: 1px solid #323A4521;
}
.twbb-ps-color-box:not(.white-color) {
    border: 1px solid #ffffff;
}
.twbb-ps-color-box div {
    box-sizing: border-box;
}
.twbb-ps-color-box.ps-active-style div {
    position: absolute;
    width: 35px;
    height: 35px;
    border-width: 1px;
    border-style: solid;
    border-radius: 50%;
    top: -6px;
    left: -6px;
    background: url(../../../../assets/editor/images/checkmark_icon.svg) no-repeat center;
    background-size: 18px;
}
.twbb-ps-box__static-options {
    display: flex;
    flex-wrap: wrap;
}
.twbb-ps-color-options {
    gap: 12px;
}
.twbb-ps-font-options,
twbb-ps-template-options {
    gap: 4px;
    align-items: center;
}
.twbb-ps-font-box,
.twbb-ps-template-box {
    line-height: 0;
    padding: 2px;
    border: 1px solid #ffffff;
    box-sizing: border-box;
    display: inline-block;
}
.twbb-ps-font-box div,
.twbb-ps-template-box div {
    font-size: 12px;
    line-height: 18px;
    padding: 4px 8px;
    background-color: #2160B50A;
    display: inline-block;
}
.twbb-ps-font-box.ps-active-style,
.twbb-ps-template-box.ps-active-style {
    border-color: #2160B5;
    border-radius: 2px;
}
.twbb-ps-box__static-options div {
    cursor: pointer;
}