/*
 * @package     Take5 28-02-2026 - 12.1
 * @subpackage  A R T I S T - C R E D I T - CSS
 * @copyright   Copyright (C) 2026 Gramsoft Dataware. All rights reserved.
*/

#acrName {width: 270px;}
#acrSubName {width: 270px;}
#acrArtCnt {width: 94px;}
#acrRefCnt {width: 94px;}
#acrCvrID {width: 270px;}
#acrMB {width: 270px;}

#acrUpdated, #acrCreated {
    font-size: 0.75em;
    font-style: italic;
    background: transparent;
    border: none;
    width: 64px;
    }

#acrID {
    font-size: 1em;
    font-style: italic;
    text-align: right;
    background: transparent;
    border: none;
    width: 32px;
    }

#acrImage {
    width: 330px;
    height: 330px;
    margin-left: 15px;
    margin-bottom: 15px;
    }

#acrComment, #acrMB {
  	width: 338px;
  	height: 92px;
  	font-size: 0.9em;
	line-height: 1rem;
    background-color: #EDF7F9;
    margin: 5px 10px 10px 10px;
	border-style: dashed;
	}

#acrMB {
    height: 46px;
    background-color: #FFE0FF;
    }    
