/* ==========================================================================
   Photocard Container Styles
   ========================================================================== */
.photocard-action-wrapper {
    margin: 30px 0;
    text-align: center;
}

.photocard-btn {
    background-color: #0056b3;
    color: #ffffff;
    border: none;
    padding: 12px 28px;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.photocard-btn:hover {
    background-color: #003d80;
}

.photocard-btn:disabled {
    background-color: #cccccc;
    cursor: not-allowed;
}

.view-photocard-container {
    margin-top: 20px;
    padding: 15px;
    background-color: #f8f9fa;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
}

.generate-photocard img,
.photocard-display img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.photocard-status {
    padding: 20px;
    font-weight: bold;
    color: #666;
}











.generate-photocard-section{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    background: #fff;
}
.generate-photocard-section .generate-photocard-design{
    width: 600px;
    height: 700px;
}
.generate-photocard-section .gpd-header{
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 75px;
    border-bottom: 2px ridge #e50000;
}
.generate-photocard-section .gpd-header .gpd-logo{
    display: flex;
    align-items: center;
}
.generate-photocard-section .gpd-header .gpd-logo img{
    height: 50px;
    width: auto;
    float: left;
}
.generate-photocard-section .gpd-header .gpd-cat-time{
    display: flex;
    align-items: center;
    justify-content: end;
    font-weight: bold;
    font-size: 1.1rem;
}
.generate-photocard-section .gpd-header .gpd-cat-time .cat-name{
    padding-right: 15px;
    border-right: 1px solid red;
}
.generate-photocard-section .gpd-header .gpd-cat-time .cat-date{
    padding-left: 15px;
}

.generate-photocard-section .gpd-photo{
    background: yellow;
}
.generate-photocard-section .gpd-photo .gpd-feature{}
.generate-photocard-section .gpd-photo .gpd-feature img{}

.generate-photocard-section .gpd-title-section{}
.generate-photocard-section .gpd-title-section h3{}
.generate-photocard-section .gpd-title-section h1{}

.generate-photocard-section .gpd-footer{}
.generate-photocard-section .gpd-footer .comment-box{}
.generate-photocard-section .gpd-footer .url-box{}
