.plugin__properties {
    margin-left: 225px;
}

.plugin__property-list {
    margin-left: 15px;
}

@media only screen and (max-width: 1023px) {
    .plugin__properties {
        margin-left: 175px;
    }
}

@media only screen and (max-width: 600px) {
    .plugin__properties {
        margin-left: 0;
    }

    .btn--blue, .btn--content, .btn--text {
        height: auto !important;
    }

    .btn--text {
        white-space: normal !important;
    }
}

.plugin__property-item,
.plugin__properties li {
    list-style: disc outside;
}

.plugin__properties-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

a.btn.btn--green.btn--medium:hover,
a.btn.btn--black.app__btn.btn--medium {
    color: white;
}

.pack__desc strong small {
    font-weight: 600;
}

.btn--oval {
    height: 48px;
    border-radius: 1000px;
    transition: 0.2s;
}

.btn--oval:hover {
    text-decoration: none;
    cursor: pointer;
}

.btn--dark-blue {
    background-color: #1376EB;
    color: #FFFFFF !important;
}

.btn--dark-blue:hover, .btn--blue:hover {
    background-color: #FFFFFF;
    color: #1376EB !important;
    box-shadow: inset 0 0 0 1px #1376EB;
}

.btn--dark-blue:active {
    background-color: #0069d9;
    color: #FFFFFF;
    box-shadow: 0 0 0 3px #93d2ff;
}

.btn--blue {
    background-color: #D9ECFF;
    color: #1376EB;
}

.btn--blue:active {
    background-color: #4c5356;
    color: #FFFFFF;
    box-shadow: 0 0 0 3px #b0b0b0;
}

.btn--wait {
    opacity: 0.6;
}

.btn--wait:hover {
    cursor: wait;
}

.btn--container {
    min-width: 128px;
    margin: auto;
    gap: 6px;
    display: flex;
    flex-direction: column;
}

.btn--demo {
    position: relative;
}

@media (max-width: 600px) {
    .btn--modal {
        left: 0;
    }
}

.btn--modal {
    position: absolute;
    z-index: 1;
    background-color: #FFFFFF;
    border-radius: 24px;
    padding: 16px;
    box-shadow: 0 1px 18px #0000001F, 0 6px 10px #00000024, 0 2px 4px -1px #00000033;
    gap: 6px;
    display: flex;
    flex-direction: column;
    right: 0;
    margin-top: 18px;
}

.btn--content {
    padding: 0 10px;

    height: 24px;
    margin: 12px;
    justify-content: center;
}

.with-image {
    display: flex;
    margin: 12px 38px;
}

.btn--text {
    width: auto;
    height: 24px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    font-weight: 700;
}

.btn--icon {
    width: 24px;
    height: 24px;
    padding: 3px;
}

.btn--modal.disabled {
    display: none;
}

.btn--text {
    white-space: nowrap;
}
a.link-non-decoration:hover {
   color: inherit;
}

.link-non-decoration {
    text-decoration: none !important;
}
