/* 
    Created on : 10.11.2023, 19:14:10
    Author     : prichindel
*/
.shortcode-examples {
    margin: 10px 10px 0 0;
    padding: 2px 10px;
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
}
.shortcode-examples a {
    text-decoration: none;
}
.shortcode-examples .info {
    color: #115191;
    font-size: 18px;
    font-style: italic;
}
.shortcode-examples table {
    width: 100%;
    border-collapse: collapse;
}
.shortcode-examples tr:not(tr:last-child) {
    border-bottom: 1px solid #999;
}
.shortcode-examples thead {
    border-bottom: 1px dashed #ccc;
}
.shortcode-examples thead td {
    font-size: 18px;
    padding-bottom: 10px;    
}
.shortcode-examples tbody td {
    padding: 10px 0;
}
.shortcode-examples tbody td:first-child {
    width: 35%;
    font-size: 16px;
    color: #115191;
    vertical-align: top;
}
.shortcode-examples tbody td:nth-child(2) {
    font-size: 15px;
    color: #111;
}
.shortcode-examples tbody tr:last-child td {
    padding: 20px 0;
}
.shortcode-examples button {
    background: #2271b1;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
    border-color: #2271b1;
    border-style: none;
    cursor: pointer;
}
.shortcode-examples button:hover {
    background: #115191;
}