.zcs-read-more {
    width: 100%;
}

.zcs-read-more--align-left {
    text-align: left;
}

.zcs-read-more--align-center {
    text-align: center;
}

.zcs-read-more--align-right {
    text-align: right;
}

.zcs-read-more__title {
    margin: 0 0 12px;
}

.zcs-read-more__content-wrap {
    width: 100%;
}

.zcs-read-more__excerpt,
.zcs-read-more__full {
    line-height: 1.7;
}

.zcs-read-more__full p:last-child {
    margin-bottom: 0;
}

.zcs-read-more__toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 14px;
    border: 0;
    cursor: pointer;
    background: #111827;
    color: #ffffff;
    padding: 10px 18px;
    border-radius: 6px;
    transition: opacity 0.2s ease;
}

.zcs-read-more__toggle:hover,
.zcs-read-more__toggle:focus {
    opacity: 0.92;
}

.zcs-read-more .is-hidden {
    display: none;
}
