

/*=== custom price block start */
#custom-price-block {
    width: 100%;
    font-family: sans-serif;
}
#custom-price-block .custom-nav-tabs-block {
    display: flex;
    justify-content: space-between;
    max-width: 500px;
    width: 100%;
}
#custom-price-block .custom-nav-tab {
    display: none;
    padding: 10px 0;
    cursor: pointer;
    font-weight: bold;
}
#custom-price-block .custom-nav-tab.show {
    display: block;
}
#custom-price-block .custom-nav-tab.active {
    text-decoration: underline;
}
#custom-price-block .custom-content-price, #custom-price-block .custom-content-include {
    display: none;
}
#custom-price-block .custom-content-price.active, #custom-price-block .custom-content-include.active {
    display: block;
}
#custom-price-block .type-title {
    display: none;
    font-weight: bold;
}
#custom-price-block .type-title.active {
    display: inline;
}
#custom-price-block #permalink-updated-url,
#custom-price-block #permalink-domain {
    display: none;
}

/*=== custom price block end */
