.pros-cons-block {
    margin: 20px 0;
}

.pros-cons-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    max-width: 100%;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
    .pros-cons-container {
        grid-template-columns: 1fr;
        gap: 0;
    }
    ul.pros-list {
  border-right: 0px solid #e5e7eb;
}
}

.pros-column,
.cons-column {
    background: #ffffff;
    border-radius: 0;
    box-shadow: none;
    overflow: hidden;
}

.pros-header,
.cons-header {
    padding: 16px 20px;
    color: white;
    position: relative;
    padding-left: 50px;
}

.pros-cons-heading {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.pros-header .pros-cons-heading,
.cons-header .pros-cons-heading {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.pros-list,
.cons-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pros-item,
.cons-item {
    padding: 12px 20px;
    position: relative;
    padding-left: 50px;
    line-height: 1.5;
    background-color: #ffffff;
    font-size: 15px;
    display: flex;
    align-items: center;
}

.pros-item:last-child,
.cons-item:last-child {
    border-bottom: none;
}

ul.pros-list {
  border-right: 1px solid #e5e7eb;
}

.mo-icon-thumb-up::before {
    content: '';
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 10v12'/%3E%3Cpath d='M15 5.88 14 10h5.83a2 2 0 0 1 1.92 2.56l-2.33 8A2 2 0 0 1 17.5 22H4a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h2.76a2 2 0 0 0 1.79-1.11L12 2a3.13 3.13 0 0 1 3 3.88Z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.mo-icon-thumb-down::before {
    content: '';
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M17 14V2'/%3E%3Cpath d='M9 18.12 10 14H4.17a2 2 0 0 1-1.92-2.56l2.33-8A2 2 0 0 1 6.5 2H20a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-2.76a2 2 0 0 0-1.79 1.11L12 22a3.13 3.13 0 0 1-3-3.88Z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.mo-icon-plus::before {
    content: '';
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #d0fae5;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2300bc7d' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='M12 5v14'/%3E%3C/svg%3E");
    background-size: 12px 12px;
    background-repeat: no-repeat;
    background-position: center;
}

.mo-icon-minus::before {
    content: '';
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #ffe4e6;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23ff2056' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3C/svg%3E");
    background-size: 12px 12px;
    background-repeat: no-repeat;
    background-position: center;
}

.wp-block-pros-cons-pros-cons-block .pros-cons-block {
    margin: 0;
}

.editor-styles-wrapper .pros-cons-block {
    font-family: inherit;
}

.editor-styles-wrapper .pros-item,
.editor-styles-wrapper .cons-item {
    margin-bottom: 8px;
}

.editor-styles-wrapper .pros-item .components-button,
.editor-styles-wrapper .cons-item .components-button {
    margin-left: 8px;
    font-size: 12px;
}