
/*
 * -----------------------------------------------------------------------------
 *
 * ...
 *
 * -----------------------------------------------------------------------------
 */



.entry {
    line-height: 1.5;
    font-size: 16px;
}

.entry a,
.entry a:active,
.entry a:focus,
.entry a:visited,
.entry .btn-link {
    font-weight: 700;
    
    text-decoration: underline;
    color: var(--color-prim);
    
    cursor: pointer;
}

.entry a:hover,
.entry .btn-link:hover {
    text-decoration: none;
}

.entry a[href^="tel:"],
.entry a[href^="mailto:"],
.entry a[href^="whatsapp:"],
.entry a[href^="viber:"],
.entry a[href^="https://t.me"],
.entry .btn-link {
    white-space: nowrap;
}

.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6 { 
    margin-bottom: 1rem;
    
    font-weight: 700;
    color: var(--color-text);
}

.entry h1 { font-size: 2.0em; line-height: 1.3; }
.entry h2 { font-size: 1.5em; line-height: 1.3; }
.entry h3 { font-size: 1.2em; }
.entry h4 { font-size: 1.0em; }
.entry h5 { font-size: 0.75em; }
.entry h6 { font-size: 0.5em; }

.entry b,
.entry strong {
    font-weight: 700;
}

.entry img {
    width: 100%;
    max-width: 750px;
    height: auto;
}

/*

a {
    text-decoration: none;
    color: #ebaa71;
}

a:active,
a:focus,
a:visited {
    
}

*/


.entry blockquote {
    margin: 0 0 15px;
    
    padding: 20px 30px 10px;
    padding-left: 80px;
    
    font-style: italic;
    color: #333;
    
    background-color: #fbf5ed;
    
    background-image: url(/_images/icon-blockquote.svg);
    background-repeat: no-repeat;
    background-position: left 15px top 15px;
    background-size: 50px auto;
}

.entry blockquote b,
.entry blockquote strong {
    font-weight: 700;
    color: #505050;
}


/*
 * -----------------------------------------------------------------------------
 *
 * ...
 *
 * -----------------------------------------------------------------------------
 */



/*


h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
    margin: 0;
    padding: 0;
}


*/

/**
 * ...
 * -----------------------------------------------------------------------------
 */

/*

h1,
h2,
h3,
h4,
h5,
h6 { 
    margin-bottom: 1rem;
    font-weight: 600;
}

h1 { 
    font-size: 4rem; 
    line-height: 1.0; 
}
h2 { 
    font-size: 2.4rem; 
    line-height: 1.2; 
    
    color: #277bae; 
}
h3 {
    font-size: 1.6rem; 
    line-height: 1.3; 
}

*/

/**
 * ...
 * -----------------------------------------------------------------------------
 */

/*

a,
a:focus,
a:active,
a:hover {
    font-weight: 300;
    text-decoration: underline;
    color: #006aa8;
}
a:hover {
    text-decoration: none;
}

*/

/**
 * ...
 * -----------------------------------------------------------------------------
 */

.entry p {
    margin: 0;
    margin-bottom: 1rem;
}

.entry b,
.entry strong {
    font-weight: 600;
}

.entry i,
.entry em {
    font-style: italic;
}

/**
 * ...
 * -----------------------------------------------------------------------------
 */


.entry ul,
.entry ol {
    margin-bottom: 1rem;
    padding-left: 1.25rem;
}

.entry ul ul,
.entry ol ol {
    padding-left: 2.25rem;
}

.entry li {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

/*
.entry ul {
    list-style: none; 
    counter-reset: li; 
}
.entry ul li::before {
    content: "\25A0";
    
    display: block;
    position: relative;
    
    top: -6px; left: -1.25rem;
    
    max-width: 0px; max-height: 0px;
    color: var(--color-prim);
    font-size: 20px;
}
*/

.entry ol {
    list-style: none; 
    counter-reset: li; 
}
.entry ol li::before {
    counter-increment: li; 
    content: counters(li,".") ". ";
    
    margin-left: -1rem;
    
    color: var(--color-text);
    
    font-size: 1em;
    font-weight: 700;
}


/*
 * -----------------------------------------------------------------------------
 *
 * ...
 *
 * -----------------------------------------------------------------------------
 */

.entry table {
    width: 100%;
    border: 0;
}

.entry table tr {
    
}

.entry table tr:nth-last-child(1) {
    
}

.entry table th,
.entry table td {
    padding: 8px 5px;
    
    font-size: 12px;
    
    border: 1px solid #e0e0e0;
}

.entry table tr td:nth-child(2n) {
    text-align: right;
    white-space: nowrap;
}

@media (min-width: 412px) {
    .entry table th,
    .entry table td {
        font-size: 12px;
    } 
}

@media (min-width: 576px) {
    .entry table th,
    .entry table td {
        font-size: 14px;
    } 
}


/*
 * -----------------------------------------------------------------------------
 *
 * ...
 *
 * -----------------------------------------------------------------------------
 */

.entry iframe {
    width: 100%;
    max-width: 750px;
}

.entry .iframe-box {
    width: 100%;
    max-width: 750px;
}

.entry .iframe-box .iframe-item {
    position: relative;
    
    width: 100%;
    height: 0;
    
    padding: 0;
    padding-bottom: 56.25%;
}

.entry .iframe-box iframe {
    position: absolute;
    
    width: 100%;
    height: 100%;
}
