/* === Roman Plugin – Styly pro widgety === */


/*ROMANSTYLECSS-begin*/

.roman-widget {
    margin-bottom: 30px;
    padding: 15px 20px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background-color: #fafafa;
    font-family: inherit;
}

.roman-widget h3,
.roman-widget h4 {
    margin-top: 0;
    font-size: 1.2em;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.roman-post-link {
    display: block;
    margin-bottom: 10px;
    text-decoration: none;
    color: #0056a3;
}

.roman-post-link:hover {
    text-decoration: underline;
    color: #003d7a;
}

.roman-excerpt {
    font-size: 0.95em;
    color: #555;
    margin-top: 4px;
}

.roman-post-meta {
    font-size: 0.8em;
    color: #888;
    margin-bottom: 4px;
}

.roman-login-form label {
    display: block;
    font-weight: bold;
    margin-top: 8px;
}

.roman-login-form input[type="text"],
.roman-login-form input[type="password"] {
    width: 100%;
    padding: 6px;
    margin-top: 2px;
    margin-bottom: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.roman-login-form input[type="submit"] {
    background-color: #2d6ca2;
    color: white;
    border: none;
    padding: 6px 12px;
    border-radius: 4px;
    cursor: pointer;
}

.roman-login-form input[type="submit"]:hover {
    background-color: #1a4f7a;
}

.r-post-list a {
    /*    color: red !important;*/
    font-weight: bold;
}

.widget_roman_news_widget h3 {
    text-align: left;
    padding-left: 22px;
}

.widget_roman_news_widget .widget-inner h3 {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 0px;
    padding-top: 15px;
    line-height: 1.3;
}

.widget_roman_news_widget .roman-news-item a .roman-news-title {
    /*color: red !important;*/
    /*    font-weight: bold;*/
}

.widget_roman_news_widget .roman-news-item a {
    display: block;
    padding: 4px 8px;
    margin-bottom: 4px;
    text-decoration: none;
    color: #222;
    border-left: none;
    background: transparent;
}

.widget_roman_news_widget {
    padding-left: 10px;
    padding-right: 0;
    background: #f8f8f8;
    /*    text-align: center;*/
}

.widget_roman_news_widget .roman-news-title {
    font-weight: normal;
    /*font-size: 1em;*/
    margin: 0;
    padding: 20;
}

.widget_roman_news_widget .roman-news-item a:hover {
    text-decoration: underline;
    background: #f0f0f0;
}

.widget_roman_news_widget .roman-news-item {
    margin-bottom: 2px;
}

.roman-news-heading {
    text-align: center;
    font-weight: bold;
    font-size: 1.1em;
    color: #2d5c88;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding-bottom: 4px;
}


/*.roman-news-all-link {
    display: block;
    font-weight: bold;
    /*font-size: 0.9em;*/


/*
    color: #2d5c88;
    text-decoration: underline;
    margin-top: 8px;
}*/

.postmeta.updated.color_gray {
  display: none;
}

.roman-news-all-link {
    display: block;
    font-weight: bold;
    color: #2d5c88;
    text-decoration: underline;
    padding: 20px 8px;
    /* zvýšená výška řádku */
    margin-top: 4px;
    background: transparent;
}

.roman-news-all-link:hover {
    background: #f0f0f0;
    color: #1a4062;
    text-decoration: underline;
}

.r-login-form {
    background: #f7f7f7;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 6px;
    max-width: 300px;
}

.r-login-form p {
    margin-bottom: 10px;
}

.r-login-form label {
    display: block;
    margin-bottom: 4px;
    font-weight: bold;
}

.r-login-form input[type="text"],
.r-login-form input[type="password"] {
    width: 100%;
    padding: 6px;
    box-sizing: border-box;
}

.r-login-form input[type="submit"] {
    background: #2d5c88;
    color: white;
    border: none;
    padding: 8px 16px;
    cursor: pointer;
    margin-top: 10px;
    border-radius: 4px;
}

img[src*="placeholder"] {
  display: none !important;
}

/*ROMANSTYLECSS-end*/