﻿/*======================================================
Author Guidelines
======================================================*/

.author-sublist{

list-style:none;

padding-left:0;

margin-top:20px;

}

.author-sublist li{

position:relative;

padding-left:38px;

margin-bottom:15px;

line-height:1.8;

}

.author-sublist li::before{

content:"✓";

position:absolute;

left:0;

width:24px;

height:24px;

background:#7B1E23;

color:#fff;

border-radius:50%;

text-align:center;

line-height:24px;

font-size:13px;

font-weight:bold;

}

.language-box{

background:#ffffff;

border-left:5px solid #C49A3A;

padding:20px;

border-radius:8px;

margin-top:20px;

box-shadow:0 3px 12px rgba(0,0,0,.08);

}

.language-box h5{

color:#7B1E23;

font-weight:700;

margin-bottom:15px;

}

.language-box ul{

margin-bottom:0;

padding-left:20px;

}

.language-box li{

margin-bottom:8px;

}

.policy-card strong{

color:#7B1E23;

}