/*
Theme Name: blossom-pin Child
Theme URI:      https://cointrading.ninja/blossom-pin-child
Description:    Child theme for blossom-pin
Author:         cointrading.ninja
Author URI:     https://cointrading.ninja
Template: blossom-pin
Version:        1.0.0
Text Domain: blossom-pin-child
*/

#table-of-content {
    background-color: #f3f2f2;
    padding: 1rem;
    margin: 1rem 0;
    border-radius: 3px;
}

#table-of-content .h3 {
    color: #000;
    font-size: 19px;
    font-weight: 600;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
    text-align: left;
    margin-bottom: 1rem;
    line-height: 1.2;
    letter-spacing: 0.2px;
}
#table-of-content ul {
    margin: 0;
}


:root {
    --primary-color: #3acb43;
}