/*
Theme Name: Corpdepo
Theme URI: https://corpdepo.ru
Template: generatepress
Author: Denis Avetisyan
Author URI: https://ratibor-index.ru
Description: RATIBOR Money Market Index RATIBOR (Russian Aggregated Term Indicative Bank Overnight Rate) is an indicative money market rate that reflects the average weighted level of the cost of short-term ruble financing on the Russian interbank market for overnight transactions. Main characteristics Calculation based on data on transactions and quotes received from the CORP-DEPO over-the-counter system. Reflects the indicative cost of ruble liquidity for commercial banks. Published daily after the end of the trading day. Used as a reference rate when assessing short-term liquidity and in derivative financial instruments. Data source: CORP-DEPO CORP-DEPO is an over-the-counter platform for automating the placement of corporate deposits, which has found wide application in the interbank market and the Forex market due to its convenient chat and extensive database of counterparties. Index Value The RATIBOR index ensures transparency and increases the efficiency of the Russian money market, allowing market participants to navigate current liquidity conditions and funding rates.
Version: 3.6.0.1754945954
Updated: 2025-08-11 23:59:14

*/

body, .site {
    background-color: #141416;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.6;
}
h1, h2, h3, h4, h5, h6 {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
}
.main-navigation, .main-navigation ul ul {
    background-color: #1e1e21;
}
.main-navigation .main-nav ul li a {
    color: #fff;
    font-weight: 600;
}
.main-navigation .main-nav ul li a:hover {
    color: #f99908;
}
button, .button, .wp-block-button__link, input[type="submit"] {
    background-color: #f99908;
    color: #000;
    font-weight: 600;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    text-transform: uppercase;
    border: none;
    padding: 0.75rem 1.5rem;
}
button:hover, .button:hover, .wp-block-button__link:hover, input[type="submit"]:hover {
    opacity: 0.9;
}
table {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0 2rem;
}
th, td {
    text-align: left;
    border-bottom: 1px solid #333;
    padding: 0.75rem;
}
th {
    background-color: #1e1e21;
    color: #fff;
}
code {
    background-color: #212129;
    color: #f99908;
    font-family: monospace;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    padding: 0.2em 0.4em;
}
.site-footer {
    background-color: #1e1e21;
    color: #6d6d78;
    text-align: center;
    font-size: 0.85rem;
    padding: 2rem;
}
.container, .inside-container {
    padding-right: 2rem;
    padding-left: 2rem;
    max-width: 1200px;
}
