.editor-styles-wrapper {
    user-select: auto;
}
.dedicated-inner-con {
    overflow: hidden;
    box-shadow: none;
}
.dedicated-inner-con table {
    margin: 0;
    border-spacing: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
    box-shadow: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border: 1px solid #000000;
    table-layout: auto;
}
.dedicated-inner-con  table tr th{
    background-color: #000000;
    padding: 20px;
    text-align: left;
}
.dedicated-inner-con table td{
    font-size: 16px;
    line-height: 18px;
    padding: 15px 20px;
    color: #000000;
    background: #ffffff;
    border-bottom: 1px solid #e8e6f0;
}
.dedicated-inner-con  table tr:last-child td {
    border: none;
}
.dedicated-inner-con  table th {
    font-size: 20px;
    line-height: 22px;
    font-weight: 600;
    color: #ffffff;
    padding: 25px 5px;
    border-bottom: 1px solid #000000;
    background: #000000;
    font-family: "Playfair Display", serif;
}
.dedicated-inner-con table td:first-child{
    font-weight: 600;
    color: #000000;
}
.dedicated-inner-con  table th:first-child{
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.dedicated-inner-con  table th:last-child{
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.dedicated-inner-con  table .generic-btn a{
    display: inline-block;
    padding: 14px 20px;
    font-size: 12px;
    text-transform: uppercase;
    background: #000000;
    color: #ffffff;
}
.dedicated-inner-con  table .generic-btn a:hover {
    background: #f0d9c3;
    color: #000000;
}


@media (max-width: 1199px) {
    .dedicated-inner-con table tr th {
        font-size: 16px;
        line-height: 20px;
        padding: 20px 15px;
    }
    .dedicated-inner-con table td {
        font-size: 14px;
        line-height: 18px;
        padding: 15px 15px;
        color: #000000;
        background: #ffffff;
        border-bottom: 1px solid #e8e6f0;
    }
    .dedicated-inner-con table .generic-btn a {
        font-size: 12px;
    }
}
@media (max-width: 991px) {
    .dedicated-inner-con table thead {
        display: none;
    }
    .dedicated-inner-con table tr {
        padding-bottom: 20px;
        display: block;
    }
    .dedicated-inner-con table tr:last-child {
        padding-bottom: 0;
    }
    .dedicated-inner-con table td {
        border-bottom: 1px solid #e8e6f0;
        padding: 15px 20px !important;
        text-align: right;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .dedicated-inner-con table tr:last-child td {
        border-bottom: 1px solid #e8e6f0;
    }
    .dedicated-inner-con table td::before {
        content: attr(data-label);
        float: left;
        font-weight: 600;
        text-transform: uppercase;
    }
    .dedicated-inner-con table td:first-child {
        font-weight: 400;
    }
    .dedicated-inner-con table td:last-child {
        border-bottom: 0;
    }
    .dedicated-inner-con table .generic-btn a {
        font-size: 12px;
        padding: 12px 20px;
    }
}
@media (max-width: 767px) {
    .dedicated-inner-con table td {
        padding: 12px 20px !important;
    }
}