
#wp-epoch-converter *{
    box-sizing:border-box;
}

#wp-epoch-converter{
    background:#f8fafc;
    color:#111;
    font-family:Arial,sans-serif;
    padding:10px;
    border-radius:12px;
}

#wp-epoch-converter .card{
    background:#fff;
    border:1px solid #dbe3ee;
    border-radius:10px;
    overflow:hidden;
}

#wp-epoch-converter .card-body{
    padding:15px;
}

#wp-epoch-converter .card-title{
    margin:0 0 10px;
    font-size:16px;
    font-weight:bold;
}

#wp-epoch-converter a{
    color:#1b6ca8;
    text-decoration:none;
    font-weight:bold;
}

#wp-epoch-converter .form-control,
#wp-epoch-converter .form-select{
    width:100%;
    border:1px solid #ddd !important;;
    border-radius:8px;
    padding:10px;
    font-size:14px;
    background:#fff;
	color:#111 !important;
	outline:none !important;
}

#wp-epoch-converter button{
    border:none;
    border-radius:5px;
    padding:10px 20px;
    background:#1b6997;
    color:#fff;
    cursor:pointer;
    font-weight:bold;
  font-size: 14px !important;
    font-weight: 500;
}

#wp-epoch-converter button:hover{
    opacity:.9;
    background:#d95a00 !important;
}

#wp-epoch-converter .row{
    display:flex;
    flex-wrap:wrap;
    margin-bottom:10px;
}

#wp-epoch-converter .col-lg-12{
    width:100%;
}

#wp-epoch-converter .col-12{
    width:100%;
}

	
	#wp-epoch-converter .row{
    display:block;
}

#wp-epoch-converter .col-sm-auto{
    width:100%;
    margin-right:0;
    margin-bottom:15px;
}

#wp-epoch-converter .mb-2{
    margin-bottom:10px;
}

#wp-epoch-converter .timestamp{
    font-weight:bold;
}

#wp-epoch-converter .result-box{
    display:none;
    margin-top:10px;
    padding:10px;
    background:#dcfce7;
    border-left:5px solid #22c55e;
    color:#14532d;
    border-radius:8px;
}

#wp-epoch-converter .error-box{
    background:#fee2e2;
    border-left:5px solid #ef4444;
    color:#7f1d1d;
    padding:10px;
    border-radius:8px;
    margin-top:10px;
}
	
	#epochMs {
    background-color: aliceblue;
    padding: 5px 15px;
    border: rgb(206, 212, 218) solid 1px;
    width: 135px;
    
}
	
	#epoch {
    background-color: aliceblue;
    padding: 5px 15px;
    border: rgb(206, 212, 218) solid 1px;
    width: 110px;
    
}