/* cms */
.pcsp-content {
    font-size: 0.875rem;
    line-height: 0.875rem;
    color: #111;
}

.pcsp-content i {
    font-style: italic;
}

.pcsp-content strong, .iac-module > .content > b {
    font-weight: bold;
}

/* custom */
.pcsp-content button {
    padding: 9px 20px;
    background: #e6e6e6;
    border-radius: 999px;
    text-align: center;
    font-size: 0.875rem;
    border: 0;
    cursor: pointer;
}

.pcsp-content button:hover {
    background: #ddd;
    text-decoration: 1px solid underline;
}

.pcsp-content hr {
    height: 1px;
    background: #e6e6e6;
    width: 100%;
    margin: 12px 0;
}

.pcsp-content table {
    width: 100%;
}

.pcsp-content table th,
.pcsp-content table td {
    padding: 4px;
}

.pcsp-content table th:first-child,
.pcsp-content table td:first-child {
    padding-left: 12px;
}

.pcsp-content table th:last-child,
.pcsp-content table td:last-child {
    padding-right: 12px;
}

.pcsp-content table th {
    height: 44px;
    color: #fff;
    background: #2873d1;
    font-weight: 500;
}

.pcsp-content table td {
    height: 38px;
}

.pcsp-content table tr:nth-child(even) td {
    background: #f2f2f2;
}

.pcsp-content table tr:hover td {
    background: #ededed;
}