@charset "UTF-8";

/*!
Atuta custom
*/

.rounded-images{
    border-radius: 10px;
}

.pmm-primary{
    color: #ce2029 !important;
  }

.pl-strong{
    font-weight: bold;
}

.rounded-dashed-div {
    border: 1px dashed #000; /* 2px wide dashed border with black color */
    border-radius: 10px; /* Rounded corners with a 15px radius */
    padding: 10px; /* Optional padding inside the div */
    text-align: center; /* Center text horizontally */
}

.singles-count {
    margin-top: 20px;
    font-size: 20px;
    text-align: center; /* Center text horizontally */
}

.singles-count-small {
    margin: 10px;
    font-size: 20px;
    text-align: center; /* Center text horizontally */
}
