/*
 @package     Little Missenden Festival

 @copyright   Copyright (C) 2023 Little Missenden Festival All rights reserved.
 @license     GNU General Public License version 3 or later; see LICENSE.txt
*/
/* 
    Created on : 13 Jan 2026, 10:31:10
    Author     : mark
*/

.greyBG {
    background-color: #EAEAEA;
    padding: 15px;
    margin-top: 12px;
	min-width: 200px;
}

.columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
}

.social {
	display: inline-block;
    margin-right: .25rem;
    margin-top: 20px;
    padding-bottom: 20px;
}

.centre {
    text-align: center;
}

.card-section {
  padding: 1rem;
  min-height: 70px;
}

a.social img {
    display: inline-block;
    height: 30px;
    width: 30px;
}